gpt4all.sh 386 B

123456789101112131415
  1. #!/bin/bash
  2. #
  3. # Temporary script - will be removed in the future
  4. #
  5. cd `dirname $0`
  6. cd ..
  7. ./main --color --instruct --threads 4 \
  8. --model ./models/gpt4all-7B/gpt4all-lora-quantized.bin \
  9. --file ./prompts/alpaca.txt \
  10. --batch_size 8 --ctx_size 2048 -n -1 \
  11. --repeat_last_n 64 --repeat_penalty 1.3 \
  12. --n_predict 128 --temp 0.1 --top_k 40 --top_p 0.95