winglian commited on
Commit
5cb7ea4
β€’
1 Parent(s): 8746b70

update readme w compat matrix

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,6 +1,15 @@
1
- ~~# Axolotl
 
 
 
 
 
 
 
 
 
 
2
 
3
- #### You know you're going to axolotl questions
4
 
5
  ## Getting Started
6
 
 
1
+ # Axolotl
2
+
3
+ #### Go ahead and axolotl questions
4
+
5
+ ## Support Matrix
6
+
7
+ | | fp16/fp32 | fp16/fp32 w/ lora | 4bit-quant | 4bit-quant w/flash attention | flash attention | xformers attention |
8
+ |----------|:----------|:------------------|------------|------------------------------|-----------------|--------------------|
9
+ | llama | βœ… | βœ… | βœ… | βœ… | βœ… | βœ… |
10
+ | Pythia | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
11
+ | cerebras | βœ… | βœ… | ❌ | ❌ | ❌ | ❓ |
12
 
 
13
 
14
  ## Getting Started
15