gitgitgit/config.pbtxt
2025-03-26 07:56:15 +00:00

30 lines
307 B
Plaintext

name: "stablelm-6b"
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]
}
]