Update commit_task_jointcloud_soncodeId_0717.py
This commit is contained in:
parent
de4b466f94
commit
cb7c7da361
|
@ -70,8 +70,8 @@ API_CONFIG = {
|
|||
# 集群资源配置(key=集群ID,value=总资源/可用资源)
|
||||
cluster_resources: Dict[str, Dict] = {
|
||||
"1790300942428540928": { # modelarts集群
|
||||
"total": {"CPU": 96, "MEMORY": 1024, "NPU": 8},
|
||||
"available": {"CPU": 96, "MEMORY": 1024, "NPU": 8}
|
||||
"total": {"CPU": 512, "MEMORY": 1024, "NPU": 8},
|
||||
"available": {"CPU": 512, "MEMORY": 1024, "NPU": 8}
|
||||
}
|
||||
# "1865927992266461184": { # openi集群
|
||||
# "total": {"CPU": 48, "MEMORY": 512, "DCU": 1},
|
||||
|
|
Loading…
Reference in New Issue