Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nvidia channel for linux cuda build (#16)
Summary: Fix build instruction in `README.md` to specify `nvidia` as the channel for Linux cudatoolkit. Ref. this issue for context: - pytorch/pytorch#59517 (comment) - (meta internal only): [comment](https://fb.workplace.com/groups/1405155842844877/posts/5763447240349027/?comment_id=5765281670165584&reply_comment_id=5765321913494893) Pull Request resolved: #16 Test Plan: ``` $ conda create -n torchmmcuda39 python=3.9 $ conda activate torchmmcuda39 $ conda install pytorch torchvision torchtext cudatoolkit=11.3 -c pytorch-nightly -c nvidia Preparing transaction: done Verifying transaction: done Executing transaction: \ By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html ``` Reviewed By: ankitade Differential Revision: D35469610 Pulled By: langong347 fbshipit-source-id: 35789a9c38e505cefa099814804cf73b82edfecc
- Loading branch information