We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ea71e commit 0e14c76Copy full SHA for 0e14c76
.github/workflows/basic-tests-pytorch-rc.yml
@@ -1,4 +1,4 @@
1
-name: Test latest PyTorch release candidate
+name: Test latest PyTorch nightly / release candidate
2
on:
3
push:
4
branches: [ main ]
@@ -35,7 +35,7 @@ jobs:
35
pip install pytest nbval
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
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
+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
39
40
- name: Test Selected Python Scripts
41
run: |
0 commit comments