TheLastBen
commited on
Commit
•
10d6f70
1
Parent(s):
3ef01f4
Update mainpaperspacev2.py
Browse files- mainpaperspacev2.py +1 -1
mainpaperspacev2.py
CHANGED
@@ -25,7 +25,7 @@ import numpy as np
|
|
25 |
def Deps(force_reinstall):
|
26 |
|
27 |
if not force_reinstall and os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
|
28 |
-
print('[1;
|
29 |
else:
|
30 |
print('[1;32mInstalling the dependencies...')
|
31 |
call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
|
|
|
25 |
def Deps(force_reinstall):
|
26 |
|
27 |
if not force_reinstall and os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
|
28 |
+
print('[1;32mModules updated, dependencies already installed')
|
29 |
else:
|
30 |
print('[1;32mInstalling the dependencies...')
|
31 |
call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
|