more matrix updates

This commit is contained in:
Wing Lian
2023-06-11 10:52:36 -04:00
parent a43bae9ff0
commit 280832cec2

View File

@@ -17,13 +17,13 @@
## Axolotl supports
| | fp16/fp32 | fp16/fp32 w/ lora | qlora | 4bit-quant | 4bit-quant w/flash attention | flash attention | xformers attention |
|----------|:----------|:------------------|------|------------|------------------------------|----------------|-----------------|
| llama | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Pythia | ✅ | ✅ | | ❌ | ❌ | ❌ | ❓ |
| cerebras | ✅ | ✅ | | ❌ | ❌ | ❌ | ✅ |
| mpt | ✅ | ❌ | ❓ | ❌ | ❌ | ❌ | ❓ |
| falcon | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ |
| gpt-j | ✅ | ✅ | ✅ | ❌ | ❌ | ❓ | ✅ |
|----------|:----------|:------------------|-------|------------|------------------------------|-----------------|--------------------|
| llama | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Pythia | ✅ | ✅ | | ❌ | ❌ | ❌ | ❓ |
| cerebras | ✅ | ✅ | | ❌ | ❌ | ❌ | ✅ |
| mpt | ✅ | ❌ | ❓ | ❌ | ❌ | ❌ | ❓ |
| falcon | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ |
| gpt-j | ✅ | ✅ | ✅ | ❌ | ❌ | ❓ | ✅ |
## Quickstart ⚡