mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
6 lines
196 B
Bash
Executable file
6 lines
196 B
Bash
Executable file
#!/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
|