From c11c2a2f93af757928d9e896e3affa47f9e398c5 Mon Sep 17 00:00:00 2001 From: Yelin Jeong Date: Fri, 1 Nov 2024 10:29:19 +0900 Subject: [PATCH] Conf: Change llama2 output to flexbile This patch changes llama2 configuration file. Output flexbile is now supported, so changed it from uint8 static to flexible. Signed-off-by: Yelin Jeong --- documentation/example_conf/llama2c.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/example_conf/llama2c.conf b/documentation/example_conf/llama2c.conf index 589b705..bab061a 100644 --- a/documentation/example_conf/llama2c.conf +++ b/documentation/example_conf/llama2c.conf @@ -10,7 +10,7 @@ ], "output_info" : [ { - "type" : "uint8" + "format" : "flexible" } ] }