mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
exclude torchvission from nightly
This commit is contained in:
2
.github/workflows/basic-tests-pytorch-rc.yml
vendored
2
.github/workflows/basic-tests-pytorch-rc.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv sync --dev # tests for backwards compatibility
|
||||
uv add pytest-ruff nbval
|
||||
uv pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
|
||||
uv pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
|
||||
|
||||
- name: Test Selected Python Scripts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user