Skip to content

Commit

Permalink
Fix minor path typo in custom ops docs (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHam authored Oct 29, 2020
1 parent a550438 commit aefb4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom_operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ set LD_LIBRARY_PATH in the "docker run" command or inside the
container.

```bash
$ export LD_LIBRARY_PATH=/opt/tritonserver/lib/tensorflow:$LD_LIBRARY_PATH
$ export LD_LIBRARY_PATH=/opt/tritonserver/backends/tensorflow1:$LD_LIBRARY_PATH
```

A limitation of this approach is that the custom operations must be
Expand Down

0 comments on commit aefb4e5

Please sign in to comment.