Add chat.sh script
This commit is contained in:
parent
6a612959e1
commit
dc6a845b85
2 changed files with 10 additions and 1 deletions
6
chat.sh
Executable file
6
chat.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Temporary script - will be removed in the future
|
||||
#
|
||||
|
||||
./main -m ./models/7B/ggml-model-q4_0.bin -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt
|
Loading…
Add table
Add a link
Reference in a new issue