run script
This commit is contained in:
11
vicuna-tools.d/run.sh
Normal file
11
vicuna-tools.d/run.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
cd llama.cpp
|
||||||
|
./main \
|
||||||
|
-m ./models/ggml-vic${N:-7}b-uncensored-q5_1.bin \
|
||||||
|
-n 256 \
|
||||||
|
--repeat_penalty 1.0 \
|
||||||
|
--color \
|
||||||
|
-i \
|
||||||
|
-r "User:" \
|
||||||
|
-f prompts/chat-with-bob.txt
|
||||||
Reference in New Issue
Block a user