winglian commited on
Commit
a6ebf57
β€’
1 Parent(s): 280832c

fix table formatting

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,14 +16,14 @@
16
 
17
  ## Axolotl supports
18
 
19
- | | fp16/fp32 | fp16/fp32 w/ lora | qlora | 4bit-quant | 4bit-quant w/flash attention | flash attention | xformers attention |
20
- |----------|:----------|:------------------|-------|------------|------------------------------|-----------------|--------------------|
21
- | llama | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
22
- | Pythia | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
23
- | cerebras | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | βœ… |
24
- | mpt | βœ… | ❌ | ❓ | ❌ | ❌ | ❌ | ❓ |
25
- | falcon | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | βœ… |
26
- | gpt-j | βœ… | βœ… | βœ… | ❌ | ❌ | ❓ | βœ… |
27
 
28
 
29
  ## Quickstart ⚑
 
16
 
17
  ## Axolotl supports
18
 
19
+ | | fp16/fp32 | fp16/fp32 w/ lora | qlora | gptq | gptq w/ lora | gptq w/flash attention | flash attention | xformers attention |
20
+ |----------|:----------|:------------------|-------|------|:-------------|------------------------|-----------------|--------------------|
21
+ | llama | βœ… | βœ… | βœ… | βœ… | ❓ | βœ… | βœ… | βœ… |
22
+ | Pythia | βœ… | βœ… | βœ… | ❌ | ❓ | ❌ | ❌ | ❓ |
23
+ | cerebras | βœ… | βœ… | βœ… | ❌ | ❓ | ❌ | ❌ | βœ… |
24
+ | mpt | βœ… | ❌ | ❓ | ❌ | ❓ | ❌ | ❌ | ❓ |
25
+ | falcon | βœ… | βœ… | βœ… | ❌ | ❓ | ❌ | ❌ | βœ… |
26
+ | gpt-j | βœ… | βœ… | βœ… | ❌ | ❓ | ❌ | ❓ | βœ… |
27
 
28
 
29
  ## Quickstart ⚑