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
I am following the instructions as-is on Ubuntu 22.04 with a bare bones video card without hardware acceleration.
`NVIDIA-SMI 470.161.03 Driver Version: 470.161.03 CUDA Version: 11.4
`When I get to running the "python3 ingest.py" command, I get this:
.local/lib/python3.10/site-packages/torch/cuda/__init__.py:152: UserWarning:
Found GPU0 NVIDIA GeForce GT 710 which is of cuda capability 3.5.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability supported by this library is 3.7.
warnings.warn(old_gpu_warn % (d, name, major, minor, min_arch // 10, min_arch % 10))
I would like to try our PrivateGPT without GPU but looks like the failure is related to GPU. Is there anything I can do to get around this errror?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the instructions as-is on Ubuntu 22.04 with a bare bones video card without hardware acceleration.
`NVIDIA-SMI 470.161.03 Driver Version: 470.161.03 CUDA Version: 11.4
`When I get to running the "python3 ingest.py" command, I get this:
I would like to try our PrivateGPT without GPU but looks like the failure is related to GPU. Is there anything I can do to get around this errror?
Beta Was this translation helpful? Give feedback.
All reactions