Test with torch 2.7

This commit is contained in:
Logan Adams
2025-03-28 10:56:06 -07:00
parent 3054b934af
commit c4e2624d55

View File

@ -29,7 +29,7 @@ jobs:
- name: Install pytorch
run: |
pip install -U --cache-dir $TORCH_CACHE torch torchvision --index-url https://download.pytorch.org/whl/cu124
pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124
python -c "import torch; print('torch:', torch.__version__, torch)"
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"