mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
6 lines
189 B
Bash
Executable file
6 lines
189 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Temporary script - will be removed in the future
|
|
#
|
|
|
|
./main -m ./models/7B/ggml-model-q4_0.bin -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt
|