-
Notifications
You must be signed in to change notification settings - Fork 192
simply pytorch install by using pytorch-nightly instead of source #43
Conversation
Patching and trying instructions again (or did you already try?). |
I haven't tried. |
if you are using cuda9, it is: |
git submodule update --init | ||
NCCL_ROOT_DIR="${NCCL_ROOT_DIR}" python3 setup.py install \ | ||
2>&1 | tee PYTORCH_OUT | ||
conda install pytorch-nightly -c pytorch | ||
``` | ||
|
||
- Build [Caffe2](http://caffe2.ai/) from source (under PyTorch): |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Is this nightly package also including Caffe2? (@pjh5)
|
You can also try seeing if
before trying to install ONNX helps |
@theweiho, same issue. |
@jmp84 where's the segfault? |
@pjh5 - you're suggesting that we should be able to use the new combined pytorch-caffe2_cuda8.0_cudnn7 conda builds now? (Once package names settle) That'd be awesome! @jhcross (and maybe @jamesr66a ?) may have more info for what the ONNX compatibility/segfault issue we ran into was (so we can confirm whether that'd be resolved with the new combined PyTorch+Caffe2 packages). |
@anderspapitto @bddppq - James Cross mentioned y'all helped him debug the ONNX compatibility/segfault issue - and that it may have been due to differences in gcc compiler versions or something? |
we got something to work, but there wasn't full clarity into exactly what the issue had been. If you're able to make changes and things work, then you're probably fine - the crashes we were running into were very upfront |
Summary: Simplify installation instructions by using the combined PyTorch+Caffe2 conda package (can probably replace pytorch#43) Also fix some examples after internal sync Differential Revision: D7939466 fbshipit-source-id: f3f1012e652787929b30cdbf74d513e741971f8d
simply pytorch install by using pytorch-nightly instead of source