Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into spolisetty_dlis_6805
  • Loading branch information
pskiran1 committed Jul 26, 2024
2 parents 4511031 + a9048db commit 29f99b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
exit_on_error=True,
strict_model_config=False,
model_control_mode=tritonserver.ModelControlMode.EXPLICIT,
exit_timeout=10,
exit_timeout=30,
)


Expand Down Expand Up @@ -357,6 +357,11 @@ def test_stop(self):
{
"backend": "python",
"parameters": {"decoupled": {"string_value": "False"}},
# Keep instance count low for fast startup/cleanup.
# Alternatively can use KIND_CPU here, but keeping gpus/count explicit.
"instance_group": [
{"kind": "KIND_GPU", "gpus": [0], "count": 1}
],
}
)
},
Expand Down

0 comments on commit 29f99b8

Please sign in to comment.