Skip to content

Commit

Permalink
correct max cores for next gen ascend (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 7, 2025
1 parent d9944be commit db92747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ attributes:
data-min-num-cores-for-cluster-ascend: 1,
data-max-num-cores-for-cluster-ascend: 84,
data-min-num-cores-for-cluster-ascend-nextgen: 1,
data-max-num-cores-for-cluster-ascend-nextgen: 120,
data-max-num-cores-for-cluster-ascend-nextgen: 118,
data-min-num-cores-for-cluster-cardinal: 1,
data-max-num-cores-for-cluster-cardinal: 96,
data-option-for-cluster-kubernetes: false,
Expand Down Expand Up @@ -252,7 +252,7 @@ attributes:
data-min-num-cores-for-cluster-cardinal: 1,
data-max-num-cores-for-cluster-cardinal: 96,
data-min-num-cores-for-cluster-ascend-nextgen: 1,
data-max-num-cores-for-cluster-ascend-nextgen: 120,
data-max-num-cores-for-cluster-ascend-nextgen: 118,
]
- [
"40 core gpu", "gpu-40core",
Expand Down

0 comments on commit db92747

Please sign in to comment.