-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove hack as integrated builds use FULL_CAFFE2 now #10320
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
Conversation
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
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.
ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Dammit, it doesn't work. |
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
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.
ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@pytorchbot retest this please |
make "-j${MAX_JOBS}" install | ||
else | ||
echo "Don't know how to build on $(uname)" | ||
exit 1 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
sudo FULL_CAFFE2=1 python setup.py install | ||
# TODO: I'm not sure why this is necessary | ||
cp -r torch/lib/tmp_install $INSTALL_PREFIX |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
echo "Don't know how to build on $(uname)" | ||
exit 1 | ||
sudo FULL_CAFFE2=1 python setup.py install |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Summary: Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: pytorch#10320 Reviewed By: jerryzh168 Differential Revision: D9198902 Pulled By: ezyang fbshipit-source-id: 8af28d607735e5f4450c40127c1f8c262ea602ce
Summary: Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: pytorch#10320 Reviewed By: jerryzh168 Differential Revision: D9198902 Pulled By: ezyang fbshipit-source-id: 8af28d607735e5f4450c40127c1f8c262ea602ce
Signed-off-by: Edward Z. Yang ezyang@fb.com