aao331 commited on
Commit
c14e9cb
1 Parent(s): dc60a3d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization of Mixtral-8x7B (https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
2
+
3
+ Using llama.cpp, PR add Mixtral support #4406 (https://github.com/ggerganov/llama.cpp/pull/4406)
4
+
5
+ Instructions to run:
6
+
7
+ ./main -m ./models/mixtral-8x7b-32k-q4_0.gguf \
8
+ -p "I believe the meaning of life is" \
9
+ -ngl 999 -s 1 -n 128 -t 8
10
+