yerang commited on
Commit
1f0c2aa
Β·
verified Β·
1 Parent(s): c96fddf

Update setup_environment.py

Browse files
Files changed (1) hide show
  1. 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