mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Test with torch 2.7
This commit is contained in:
2
.github/workflows/nv-torch-latest-v100.yml
vendored
2
.github/workflows/nv-torch-latest-v100.yml
vendored
@ -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())"
|
||||
|
||||
|
Reference in New Issue
Block a user