TheBloke commited on
Commit
2c3ec09
·
1 Parent(s): 0175b94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ mkdir build
54
  cd build
55
  cmake ..
56
  cmake --build . --config Release
57
- bin/mpt -m /path/to/mpt7b.ggmlv2.ggmlv2.q4_0.bin -t 8 -n 512 -p "Write a story about llamas"
58
  ```
59
 
60
  Please see the ggml repo for other build options.
 
54
  cd build
55
  cmake ..
56
  cmake --build . --config Release
57
+ bin/mpt -m /path/to/mpt7b.ggmlv2.q4_0.bin -t 8 -n 512 -p "Write a story about llamas"
58
  ```
59
 
60
  Please see the ggml repo for other build options.