Spaces:
Running
on
Zero
Running
on
Zero
Rishi Desai
commited on
Commit
·
c188e3c
1
Parent(s):
9e78a33
printing symlink
Browse files- install.py +1 -1
install.py
CHANGED
@@ -95,7 +95,7 @@ def download_huggingface_models():
|
|
95 |
|
96 |
if not os.path.exists(target_path):
|
97 |
os.symlink(model_path, target_path)
|
98 |
-
print(f"✅ Linked: {
|
99 |
else:
|
100 |
print(f"✅ Already exists: {file_name_only}")
|
101 |
except Exception as e:
|
|
|
95 |
|
96 |
if not os.path.exists(target_path):
|
97 |
os.symlink(model_path, target_path)
|
98 |
+
print(f"✅ Linked: {model_path} to {target_path}")
|
99 |
else:
|
100 |
print(f"✅ Already exists: {file_name_only}")
|
101 |
except Exception as e:
|