Skip to content

Commit 4f5deac

Browse files
committed
update readme
1 parent bf5e602 commit 4f5deac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ The code is developed under the following configurations.
104104

105105
*Warning:* We don't support the outdated Python 2 anymore. PyTorch 0.4.0 or higher is required to run the codes.
106106

107-
As PyTorch 0.4.0 is not officially released yet. We suggest running in a separate conda environment, and install the following PyTorch package:
107+
As PyTorch 0.4.0 is not officially released yet. We suggest running in a separate conda environment, build PyTorch from source, or install the following PyTorch package:
108108
```bash
109-
conda install -c prigoyal pytorch=0.4.0
109+
conda install -c ostrokach-forge pytorch=0.4.0
110110
```
111111

112112
## Quick start: Test on an image using our trained model

0 commit comments

Comments
 (0)