TheLastBen
commited on
Commit
•
9d01380
1
Parent(s):
6e8a75f
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -54,8 +54,7 @@ def Deps(force_reinstall):
|
|
54 |
call('wget -q -i https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Notebooks.txt', shell=True)
|
55 |
call('rm Notebooks.txt', shell=True)
|
56 |
os.chdir('/notebooks')
|
57 |
-
|
58 |
-
os.chdir('/notebooks')
|
59 |
if not os.path.exists('/models'):
|
60 |
call('mkdir /models', shell=True)
|
61 |
if not os.path.exists('/notebooks/models'):
|
@@ -82,8 +81,6 @@ def Deps(force_reinstall):
|
|
82 |
done()
|
83 |
|
84 |
|
85 |
-
|
86 |
-
|
87 |
def downloadmodel_hfv2(Path_to_HuggingFace):
|
88 |
import wget
|
89 |
|
|
|
54 |
call('wget -q -i https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Notebooks.txt', shell=True)
|
55 |
call('rm Notebooks.txt', shell=True)
|
56 |
os.chdir('/notebooks')
|
57 |
+
|
|
|
58 |
if not os.path.exists('/models'):
|
59 |
call('mkdir /models', shell=True)
|
60 |
if not os.path.exists('/notebooks/models'):
|
|
|
81 |
done()
|
82 |
|
83 |
|
|
|
|
|
84 |
def downloadmodel_hfv2(Path_to_HuggingFace):
|
85 |
import wget
|
86 |
|