Spaces:
Sleeping
Sleeping
Update setup_environment.py
Browse files- setup_environment.py +3 -6
setup_environment.py
CHANGED
@@ -80,11 +80,6 @@ def check_stf_alternative_installed():
|
|
80 |
else:
|
81 |
print("stf-alternative ν¨ν€μ§κ° μ€μΉλμ§ μμμ΅λλ€.")
|
82 |
|
83 |
-
# μΆλ ₯μμ stf-alternative ν¨ν€μ§κ° μλμ§ νμΈ
|
84 |
-
if "stf-tools" in result.stdout:
|
85 |
-
print("stf-tools ν¨ν€μ§κ° μ€μΉλμ΄ μμ΅λλ€.")
|
86 |
-
else:
|
87 |
-
print("stf-tools ν¨ν€μ§κ° μ€μΉλμ§ μμμ΅λλ€.")
|
88 |
|
89 |
|
90 |
# μΆκ°λ ν¨μλ€: 'libcublasLt.so.11'μ κ²½λ‘λ₯Ό μ°Ύμ LD_LIBRARY_PATHμ μΆκ°νλ ν¨μ
|
@@ -133,7 +128,9 @@ def download_files_from_url():
|
|
133 |
url = f"https://drive.google.com/uc?id={file_id}"
|
134 |
gdown.download(url, '/tmp/stf/TEMP/0157.pth', quiet=False)
|
135 |
|
136 |
-
|
|
|
|
|
137 |
|
138 |
|
139 |
|
|
|
80 |
else:
|
81 |
print("stf-alternative ν¨ν€μ§κ° μ€μΉλμ§ μμμ΅λλ€.")
|
82 |
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
|
85 |
# μΆκ°λ ν¨μλ€: 'libcublasLt.so.11'μ κ²½λ‘λ₯Ό μ°Ύμ LD_LIBRARY_PATHμ μΆκ°νλ ν¨μ
|
|
|
128 |
url = f"https://drive.google.com/uc?id={file_id}"
|
129 |
gdown.download(url, '/tmp/stf/TEMP/0157.pth', quiet=False)
|
130 |
|
131 |
+
os.remove('/tmp/stf-api-alternative.zip')
|
132 |
+
os.remove('/tmp/stf/089.pth')
|
133 |
+
os.remove('/tmp/stf/TEMP/0157.pth')
|
134 |
|
135 |
|
136 |
|