mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
Fix 2 install commands rendering as 1 line (#8733)
This commit is contained in:
parent
9da930afe1
commit
3139459fa8
1 changed files with 4 additions and 2 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue