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 5c19c70 commit edeba28Copy full SHA for edeba28
chat.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+#
3
+# Temporary script - will be removed in the future
4
5
+
6
+./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins --top_k 10000 --temp 0.96 --repeat_penalty 1 -t 7
0 commit comments