File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name : build-wheel-310
22
33on :
4+ workflow_dispatch :
45 push :
56 tags :
67 - ' v**'
1920 yum install -y openblas-devel
2021 CIBW_BEFORE_BUILD : >
2122 pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 --index-url https://download.pytorch.org/whl/cpu
22- && pip install -r requirements.txt
23+ && pip install -e .
2324 CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_28_x86_64"
2425 CIBW_REPAIR_WHEEL_COMMAND : >
2526 auditwheel repair -w {dest_dir} {wheel} --exclude libtorch_python.so
Original file line number Diff line number Diff line change 11name : build-wheel-311
22
33on :
4+ workflow_dispatch :
45 push :
56 tags :
67 - ' v**'
1920 yum install -y openblas-devel
2021 CIBW_BEFORE_BUILD : >
2122 pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 --index-url https://download.pytorch.org/whl/cpu
22- && pip install -r requirements.txt
23+ && pip install -e .
2324 CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_28_x86_64"
2425 CIBW_REPAIR_WHEEL_COMMAND : >
2526 auditwheel repair -w {dest_dir} {wheel} --exclude libtorch_python.so
Original file line number Diff line number Diff line change 11name : build-wheel-312
22
33on :
4+ workflow_dispatch :
45 push :
56 tags :
67 - ' v**'
1920 yum install -y openblas-devel
2021 CIBW_BEFORE_BUILD : >
2122 pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 --index-url https://download.pytorch.org/whl/cpu
22- && pip install -r requirements.txt
23+ && pip install -e .
2324 CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_28_x86_64"
2425 CIBW_REPAIR_WHEEL_COMMAND : >
2526 auditwheel repair -w {dest_dir} {wheel} --exclude libtorch_python.so
You can’t perform that action at this time.
0 commit comments