Commit 56bc208f authored by rusty1s's avatar rusty1s
Browse files

update

parent 4f946374
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
- name: Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }} - name: Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
run: | run: |
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/${{ matrix.cuda-version }} pip install --extra-index-url torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/${{ matrix.cuda-version }}
python -c "import torch; print('PyTorch:', torch.__version__)" python -c "import torch; print('PyTorch:', torch.__version__)"
python -c "import torch; print('CUDA:', torch.version.cuda)" python -c "import torch; print('CUDA:', torch.version.cuda)"
......
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
- name: Install PyTorch ${{ matrix.torch-version }} - name: Install PyTorch ${{ matrix.torch-version }}
run: | run: |
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/cpu pip install --extra-index-url torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/cpu
- name: Install dependencies - name: Install dependencies
run: | run: |
......
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
- name: Install PyTorch ${{ matrix.torch-version }} - name: Install PyTorch ${{ matrix.torch-version }}
run: | run: |
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/cpu pip install --extra-index-url torch==${{ matrix.torch-version }} -f https://download.pytorch.org/whl/cpu
- name: Install main package - name: Install main package
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment