Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 6, 2021
1 parent 62b08cf commit fc25771
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@

**一定要确保这两个目录真实存在,并且包含 CUDA 和 cuDNN**

- (Clang only)
```
conda env config vars set CC=$CONDA_PREFIX/bin/clang CXX=$CONDA_PREFIX/bin/clang++
cmake .. -DCMAKE_INCLUDE_PATH=$CONDA_PREFIX/include/
```

- Add oneflow to your PYTHONPATH

```
Expand Down

0 comments on commit fc25771

Please sign in to comment.