File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/ci_build/github/linux/docker/scripts/manylinux Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 run : |
1515 echo `python3 --version`
1616 cd torch_ort
17- python3 -m pip install --upgrade protobuf==3.20.1
17+ python3 -m pip install --upgrade protobuf==3.20.2
1818 python3 -m pip install --pre onnxruntime-training --no-cache-dir -f https://download.onnxruntime.ai/onnxruntime_nightly_cpu.html
1919 python3 -m pip install torch==1.13.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2020 python3 setup.py install --prefix=/tmp
Original file line number Diff line number Diff line change 44setuptools >= 41.4.0
55wheel
66git+http://github.com/onnx/onnx.git@237926eab41de21fb9addc4b03b751fd6a3343ec#egg=onnx
7- protobuf == 3.20.1
7+ protobuf == 3.20.2
88sympy == 1.1.1
99flake8
1010flatbuffers
You can’t perform that action at this time.
0 commit comments