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
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.