winglian commited on
Commit
a5a625f
Β·
unverified Β·
1 Parent(s): 861ceca

update support matrix with btlm and phi (#579)

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -51,14 +51,16 @@ Axolotl is a tool designed to streamline the fine-tuning of various AI models, o
51
  ## Axolotl supports
52
 
53
  | | fp16/fp32 | lora | qlora | gptq | gptq w/flash attn | flash attn | xformers attn |
54
- |----------|:----------|:-----|-------|------|-------------------|------------|---------------|
55
- | llama | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
56
- | Pythia | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
57
- | cerebras | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
58
- | mpt | βœ… | ❌ | ❓ | ❌ | ❌ | ❌ | ❓ |
59
- | falcon | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
60
- | gpt-j | βœ… | βœ… | βœ… | ❌ | ❌ | ❓ | ❓ |
61
- | XGen | βœ… | ❓ | βœ… | ❓ | ❓ | ❓ | βœ… |
 
 
62
 
63
 
64
  ## Quickstart ⚑
 
51
  ## Axolotl supports
52
 
53
  | | fp16/fp32 | lora | qlora | gptq | gptq w/flash attn | flash attn | xformers attn |
54
+ |----------|:----------|:-----|-------|------|-------------------|------------|--------------|
55
+ | llama | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
56
+ | Pythia | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
57
+ | cerebras | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
58
+ | btlm | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
59
+ | mpt | βœ… | ❌ | ❓ | ❌ | ❌ | ❌ | ❓ |
60
+ | falcon | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
61
+ | gpt-j | βœ… | βœ… | βœ… | ❌ | ❌ | ❓ | ❓ |
62
+ | XGen | βœ… | ❓ | βœ… | ❓ | ❓ | ❓ | βœ… |
63
+ | phi | βœ… | βœ… | βœ… | ❓ | ❓ | ❓ | ❓ |
64
 
65
 
66
  ## Quickstart ⚑