Skip to content

Commit

Permalink
Merge pull request #10 from sony/torch_cpu
Browse files Browse the repository at this point in the history
torch cpu
  • Loading branch information
irenaby authored Mar 31, 2024
2 parents 1b2b5bf + 27e277b commit 8b6a240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:
torchvision==${{matrix.torchvision_ver}} \
onnxruntime==${{matrix.ort_ver}} \
onnxruntime_extensions==${{matrix.ort_ext_ver}} \
onnx==${{matrix.onnx_ver}}
onnx==${{matrix.onnx_ver}} \
--index-url https://download.pytorch.org/whl/cpu \
--extra-index-url https://pypi.org/simple
pip install -r requirements_test.txt
pip list
- name: Run pytest
Expand Down

0 comments on commit 8b6a240

Please sign in to comment.