mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
Update README.md
This commit is contained in:
@@ -379,11 +379,14 @@ Nope.
|
||||
Nope. Please use anaconda or miniconda.
|
||||
|
||||
**Which PyTorch versions do you support?**
|
||||
##### PyTorch 1.1.0
|
||||
First install PyTorch 1.1.0
|
||||
Then install test-tube 0.6.7.6
|
||||
Then upgrade Lightning without upgrading its deps
|
||||
```python
|
||||
##### PyTorch 1.1.0
|
||||
```bash
|
||||
# install pytorch 1.1.0 using the official instructions
|
||||
|
||||
# install test-tube 0.6.7.6 which supports 1.1.0
|
||||
pip install test-tube==0.6.7.6
|
||||
|
||||
# install latest Lightning version without upgrading deps
|
||||
pip install -U --no-deps pytorch-lightning
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user