aao331 commited on
Commit
7e8cbad
1 Parent(s): aac186c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 8 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
 
 
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