Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Apr 2, 2024
1 parent cc137b9 commit 31a634f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mv onnxruntime-linux-x64-gpu-1.17.1/include .
mv onnxruntime-linux-x64-gpu-1.17.1/lib .
```

### Install from nightly
### Option 2: Install from nightly

Download the nightly nuget package `Microsoft.ML.OnnxRuntime` from: https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly.

Expand Down Expand Up @@ -68,7 +68,7 @@ cp build/native/include/onnxruntime_c_api.h <ORT_HOME>/include
cp build/linux-x64/native/libonnxruntime*.so* <ORT_HOME>/lib
```
### Build from source
### Option 3: Build from source

```
git clone https://github.com/microsoft/onnxruntime.git
Expand Down

0 comments on commit 31a634f

Please sign in to comment.