chat.sh 344 B

12345678910111213141516
  1. #!/bin/bash
  2. #
  3. # Temporary script - will be removed in the future
  4. #
  5. cd `dirname $0`
  6. cd ..
  7. # Important:
  8. #
  9. # "--keep 48" is based on the contents of prompts/chat-with-bob.txt
  10. #
  11. ./main -m ./models/llama-7b/ggml-model-q4_0.gguf -c 512 -b 1024 -n 256 --keep 48 \
  12. --repeat_penalty 1.0 --color -i \
  13. -r "User:" -f prompts/chat-with-bob.txt