You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run error:
ggml_cuda_init: failed to initialize CUDA: system not yet initialized
warning: no usable GPU found, --gpu-layers option will be ignored
warning: one possible reason is that llama.cpp was compiled without GPU support
warning: consult docs/build.md for compilation instructions
The text was updated successfully, but these errors were encountered:
Git commit
now master
Operating systems
Linux
GGML backends
CUDA
Problem description & steps to reproduce
cmake .. -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="80;86;87;89;90"
just build it and run
First Bad Commit
No response
Compile command
Relevant log output
run error: ggml_cuda_init: failed to initialize CUDA: system not yet initialized warning: no usable GPU found, --gpu-layers option will be ignored warning: one possible reason is that llama.cpp was compiled without GPU support warning: consult docs/build.md for compilation instructions
The text was updated successfully, but these errors were encountered: