Nanobit commited on
Commit
3d1f203
β€’
1 Parent(s): d3d6fd6

Fix(docs): Remove gptq+lora and fix xformer compat list (#423)

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