Update model_management.py

This commit is contained in:
patientx 2024-12-03 01:35:06 +03:00 committed by GitHub
parent 9dea868c65
commit 1d7cbcdcb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,9 +273,7 @@ def get_torch_device_name(device):
try:
torch_device_name = get_torch_device_name(get_torch_device())
if "[ZLUDA]" in torch_device_name:
print(" ")
print("***----------------------ZLUDA--------------------------***")
@ -288,6 +286,7 @@ try:
print("***-----------------------------------------------------***")
print(" :: Device:", torch_device_name)
print(" ")
except:
print("Could not pick default device.")