mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Remove redundant "build" setup.py commond from onnx scripts
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16487 Differential Revision: D13858628 Pulled By: bddppq fbshipit-source-id: e1ff3fc5f9be5d3dbbf96ee73c3a8c901b440b82
This commit is contained in:
parent
7f552041ff
commit
9d6be6ac09
|
|
@ -15,4 +15,4 @@ pip install -e "$tp2_dir/onnx"
|
||||||
# Install caffe2 and pytorch
|
# Install caffe2 and pytorch
|
||||||
pip install -r "$top_dir/caffe2/requirements.txt"
|
pip install -r "$top_dir/caffe2/requirements.txt"
|
||||||
pip install -r "$top_dir/requirements.txt"
|
pip install -r "$top_dir/requirements.txt"
|
||||||
python setup.py build develop
|
python setup.py develop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user