TheLastBen commited on
Commit
9eab629
1 Parent(s): 5829163

Update mainpaperspaceA1111.py

Browse files
Files changed (1) hide show
  1. 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('Dependencies already installed')
15
  else:
16
  print('Installing 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('Modules updated, dependencies already installed')
15
  else:
16
  print('Installing the dependencies...')
17
  call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))