Skip to content

Commit 0e14c76

Browse files
authored
Test PyTorch nightly releases (rasbt#509)
1 parent 25ea71e commit 0e14c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basic-tests-pytorch-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test latest PyTorch release candidate
1+
name: Test latest PyTorch nightly / release candidate
22
on:
33
push:
44
branches: [ main ]
@@ -35,7 +35,7 @@ jobs:
3535
pip install pytest nbval
3636
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3737
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
38-
pip install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/test/cpu
38+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
3939
4040
- name: Test Selected Python Scripts
4141
run: |

0 commit comments

Comments
 (0)