JerryYao80
JerryYao80
That's odd , that error occurs almost at the beginning of the demo operation, Only two of us find that?
Use the SFT LLaMa-7B model in stage 1 , not the original LLaMa-7B
meet the same error, anyone has solved it?
@brozkrut I got the error in Windows 7: > ERROR: /app/.devops/tools.sh: line 40 6 Illegal instruction ./main $arg2 when I executed : > --quantize "/models/7B/ggml-model-f16.bin" "/models/7B/ggml-model-q4_0.bin" 2 and I checked...
Got the same error: > ERROR: /app/.devops/tools.sh: line 40 6 Illegal instruction ./main $arg2 when I executed command: > docker run -v /models/llama7b:/home ghcr.io/ggerganov/llama.cpp:full --run -m /home/ggml-model-q4_1.bin -p "hello" -n...