Skip to content

Commit

Permalink
Update README.md (facebookresearch#4)
Browse files Browse the repository at this point in the history
Summary:
Specified CUDA and PyTorch version.

Pull Request resolved: facebookresearch#4

Reviewed By: xing-liu

Differential Revision: D26007773

Pulled By: bilgeacun

fbshipit-source-id: 973b8c6f00ee6a06cdee365add4d00f2a4c3fd80
  • Loading branch information
cx-yin authored and facebook-github-bot committed Jan 22, 2021
1 parent 85467e6 commit 3ccdf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ In addition, our implementation includes a software cache to store a portion of

## Installing FBTT-Embedding

* The implementation was compiled and tested with PyTorch 1.6 and above, with CUDA 10.1.
* To install the library, run setup.py install
In order to get the best performance, specify -gencode for nvcc in the setup.py (line 24). The corresponding compiler settings for each architecture can be found in CUDA Toolkit Documentation, for example
Volta https://docs.nvidia.com/cuda/volta-compatibility-guide/index.html
Expand Down

0 comments on commit 3ccdf1a

Please sign in to comment.