Skip to content

Commit

Permalink
Small fix in installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-ps committed Apr 28, 2022
1 parent 12efcb4 commit 0011b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ The code has been tested with Ubuntu 16.04/18.04 and TensorFlow 1.14.0/1.12.0.
2. Create a new conda environment and install tensorflow-gpu 1.14.0.
```shell
conda create -n tf-1.14.0 tensorflow-gpu==1.14.0
conda install -c conda-forge yacs tqdm
conda activate tf-1.14.0
conda install -c conda-forge yacs tqdm
```

3. Build the code under `tensorflow`.
Expand Down

0 comments on commit 0011b33

Please sign in to comment.