Spaces:
Runtime error
RuntimeError: No NVIDIA Driver Found - GPU Support Issue
Hello,
I'm encountering a RuntimeError: Found no NVIDIA driver on your system when trying to run the PartPacker Space. The error occurs during the model initialization phase, specifically at the .cuda() call in the code, as shown in the logs below:
Traceback (most recent call last):
File "/home/user/app/app.py", line 57, in <module>
model = Model(model_config).eval().cuda().bfloat16()
...
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
It seems the Space is trying to use a GPU, but either no GPU is available, or the NVIDIA drivers are not properly configured in the container. Additionally, I got a message about logs: Failed to retrieve error logs: SSE is not enabled.
Could you clarify if this Space requires a GPU to run, or is there a way to configure it to work on CPU? If GPU is mandatory, are there specific hardware settings (e.g., NVIDIA A10G) or Docker configurations needed to resolve this? Any guidance on running this Space locally or on alternative platforms with GPU support would also be appreciated.
Thank you!