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