From 060c455809075e2f0777e2e882e2d74e3b168726 Mon Sep 17 00:00:00 2001 From: groupuser Date: Fri, 28 Mar 2025 04:15:27 +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