llama2.sh 321 B

123456789101112131415161718
  1. #!/bin/bash
  2. #
  3. # Temporary script - will be removed in the future
  4. #
  5. cd `dirname $0`
  6. cd ..
  7. ./main -m models/available/Llama2/7B/llama-2-7b.ggmlv3.q4_0.bin \
  8. --color \
  9. --ctx_size 2048 \
  10. -n -1 \
  11. -ins -b 256 \
  12. --top_k 10000 \
  13. --temp 0.2 \
  14. --repeat_penalty 1.1 \
  15. -t 8