Skip to content

Commit

Permalink
Fix: make gpu selection respect the runner name capitalization (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
S1ro1 authored Jan 19, 2025
1 parent 5e773dc commit 9685dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord-cluster-manager/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ModalGPU(Enum):
H100 = "H100"


GPU_SELECTION = {"Modal": ModalGPU, "Github": GitHubGPU}
GPU_SELECTION = {"Modal": ModalGPU, "GitHub": GitHubGPU}


class ExitCode(IntEnum):
Expand Down

0 comments on commit 9685dc5

Please sign in to comment.