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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Running Triton on ACI (with a V100 GPU) yields errors in Triton:
ERROR: This container was built for NVIDIA Driver Release 450.51 or later, but
version 410.104 was detected and compatibility mode is UNAVAILABLE.
[[CUDA Driver UNAVAILABLE (cuInit(0) returned 803)]]
Running the same Triton image on an Azure VM with a V100 GPU from nvidia's image does not cause the error. I'm guessing this is related to some missing drivers.
Running Triton on ACI (with a V100 GPU) yields errors in Triton:
Running the same Triton image on an Azure VM with a V100 GPU from nvidia's image does not cause the error. I'm guessing this is related to some missing drivers.
Triton's quickstart guide is available here
The text was updated successfully, but these errors were encountered: