nisten commited on
Commit
dce85f9
1 Parent(s): c88a72b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
 
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: migtissera/Tess-2.0-Mixtral-8x22B
3
  license: apache-2.0
4
  ---
5
+
6
+ iMatrix gguf quants of a newer finetune of Mixtral-8x22B
7
+
8
+ EdgeQuants still underway, IQ4XS version recommended. Make sure to combine/merge the parts back together before using
9
+
10
+ ```
11
+ cat tessIQ4XS.gguf.part* > tessIQ4XS.gguf
12
+ ``` Then use with llama.cpp version from April 12 or older. April 13 release had massive changes and messed up inferene for MoE models