From 5cb7ea49a6bacb1e4e6e6635da5a13db6d2e35e9 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 18 Apr 2023 14:42:37 -0400 Subject: [PATCH] update readme w compat matrix --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87251f70a..ff4cb1076 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ -~~# Axolotl +# Axolotl + +#### Go ahead and axolotl questions + +## Support Matrix + +| | fp16/fp32 | fp16/fp32 w/ lora | 4bit-quant | 4bit-quant w/flash attention | flash attention | xformers attention | +|----------|:----------|:------------------|------------|------------------------------|-----------------|--------------------| +| llama | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| Pythia | ✅ | ✅ | ❌ | ❌ | ❌ | ❓ | +| cerebras | ✅ | ✅ | ❌ | ❌ | ❌ | ❓ | -#### You know you're going to axolotl questions ## Getting Started