chat.sh 349 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

#
# Temporary script - will be removed in the future
#

cd `dirname $0`
cd ..

# Important:
#
#   "--keep 48" is based on the contents of prompts/chat-with-bob.txt
#
xuxzh1's avatar
init  
xuxzh1 committed
14
./llama-cli -m ./models/llama-7b/ggml-model-q4_0.gguf -c 512 -b 1024 -n 256 --keep 48 \
mashun1's avatar
v1  
mashun1 committed
15
16
    --repeat_penalty 1.0 --color -i \
    -r "User:" -f prompts/chat-with-bob.txt