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 27b93d3 commit fab7b43Copy full SHA for fab7b43
chat_mistral.sh
@@ -9,7 +9,7 @@ cd $(dirname $0)
9
10
# --mirostat 2 \
11
12
-./main -m ./models/dolphin-2.?-mistral-7b.Q4_K_M.gguf -c 512 -b 1024 -n 1024 --keep 48 \
+./main -m models/dolphin-2.?-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