Llama-3.2-1B-Instruct/config.pbtxt
2025-03-18 08:27:59 +00:00

30 lines
317 B
Plaintext

name: "Llama-3.2-1B-Instruct"
platform: "pytorch_libtorch"
instance_group [
{
count: 1
kind: KIND_AUTO
}
]
input [
{
name: "intput_0"
data_type: TYPE_STRING
dims: [-1]
}
]
output [
{
name: "output_0"
data_type: TYPE_STRING
dims: [-1]
}
]