TheLastBen
commited on
Commit
·
9eab629
1
Parent(s):
5829163
Update mainpaperspaceA1111.py
Browse files- mainpaperspaceA1111.py +1 -1
mainpaperspaceA1111.py
CHANGED
@@ -11,7 +11,7 @@ import ipywidgets as widgets
|
|
11 |
def Deps(force_reinstall):
|
12 |
|
13 |
if not force_reinstall and os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
|
14 |
-
print('[1;
|
15 |
else:
|
16 |
print('[1;32mInstalling the dependencies...')
|
17 |
call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
|
|
|
11 |
def Deps(force_reinstall):
|
12 |
|
13 |
if not force_reinstall and os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
|
14 |
+
print('[1;32mModules updated, dependencies already installed')
|
15 |
else:
|
16 |
print('[1;32mInstalling the dependencies...')
|
17 |
call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
|