2023-03-21 18:09:37 +02:00
|
|
|
#!/bin/bash
|
2023-03-25 20:36:52 +02:00
|
|
|
|
2023-03-21 18:09:37 +02:00
|
|
|
#
|
|
|
|
|
# Temporary script - will be removed in the future
|
|
|
|
|
#
|
|
|
|
|
|
2023-03-25 20:36:52 +02:00
|
|
|
cd `dirname $0`
|
|
|
|
|
cd ..
|
|
|
|
|
|
2023-03-24 23:17:58 +02:00
|
|
|
./main -m ./models/7B/ggml-model-q4_0.bin -b 128 -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt
|