Continue after failed nvidia kernel module load

This commit is contained in:
Jip-Hop 2024-03-07 19:30:13 +01:00
parent f210f015f2
commit 27d090919e
1 changed files with 1 additions and 3 deletions

View File

@ -337,11 +337,9 @@ def passthrough_nvidia(
eprint( eprint(
dedent( dedent(
""" """
Failed to load nvidia-current-uvm kernel module. Failed to load nvidia-current-uvm kernel module."""
Skip passthrough of nvidia GPU."""
) )
) )
return
# Run nvidia-smi to initialize the nvidia driver # Run nvidia-smi to initialize the nvidia driver
# If we can't run nvidia-smi successfully, # If we can't run nvidia-smi successfully,