Compare commits

...

No commits in common. "refs/deployment/triton" and "main" have entirely different histories.

2 changed files with 2 additions and 17 deletions

@ -1,4 +1,4 @@
# Triton Backend for Python.
# Triton backend to use
backend: "python"
max_batch_size: 0
@ -18,18 +18,3 @@ output [
}
]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/random-string-generator"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]