Skip to content

Commit 145f0ea

Browse files
authored
fix bug: add chat_template.jinja copy in fp8_blockwise_quant (#185) (#186)
1 parent 5f4d224 commit 145f0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/fp8_quant_blockwise.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def main(input_path, output_path, block_size):
259259
or file.endswith(".json")
260260
or file.endswith(".md")
261261
or file.endswith(".txt")
262+
or file.endswith(".jinja")
262263
):
263264
src_path = os.path.join(input_path, file)
264265
dst_path = os.path.join(output_path, file)

0 commit comments

Comments
 (0)