Skip to content

Use short GPU names in scripts#245

Merged
kunal-mansukhani merged 1 commit intomainfrom
rename-gpus-remove-nvidia-prefix
Apr 11, 2026
Merged

Use short GPU names in scripts#245
kunal-mansukhani merged 1 commit intomainfrom
rename-gpus-remove-nvidia-prefix

Conversation

@kunal-mansukhani
Copy link
Copy Markdown
Contributor

Summary

  • Server-side GPU identifiers are moving from NVIDIA TESLA T4, NVIDIA H100, … to short forms (T4, H100, …). See AlphaGPU/leetgpu-infra#343.
  • Update scripts/run_challenge.py (--gpu default) and scripts/update_challenges.py (GPUS list) to send the new names.

Test plan

  • Merge after AlphaGPU/leetgpu-infra#343 lands and the migration is applied
  • python scripts/run_challenge.py challenges/easy/1_vector_add (defaults to T4) succeeds end-to-end
  • python scripts/update_challenges.py syncs challenge GPUs without errors

🤖 Generated with Claude Code

Server-side GPU identifiers are moving from "NVIDIA TESLA T4",
"NVIDIA H100", … to short forms ("T4", "H100", …). Update the
deploy/run scripts to send the new names.

See AlphaGPU/leetgpu-infra#343.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kunal-mansukhani kunal-mansukhani merged commit e40036b into main Apr 11, 2026
3 checks passed
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.

1 participant