-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Nvidia GPU not detected on Windows 11 #595
Comments
hi there, an issue that i've had myself a lot of times is that sometimes the casing inside the
so maybe try to modify that file yourself, |
same here on Ubuntu 24.04, CPU: Ryzen 9 5950X + Integrated GPU (128GB) |
Make sure you install CUDA drivers if you're using WSL and Ubuntu. Immediately fixed it for me:
|
My System got
CPU: Ryzen 9 7950X3D + Integrated GPU (128GB)
GPU: RTX 3090 (24GB)
I see no manual config option, so i run it with
python3 ./exo/main.py
, it seems to work and downloads models.But it claims it uses 128GB and 0TFLOPS so its not using the RTX Card.
I´ve also added CUDA=1 to my env as some people on linux sugested in issues
$env:CUDA = "1"
nvcc --version
nvidia-smi
The text was updated successfully, but these errors were encountered: