Skip to content
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

Open
ClarkChin08 opened this issue Dec 1, 2024 · 1 comment
Open

[bug] exit code: 0xc0000135, STATUS_DLL_NOT_FOUND #583

ClarkChin08 opened this issue Dec 1, 2024 · 1 comment

Comments

@ClarkChin08
Copy link

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 48s
Running 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.

@MarcusDunn
Copy link
Contributor

does it work without the cuda feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants