Skip to content

Commit

Permalink
[Core] Adding accelerator type H100 (#46823)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajun Yao <[email protected]>
  • Loading branch information
jjyao authored Jul 27, 2024
1 parent 92acf8e commit 2ac8712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/util/accelerators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
NVIDIA_TESLA_A10G,
NVIDIA_L4,
NVIDIA_A100,
NVIDIA_H100,
INTEL_MAX_1550,
INTEL_MAX_1100,
INTEL_GAUDI,
Expand Down Expand Up @@ -40,6 +41,7 @@
"NVIDIA_A100",
"NVIDIA_A100_40G",
"NVIDIA_A100_80G",
"NVIDIA_H100",
"INTEL_MAX_1550",
"INTEL_MAX_1100",
"INTEL_GAUDI",
Expand Down
1 change: 1 addition & 0 deletions python/ray/util/accelerators/accelerators.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
NVIDIA_TESLA_A10G = "A10G"
NVIDIA_L4 = "L4"
NVIDIA_A100 = "A100"
NVIDIA_H100 = "H100"
INTEL_MAX_1550 = "Intel-GPU-Max-1550"
INTEL_MAX_1100 = "Intel-GPU-Max-1100"
INTEL_GAUDI = "Intel-GAUDI"
Expand Down

0 comments on commit 2ac8712

Please sign in to comment.