Skip to content

Commit

Permalink
Merge pull request #826 from bionicles/patch-1
Browse files Browse the repository at this point in the history
Fix minor typos in README.md
  • Loading branch information
LaurentMazare authored Dec 7, 2023
2 parents dca12b6 + ce27216 commit a0b8580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export LIBTORCH=/path/to/libtorch
The header files location can also be specified separately from the shared library via
the following:
```bash
# LIBTORCH_INCLUDE must contains `include` directory.
# LIBTORCH_INCLUDE must contain `include` directory.
export LIBTORCH_INCLUDE=/path/to/libtorch/
# LIBTORCH_LIB must contains `lib` directory.
# LIBTORCH_LIB must contain `lib` directory.
export LIBTORCH_LIB=/path/to/libtorch/
```
- For Windows users, assuming that `X:\path\to\libtorch` is the unzipped libtorch directory.
Expand Down

0 comments on commit a0b8580

Please sign in to comment.