update readme w compat matrix

This commit is contained in:
Wing Lian
2023-04-18 14:42:37 -04:00
parent 8746b701fe
commit 5cb7ea49a6

View File

@@ -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