We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7be4f commit caede0dCopy full SHA for caede0d
modules/launch_utils.py
@@ -595,7 +595,6 @@ def prepare_environment():
595
zluda_installer.set_blaslt_enabled(device.blaslt_supported)
596
zluda_installer.load()
597
torch_command = os.environ.get('TORCH_COMMAND', 'pip install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/cu118')
598
- print(f'Using ZLUDA in {zluda_installer.path}')
599
except Exception as e:
600
error = e
601
print(f'Failed to load ZLUDA: {e}')
0 commit comments