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 e0c20fd commit 03ff098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/customization_guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Specifies the mode for model management.

> [!WARNING]
> Allowing dynamic updates to the model repository can lead
> to arbitrary execution attacks. Model repository access control is
> to arbitrary code execution. Model repository access control is
> critical in production deployments. Unless required for operation, recommended
> to disable dynamic updates. If required, please ensure only trusted entities
> can add or remove models from a model repository.
Expand Down Expand Up @@ -244,15 +244,15 @@ Directory where backend shared libraries are found.
> [!Warning]
> Access to add or remove files from the backends directory
> must be access controlled. Adding untrusted files
> can lead to arbitrarty execution attacks.
> can lead to arbitrarty code execution.
##### `repoagent-directory <string> default /opt/tritonserver/repoagents`
Directory where repository agent shared libraries are found.

> [!Warning]
> Access to add or remove files from the repoagents directory
> must be access controlled. Adding untrusted files
> can lead to arbitrarty execution attacks.
> can lead to arbitrarty code execution.
##### `cache-directory <string> default /opt/tritonserver/caches`

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


Expand Down

0 comments on commit 03ff098

Please sign in to comment.