-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to pytorch 1.1.0a0+ec8b1c9 #30
base: master
Are you sure you want to change the base?
Conversation
Now it builds libtorch as well. |
cd build_libtorch | ||
BUILD_TORCH=ON ONNX_NAMESPACE=onnx_torch bash ../tools/build_pytorch_libs.sh --use-nnpack caffe2 | ||
} && { | ||
echo -e "\nSuccessfully built libtorch at `dirname $PWD`/torch/lib/tmp_install\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. but why not install libtorch to the proper directory? Is it because there is a conflict?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that in fact it's also built in torch/
, and they've removed /torch/lib/tmp_install
in a later commit. I just tried the latest version, and pytorch itself was built successfully. But they changed the way to build libtorch, and there's a bug that I don't know how to fix. I'm gonna ask them before updating this PR.
No description provided.