Skip to content

Commit

Permalink
Update System Profile schema (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruai authored Dec 10, 2024
1 parent ab46311 commit 8f1d20b
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
22 changes: 21 additions & 1 deletion swagger/openapi.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4089,14 +4089,34 @@
"example": "v1.1.3",
"maxLength": 16
},
"amd_gpu_models": {
"description": "Model name of AMD GPUs",
"type": "array",
"items": {
"description": "The AMD GPU model",
"type": "string",
"example": "Advanced Micro Devices, Inc. [AMD/ATI] Device 0c34, Advanced Micro Devices, Inc. [AMD/ATI] Radeon PRO V320",
"maxLength": 128
}
},
"intel_gaudi_hpu_models": {
"description": "Model name of Intel Gaudi HPUs",
"type": "array",
"items": {
"description": "The Intel Gaudi HPU model",
"type": "string",
"example": "Habana Labs Ltd. Device 1020, Habana Labs Ltd. HL-2000 AI Training Accelerator [Gaudi]",
"maxLength": 128
}
},
"nvidia_gpu_models": {
"description": "Model name of Nvidia GPUs in the GPU index order",
"type": "array",
"items": {
"description": "The Nvidia GPU model",
"type": "string",
"example": "Tesla V100-PCIE-16GB",
"maxLength": 64
"maxLength": 128
}
}
}
Expand Down
22 changes: 21 additions & 1 deletion swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3956,14 +3956,34 @@
"example": "v1.1.3",
"maxLength": 16
},
"amd_gpu_models": {
"description": "Model name of AMD GPUs",
"type": "array",
"items": {
"description": "The AMD GPU model",
"type": "string",
"example": "Advanced Micro Devices, Inc. [AMD/ATI] Device 0c34, Advanced Micro Devices, Inc. [AMD/ATI] Radeon PRO V320",
"maxLength": 128
}
},
"intel_gaudi_hpu_models": {
"description": "Model name of Intel Gaudi HPUs",
"type": "array",
"items": {
"description": "The Intel Gaudi HPU model",
"type": "string",
"example": "Habana Labs Ltd. Device 1020, Habana Labs Ltd. HL-2000 AI Training Accelerator [Gaudi]",
"maxLength": 128
}
},
"nvidia_gpu_models": {
"description": "Model name of Nvidia GPUs in the GPU index order",
"type": "array",
"items": {
"description": "The Nvidia GPU model",
"type": "string",
"example": "Tesla V100-PCIE-16GB",
"maxLength": 64
"maxLength": 128
}
}
}
Expand Down
18 changes: 17 additions & 1 deletion swagger/system_profile.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,14 +786,30 @@ $defs:
type: string
example: "v1.1.3"
maxLength: 16
amd_gpu_models:
description: Model name of AMD GPUs
type: array
items:
description: The AMD GPU model
type: string
example: "Advanced Micro Devices, Inc. [AMD/ATI] Device 0c34, Advanced Micro Devices, Inc. [AMD/ATI] Radeon PRO V320"
maxLength: 128
intel_gaudi_hpu_models:
description: Model name of Intel Gaudi HPUs
type: array
items:
description: The Intel Gaudi HPU model
type: string
example: "Habana Labs Ltd. Device 1020, Habana Labs Ltd. HL-2000 AI Training Accelerator [Gaudi]"
maxLength: 128
nvidia_gpu_models:
description: Model name of Nvidia GPUs in the GPU index order
type: array
items:
description: The Nvidia GPU model
type: string
example: "Tesla V100-PCIE-16GB"
maxLength: 64
maxLength: 128
third_party_services:
description: Object containing information about system facts of third party services
type: object
Expand Down
2 changes: 1 addition & 1 deletion swagger/system_profile_commit_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7f5aff337ce3eab854dcd824b711c51d78d53626
b712f624ac2d7172f66c2e73ef414bf206a0af0f

0 comments on commit 8f1d20b

Please sign in to comment.