Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Nov 8, 2023
1 parent 1cc6123 commit d8a86f4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/customization_guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ both. Support for individual backends can be enabled as well. For more
details please see [documentation](build.md) on building a custom
inference server application.

#### Disabling Features at Application Launch
#### Disabling / Restricting Features at Run Time

The `tritonserver` application provides a number of command line
options to enable and disable features when launched. For a full list
Expand Down Expand Up @@ -241,15 +241,15 @@ Tracing mode. Trace mode supports `triton` and `opentelemetry`. Unless required

Directory where backend shared libraries are found.

> ![Warning]
> [!Warning]
> Access to add or remove files from the backends directory
> must be access controlled. Adding untrusted files
> can lead to arbitrarty execution attacks.
##### `repoagent-directory <string> default /opt/tritonserver/repoagents`
Directory where repository agent shared libraries are found.

> ![Warning]
> [!Warning]
> Access to add or remove files from the repoagents directory
> must be access controlled. Adding untrusted files
> can lead to arbitrarty execution attacks.
Expand All @@ -258,7 +258,7 @@ Directory where repository agent shared libraries are found.

Directory where cache shared libraries are found.

> ![Warning]
> [!Warning]
> Access to add or remove files from the repoagents directory
> must be access controlled. Adding untrusted files
> can lead to arbitrarty execution attacks.
Expand All @@ -267,6 +267,3 @@ Directory where cache shared libraries are found.






0 comments on commit d8a86f4

Please sign in to comment.