Skip to content

fix: use stable CPU PyTorch wheels in CI, update checkout action#1045

Open
mattcarrollcode wants to merge 1 commit into
meta-llama:mainfrom
mattcarrollcode:fix/ci-config
Open

fix: use stable CPU PyTorch wheels in CI, update checkout action#1045
mattcarrollcode wants to merge 1 commit into
meta-llama:mainfrom
mattcarrollcode:fix/ci-config

Conversation

@mattcarrollcode
Copy link
Copy Markdown

Summary

  • Switch PyTorch wheel URL from test/cu118 (nightly, CUDA) to cpu (stable, CPU-only)
  • Update actions/checkout@v3 to @v4 in spellcheck workflow

Motivation

The pytest CI runs on a CPU-only ubuntu-24.04 runner but was pulling CUDA 11.8 test/nightly wheels — wasteful and potentially unstable.

Test plan

  • CI pytest workflow installs and runs successfully
  • Spellcheck workflow runs successfully

- Switch from test/nightly CUDA 11.8 wheels to stable CPU-only index
  (tests run on CPU-only ubuntu runner anyway)
- Update actions/checkout@v3 to @v4 in spellcheck workflow
@meta-cla meta-cla Bot added the cla signed label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant