Yuchan
commited on
Update Model.py
Browse files
Model.py
CHANGED
|
@@ -35,7 +35,6 @@ print("✅ Mixed precision:", policy)
|
|
| 35 |
# =======================
|
| 36 |
# 1) 파일 다운로드
|
| 37 |
# =======================
|
| 38 |
-
|
| 39 |
def download_file(url, save_path):
|
| 40 |
r = requests.get(url, stream=True)
|
| 41 |
r.raise_for_status()
|
|
|
|
| 35 |
# =======================
|
| 36 |
# 1) 파일 다운로드
|
| 37 |
# =======================
|
|
|
|
| 38 |
def download_file(url, save_path):
|
| 39 |
r = requests.get(url, stream=True)
|
| 40 |
r.raise_for_status()
|