From 3139459fa8fa51d563b7c6bd8b25a225d27c64cf Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Tue, 17 Aug 2021 12:43:54 -0700 Subject: [PATCH] Fix 2 install commands rendering as 1 line (#8733) --- docs/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9e2fc83fbf..ea95d80900 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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).