create by CHEETAH

This commit is contained in:
groupuser 2025-03-26 08:19:32 +00:00
parent 60362fb528
commit c893e20717

30
config.pbtxt Normal file

@ -0,0 +1,30 @@
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]
}
]