Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add system_type_specific field to system_desc #151

Merged
merged 8 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions submission_rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ The file <system_desc_id>.json should contain the following metadata describing
| submitter | Yes | Google | David Kanter | David Kanter
| division | Yes | closed | Closed | Open
| system_type | Yes | datacenter | datacenter | edge
| system_type_detail | ^2^ | cloud | edge-server | edge-device
| status | Yes | available | available | available
| | | | |
| system_name | Yes | tpu-v3 | 8ball | 8ball
Expand Down Expand Up @@ -487,6 +488,8 @@ The file <system_desc_id>.json should contain the following metadata describing

^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor.

^2^ Optional for submitters to add more specific system type. Some possible values for `system_type_detail` are `cloud` and `on-premise` for datacenter category and `edge-server` and `edge-device` for edge category.


In the Network division for the inference datacenter the file <system_desc_id>.json should also contain:

Expand Down
Loading