ADD AutoDL调度基本功能完成

This commit is contained in:
2025-04-16 18:28:15 +08:00
parent 61106608e0
commit 1272a33718
8 changed files with 446 additions and 40 deletions

View File

@@ -101,7 +101,7 @@ auth_scheme = HTTPBearer()
gpu=["L4", "T4"],
cpu=(2,16),
# memory=(32768, 32768), # (内存预留量, 内存使用上限)
memory=(20480,40960),
memory=(32768,131072),
enable_memory_snapshot=False,
secrets=[secret, modal.Secret.from_name("web_auth_token")],
volumes={