Compare commits

...

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

2 changed files with 17 additions and 2 deletions

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