Update pytorch_train.md (#4786)
* Update pytorch_train.md Add description about torchvision version * Update pytorch_train.md
This commit is contained in:
parent
20ad708010
commit
2c4623f8da
1 changed files with 2 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ Note: BigDL-Nano does not install IPEX by default. You can install IPEX using th
|
|||
|
||||
```bash
|
||||
python -m pip install torch_ipex==1.9.0 -f https://software.intel.com/ipex-whl-stable
|
||||
python -m pip install torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
||||
```
|
||||
|
||||
#### Multi-instance Training
|
||||
|
|
|
|||
Loading…
Reference in a new issue