Ontocord.AI
commited on
Commit
•
0bd4991
1
Parent(s):
4a75742
Update utils.py
Browse files
utils.py
CHANGED
@@ -466,6 +466,7 @@ def http_get(
|
|
466 |
resume_size=0,
|
467 |
user_agent=None,
|
468 |
):
|
|
|
469 |
ua = "python/{}".format(sys.version.split()[0])
|
470 |
if _torch_available:
|
471 |
ua += "; torch/{}".format(torch.__version__)
|
|
|
466 |
resume_size=0,
|
467 |
user_agent=None,
|
468 |
):
|
469 |
+
from tqdm import tqdm
|
470 |
ua = "python/{}".format(sys.version.split()[0])
|
471 |
if _torch_available:
|
472 |
ua += "; torch/{}".format(torch.__version__)
|