Skip to content

Commit

Permalink
update instance_group to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlntin committed Mar 21, 2024
1 parent e3c4a61 commit 2a794fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion triton_model_repo/postprocessing/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ parameters {

instance_group [
{
count: 1
count: 10
kind: KIND_CPU
}
]
2 changes: 1 addition & 1 deletion triton_model_repo/preprocessing/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ parameters {

instance_group [
{
count: 1
count: 10
kind: KIND_CPU
}
]
2 changes: 1 addition & 1 deletion triton_model_repo/tensorrt_llm_bls/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ parameters: {

instance_group [
{
count: 1
count: 10
kind : KIND_CPU
}
]

0 comments on commit 2a794fc

Please sign in to comment.