Skip to content

Commit

Permalink
Add H100, K80 to NOS devices
Browse files Browse the repository at this point in the history
  • Loading branch information
outtanames committed Jan 25, 2024
1 parent 728abba commit 20cf1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nos/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
# Edit: apparently the device names generated by skypilot do not match those
# that come out of the model spec (unclear where those come from?) right now
# just need to run these one by one and figure out what string gets used and update.
SKYPILOT_DEVICES = ["tesla-t4", "a100"]
SKYPILOT_DEVICES = ["tesla-t4", "a100", "h100", "k80"]

0 comments on commit 20cf1aa

Please sign in to comment.