alpaca.sh 336 B

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