Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Main cpp
- ./main \
- -m ./models/phind-codellama-34b-v1.Q4_K_M.gguf \
- -t 12 \
- --color \
- -i \
- --mirostat 2 \
- --temp 0.98 \
- --repeat_penalty 1.18 \
- -ngl 1 \
- -c 16384 \
- -f ./prompts/code_explainer.txt #your prompt file with a code
Advertisement
Add Comment
Please, Sign In to add comment