Skip to content

Commit

Permalink
Conf: Change llama2 output to flexbile
Browse files Browse the repository at this point in the history
This patch changes llama2 configuration file.
Output flexbile is now supported, so changed it from uint8 static to flexible.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and wooksong committed Nov 11, 2024
1 parent f33b54e commit c11c2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/example_conf/llama2c.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"output_info" : [
{
"type" : "uint8"
"format" : "flexible"
}
]
}
Expand Down

0 comments on commit c11c2a2

Please sign in to comment.