We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23eb718 commit 386d27aCopy full SHA for 386d27a
chat_mistral.sh
@@ -9,7 +9,7 @@ cd $(dirname $0)
9
10
# --mirostat 2 \
11
12
-./main -m ./models/dolphin-2.1-mistral-7b.Q4_K_M.gguf -c 512 -b 1024 -n 1024 --keep 48 \
+./main -m ./models/dolphin-2.0-mistral-7b.Q4_K_M.gguf -c 512 -b 1024 -n 1024 --keep 48 \
13
--repeat_penalty 1.0 --color -i \
14
-r "User:" -f prompts/chat-with-bob.txt
15
0 commit comments