Views
No views yet
llama.cpp.llama-cliq4_k_m version is recommended for the best balance of quality and performance.llama-cli with the --chatml prompt format. This is critical for good performance.# Run the command-line interface with your model
.\build\bin\Release\llama-cli.exe -m model\path\qwen-sast-q4_k_m.gguf --chatml -n 256 -p "Fix the security vulnerability in this code ### Input: def bad_code(): ..."# base qwen:
======================================================================
REMEDIATION SUMMARY
======================================================================
Total vulnerabilities: 35
Successfully remediated: 35
Failed: 0
By confidence:
High: 35
Processing time: 803.30s
Average: 22.95s per vulnerability
Results saved to: fixes.json
# fine tuned:
======================================================================
REMEDIATION SUMMARY
======================================================================
Total vulnerabilities: 35
Successfully remediated: 35
Failed: 0
By confidence:
High: 35
Processing time: 710.80s
Average: 20.31s per vulnerability
Results saved to: fixes.json