ADD AutoDL调度基本功能完成
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user