Skip to content

Commit

Permalink
add P4000
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed May 6, 2024
1 parent d703095 commit f82c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/kubernetes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_accelerator_from_label_value(cls, value: str) -> str:
"""
canonical_gpu_names = [
'A100-80GB', 'A100', 'A10G', 'H100', 'K80', 'M60', 'T4g', 'T4',
'V100', 'A10', 'P100', 'P40', 'P4', 'L4'
'V100', 'A10', 'P4000', 'P100', 'P40', 'P4', 'L4'
]
for canonical_name in canonical_gpu_names:
# A100-80G accelerator is A100-SXM-80GB or A100-PCIE-80GB
Expand Down

0 comments on commit f82c2a1

Please sign in to comment.