nisten commited on
Commit
c4c11e4
·
verified ·
1 Parent(s): cc5fdb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ aria2c -x 16 -s 16 -k 1M -o meta-llama-405b-inst-q8_0-00010-of-00010.gguf https:
77
  After downloading, you can use these models with libraries like `llama.cpp`. Here's a basic example:
78
 
79
  ```bash
80
- ./llama-cli -t 32 --temp 0.4 -fa -m ~/meow/meta-405b-inst-cpu-optimized-q4048-00001-of-00006.gguf -b 512 -c 9000 -p "Adopt the persona of a NASA JPL mathmatician and firendly programmer that doesnt talk much and answers questions fast and on a first principles basis." -cnv -co -i -ctk"
81
  ```
82
 
83
  ## Model Information
 
77
  After downloading, you can use these models with libraries like `llama.cpp`. Here's a basic example:
78
 
79
  ```bash
80
+ ./llama-cli -t 32 --temp 0.4 -fa -m ~/meow/meta-405b-inst-cpu-optimized-q4048-00001-of-00006.gguf -b 512 -c 9000 -p "Adopt the persona of a NASA JPL mathmatician and firendly helpful programmer." -cnv -co -i
81
  ```
82
 
83
  ## Model Information