File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4747 python -m pip install $(ONNX_PATH)
4848 python -m pip install hummingbird-ml --no-deps
4949 python -m pip install -r requirements.txt
50+ pip install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
5051 python -m pip install -r requirements-dev.txt
5152 python -m pip install $(ORT_PATH)
5253 python -m pip install pytest
Original file line number Diff line number Diff line change 4545 pip install %COREML_PATH% %ONNX_PATH%
4646 pip install humming-bird-ml --no-deps
4747 pip install -r requirements.txt
48+ python -m pip install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
4849 pip install -r requirements-dev.txt
4950 pip install %ONNXRT_PATH%
5051 displayName: 'Install dependencies'
You can’t perform that action at this time.
0 commit comments