-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
[bug] exit code: 0xc0000135, STATUS_DLL_NOT_FOUND #583
Comments
does it work without the cuda feature? |
xutianyi1999
added a commit
to xutianyi1999/llama-cpp-rs
that referenced
this issue
Jan 7, 2025
xutianyi1999
added a commit
to xutianyi1999/llama-cpp-rs
that referenced
this issue
Jan 7, 2025
xutianyi1999
added a commit
to xutianyi1999/llama-cpp-rs
that referenced
this issue
Jan 7, 2025
xutianyi1999
added a commit
to xutianyi1999/llama-cpp-rs
that referenced
this issue
Jan 7, 2025
MarcusDunn
added a commit
that referenced
this issue
Jan 15, 2025
fix shared libs not found on windows #583
tinglou
pushed a commit
to tinglou/llama-cpp-rs
that referenced
this issue
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi:
I tried to run the command
cargo run --release --features cuda --bin simple -- local D:/models/gemma-2-9b-it-Q8_0.gguf
on Windows, and I have installed all the CUDA toolkits and VS studio. But after a long time, It showed the error:' Compiling simple v0.1.84 (D:\Code\llama-cpp-rs\examples\simple)
Finished
release
profile [optimized] target(s) in 5m 48sRunning
target\release\simple.exe local D:/models/gemma-2-9b-it-Q8_0.gguf
error: process didn't exit successfully:
target\release\simple.exe local D:/models/gemma-2-9b-it-Q8_0.gguf
(exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)'Do you know why this happened? All the dependencies are installed right.
The text was updated successfully, but these errors were encountered: