Skip to content

Commit

Permalink
Add ORT_LIB_LOCATION note in readme for 'ORT_STRATEGY=system'
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Apr 11, 2021
1 parent 1dc7e37 commit 312952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Three different strategy to obtain the ONNX Runtime are supported by the `build.
To select which strategy to use, set the `ORT_STRATEGY` environment variable to:

1. `download`: This is the default if `ORT_STRATEGY` is not set;
2. `system`: To use a locally installed version
2. `system`: To use a locally installed version (use `ORT_LIB_LOCATION` environment variable to point to the install path)
3. `compile`: To compile the library

The `download` strategy supports downloading a version of ONNX that supports CUDA. To use this, set the
Expand Down

0 comments on commit 312952b

Please sign in to comment.