Fix 2 install commands rendering as 1 line (#8733)

This commit is contained in:
Sergii Dymchenko 2021-08-17 12:43:54 -07:00 committed by GitHub
parent 9da930afe1
commit 3139459fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,8 +59,10 @@ The ORTModule is instantiated from [`torch-ort`](https://github.com/pytorch/ort)
### Install ONNX Runtime Training package
`pip install torch-ort
python -m torch_ort.configure`
```
pip install torch-ort
python -m torch_ort.configure
```
**Note**: This installs the default version of the `torch-ort` and `onnxruntime-training` packages that are mapped to specific versions of the CUDA libraries. Refer to the install options in [ONNXRUNTIME.ai](https://onnxruntime.ai).