Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

update README.md , add compiler version note #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Tested under python3.
- tensorboardX — for logging the losses in Tensorboard
- An NVIDAI GPU and CUDA 8.0 or higher. Some operations only have gpu implementation.
- **NOTICE**: different versions of Pytorch package have different memory usages.
- **NOTICE**: GCC >= 4.9 and above on Linux ( According to [this note](https://pytorch.org/tutorials/advanced/cpp_extension.html#using-your-extension) )

### Compilation

Expand Down