Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Download the file carpincho-13b-ggml-model-q4_0.bin into the llama.cpp directory
|
|
29 |
|
30 |
./main -m ./carpincho-13b-ggml-model-q4_0.bin -i -ins -t 4
|
31 |
|
32 |
-
Change -t
|
33 |
|
34 |
This model requires at least 8GB of free RAM. No GPU is needed to run llama.cpp.
|
35 |
|
|
|
29 |
|
30 |
./main -m ./carpincho-13b-ggml-model-q4_0.bin -i -ins -t 4
|
31 |
|
32 |
+
Change -t 4 to the number of physical CPU cores you have.
|
33 |
|
34 |
This model requires at least 8GB of free RAM. No GPU is needed to run llama.cpp.
|
35 |
|