Create README.md
Browse files
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 |
+
|