Skip to content

Commit

Permalink
Rename network card field following the rule (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvyihengz authored Sep 4, 2023
1 parent c540fcc commit 4a9e1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@
"host_storage_capacity",
"host_storage_type",
"host_networking",
"host_networking_card_count",
"host_network_card_count",
"host_networking_topology",
"accelerators_per_node",
"accelerator_model_name",
Expand Down Expand Up @@ -1242,7 +1242,7 @@
]

SYSTEM_DESC_REQUIRED_FIELDS_SINCE_V3_1 = [
"host_networking_card_count",
"host_network_card_count",
"system_type_detail"
]

Expand Down

0 comments on commit 4a9e1dc

Please sign in to comment.