create by cheetah
This commit is contained in:
parent
b77a93033e
commit
207d03b8a9
30
config.pbtxt
Normal file
30
config.pbtxt
Normal file
@ -0,0 +1,30 @@
|
||||
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]
|
||||
|
||||
|
||||
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user