stlaurentjr commited on
Commit
9a63e88
·
1 Parent(s): c3addc8

Update scripts/mainrunpodA1111.py

Browse files
Files changed (1) hide show
  1. scripts/mainrunpodA1111.py +1 -1
scripts/mainrunpodA1111.py CHANGED
@@ -24,7 +24,7 @@ import zipfile
24
  def Deps(force_reinstall):
25
  # Определяем путь к файлу-маркеру
26
  marker_file = '/workspace/setup_complete'
27
- if not force_reinstall and not os.path.exists(marker_file):
28
  ntbks()
29
  print('Modules and notebooks updated, dependencies already installed')
30
  os.environ['TORCH_HOME'] = '/workspace/cache/torch'
 
24
  def Deps(force_reinstall):
25
  # Определяем путь к файлу-маркеру
26
  marker_file = '/workspace/setup_complete'
27
+ if not force_reinstall and os.path.exists(marker_file):
28
  ntbks()
29
  print('Modules and notebooks updated, dependencies already installed')
30
  os.environ['TORCH_HOME'] = '/workspace/cache/torch'