Update app.py
Browse files
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(
|
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
|