NekoMirra commited on
Commit
939367b
·
verified ·
1 Parent(s): 0e8a511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def session_saver():
244
  print("实例保活:", result)
245
  del matrix_a, matrix_b, result
246
  cp.cuda.Stream.null.synchronize()
247
- time.sleep(600)
248
 
249
  # 启动
250
  import threading
 
244
  print("实例保活:", result)
245
  del matrix_a, matrix_b, result
246
  cp.cuda.Stream.null.synchronize()
247
+ time.sleep(60)
248
 
249
  # 启动
250
  import threading