Add temporary helper script for Alpaca chat

pull/304/head
Georgi Gerganov 1 year ago
parent 5c19c70ba6
commit edeba28366
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -0,0 +1,6 @@
#!/bin/bash
#
# Temporary script - will be removed in the future
#
./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
Loading…
Cancel
Save