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
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
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:36:51_Pacific_Daylight_Time_2024
Cuda compilation tools, release 12.5, V12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
hi there, an issue that i've had myself a lot of times is that sometimes the casing inside the exo/exo/topology/device_capabilities.py might not be the same as what gets detected.
For your case:
Your GPU name is: NVIDIA GeForce RTX 3090
but inside said file it's called:
so maybe try to modify that file yourself, exo/exo/topology/device_capabilities.py LINE: 86 to "NVIDIA GeForce RTX 3090": DeviceFlops(fp32=35.6*TFLOPS, fp16=71.2*TFLOPS, int8=142.4*TFLOPS)
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: