Replies: 1 comment 2 replies
-
|
@palpen Yeah installing the Nvidia container toolkit should be all you need. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Running
bash setup_server.shappears to succeed but PyTorch actually fails to detect the NVIDIA drivers. This then causesbash run_server.shto fail because the triton inference server couldn't load themin_dallemodel due to the apparently missing NVIDIA drivers.Here's the output when I run
setup_server.shwhere it warns me that the NVIDIA driver was not detected:I do, however, actually have the NVIDIA drivers installed on my system:
Poking around the internet also led me to installing the NVIDIA Container Toolkit but it still did not resolve the issue.
Any suggestions on what could be causing this problem?
Beta Was this translation helpful? Give feedback.
All reactions