We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am aware of the issue 63, but this error is happening in a real machine, not a VM.
My specs:
gpt4all/chat on main $ ./gpt4all-lora-quantized-linux-x86 main: seed = 1681391007 llama_model_load: loading model from 'gpt4all-lora-quantized.bin' - please wait ... llama_model_load: ggml ctx size = 6065.35 MB llama_model_load: memory_size = 2048.00 MB, n_mem = 65536 llama_model_load: loading model part 1/1 from 'gpt4all-lora-quantized.bin' llama_model_load: .................................... done llama_model_load: model size = 4017.27 MB / num tensors = 291 system_info: n_threads = 4 / 6 | AVX = 1 | AVX2 = 1 | AVX512 = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | VSX = 0 | main: interactive mode on. sampling parameters: temp = 0.100000, top_k = 40, top_p = 0.950000, repeat_last_n = 64, repeat_penalty = 1.300000 Illegal instruction (core dumped) $
The text was updated successfully, but these errors were encountered:
@llagerlof see #82, i.e. that comment and this comment.
Sorry, something went wrong.
my CPU doesnt have AVX. didnt work after i compiled...
Should be solved by now
No branches or pull requests
I am aware of the issue 63, but this error is happening in a real machine, not a VM.
My specs:
The text was updated successfully, but these errors were encountered: