McaTech commited on
Commit
ec163a0
·
verified ·
1 Parent(s): 8b95a3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ cd llama.cpp
76
  make
77
 
78
  # Run the model
79
- ./llama-run -m ./ChatNONET-300m-tuned-q8_0.gguf -p "What is gravity?"
80
  ````
81
 
82
  ## Training Details
 
76
  make
77
 
78
  # Run the model
79
+ ./llama-cli -m ./ChatNONET-300m-tuned-q8_0.gguf -p "You are AI assistant named ChatNONET." -cnv
80
  ````
81
 
82
  ## Training Details