Skip to content

Commit

Permalink
Update CI to use PyTorch 2.6 branch (#8487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei authored Dec 12, 2024
1 parent 7261c79 commit 142e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- id: commit
name: Get latest torch commit
run: |
echo "torch_commit=$(git ls-remote https://github.com/pytorch/pytorch.git HEAD | awk '{print $1}')" >> "$GITHUB_OUTPUT"
echo "torch_commit=$(git ls-remote https://github.com/pytorch/pytorch.git refs/heads/release/2.6 | awk '{print $1}')" >> "$GITHUB_OUTPUT"
build-torch-xla:
name: "Build PyTorch/XLA"
Expand Down

0 comments on commit 142e702

Please sign in to comment.