From a4f17bf00fefacc8f30f1b74ea62f97401c2fc47 Mon Sep 17 00:00:00 2001 From: groupuser Date: Tue, 11 Mar 2025 02:30:50 +0000 Subject: [PATCH] create by cheetah --- config.pbtxt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config.pbtxt diff --git a/config.pbtxt b/config.pbtxt new file mode 100644 index 0000000..e947e5d --- /dev/null +++ b/config.pbtxt @@ -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] + + + + } +] \ No newline at end of file