Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Will that work #920

Open
wants to merge 1 commit into
base: release/0.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

build-wheel-linux:
runs-on: ubuntu-18.04
container: pytorch/manylinux-cpu
container: pytorch/manylinux-cuda102
strategy:
matrix:
python_version: [["3.7", "cp37-cp37m"], ["3.8", "cp38-cp38"], ["3.9", "cp39-cp39"], ["3.10", "cp310-cp310"]]
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Install PyTorch 1.12 RC
run: |
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
python3 -mpip install --pre torch~=1.12 -f https://download.pytorch.org/whl/test/cpu/torch_test.html
python3 -mpip install torch~=1.12
- name: Build wheel
run: |
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
Expand Down