Skip to content

Commit caede0d

Browse files
committed
remove duplicate log
1 parent 3f7be4f commit caede0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/launch_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ def prepare_environment():
595595
zluda_installer.set_blaslt_enabled(device.blaslt_supported)
596596
zluda_installer.load()
597597
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}')
599598
except Exception as e:
600599
error = e
601600
print(f'Failed to load ZLUDA: {e}')

0 commit comments

Comments
 (0)