Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jan 22, 2025
1 parent df10ba3 commit 907782c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic-tests-linux-pytorch-rc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code tests (Linux)
name: Code tests (PyTorch RC)

on:
push:
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
pip install pytest nbval
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
pip install torch==2.6.0 torchvision --index-url https://download.pytorch.org/whl/test/cpu
- name: Test Selected Python Scripts
run: |
Expand Down

0 comments on commit 907782c

Please sign in to comment.