You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,15 @@ Users can either pick existing models (config files) in *Model Zoo* to start mod
59
59
```bash
60
60
pip install -r requirements.txt
61
61
```
62
-
*NeuronBlocks requires **PyTorch 0.4.1** currently* and automatically gets installed by the above on **Linux**.
63
-
64
-
For **Windows**, we suggest you to install PyTorch via *Conda* by following the instructions of PyTorch [here](https://pytorch.org/get-started/locally/).
65
-
66
62
63
+
3. Install PyTorch (*NeuronBlocks supports **PyTorch 0.4.1** and above*).
64
+
65
+
For **Linux**, run the following command:
66
+
```bash
67
+
pip install "torch>=0.4.1"
68
+
```
69
+
70
+
For **Windows**, we suggest you to install PyTorch via *Conda* by following the instruction of [PyTorch](https://pytorch.org/get-started/locally/).
0 commit comments