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 f9ee230 commit 89cfdcfCopy full SHA for 89cfdcf
.github/workflows/building.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
46
run: |
47
- pip install numpy typing-extensions
+ pip install numpy typing-extensions dataclasses
48
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version}} -f https://download.pytorch.org/whl/${{ matrix.cuda-version }}/torch_stable.html
49
python -c "import torch; print('PyTorch:', torch.__version__)"
50
python -c "import torch; print('CUDA:', torch.version.cuda)"
0 commit comments