Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-11-03 01:40:19 +00:00
parent 312a23a03b
commit 8fdd9fe49f

@ -1,5 +1,4 @@
# Triton backend to use # Triton backend to use
name: "Llama-3.2-1B-Instruct"
backend: "python" backend: "python"
max_batch_size: 0 max_batch_size: 0
@ -106,7 +105,7 @@ output [
parameters: [ parameters: [
{ {
key: "base_model_path", key: "base_model_path",
value: {string_value: ""} value: {string_value: "/cheetah/input/model/groupuser/Llama-3.2-1B-Instruct"}
}, },
{ {
key: "is_adapter_model", key: "is_adapter_model",