Skip to content

add H100 to supported GPUs #2323

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

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Conversation

asaiacai
Copy link
Contributor

@asaiacai asaiacai commented Jul 29, 2023

Fixes #2317

I manually tested with using the CLI

$ sky show-gpus --cloud lambda
COMMON_GPU  AVAILABLE_QUANTITIES  
A10         1                     
A100        1, 2, 4, 8            
A100-80GB   8                     
H100        1                     
V100        8 

$ sky show-gpus --cloud aws
COMMON_GPU  AVAILABLE_QUANTITIES  
A10G        1, 4, 8               
A100        8                     
A100-80GB   8                     
H100        8                     
K80         1, 8, 16              
M60         1, 2, 4               
T4          1, 4, 8               
V100        1, 4, 8               
V100-32GB   8   

Tested (run the relevant ones):

  • Code formatting: bash format.sh
  • Any manual or new tests for this PR (please specify below)
  • All smoke tests: pytest tests/test_smoke.py
  • Relevant individual smoke tests: pytest tests/test_smoke.py::test_fill_in_the_name
  • Backward compatibility tests: bash tests/backward_comaptibility_tests.sh

Copy link
Member

@concretevitamin concretevitamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @asaiacai!

@concretevitamin
Copy link
Member

Tests should be unrelated (#2320; cc @cblmemo). Merging this.

@concretevitamin concretevitamin merged commit b156951 into skypilot-org:master Jul 29, 2023
@cblmemo
Copy link
Collaborator

cblmemo commented Jul 29, 2023

Yes, I believe this is an unrelated problem... It got the same error number as I do 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[show-gpus] H100 not showing up in sky show-gpus --cloud lambda
3 participants