We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our GKELabelFormatter, we currently do not distinguish between H100 and H100 Mega (a3-highgpu vs a3-megagpu):
GKELabelFormatter
a3-highgpu
a3-megagpu
skypilot/sky/provision/kubernetes/utils.py
Lines 197 to 204 in 13f54eb
We should fix this - GKE/DWS users need a way to distinguish between the two GPU types to provision the right instance type for their use case.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In our
GKELabelFormatter
, we currently do not distinguish between H100 and H100 Mega (a3-highgpu
vsa3-megagpu
):skypilot/sky/provision/kubernetes/utils.py
Lines 197 to 204 in 13f54eb
We should fix this - GKE/DWS users need a way to distinguish between the two GPU types to provision the right instance type for their use case.
The text was updated successfully, but these errors were encountered: