We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4d224 commit 145f0eaCopy full SHA for 145f0ea
1 file changed
tools/fp8_quant_blockwise.py
@@ -259,6 +259,7 @@ def main(input_path, output_path, block_size):
259
or file.endswith(".json")
260
or file.endswith(".md")
261
or file.endswith(".txt")
262
+ or file.endswith(".jinja")
263
):
264
src_path = os.path.join(input_path, file)
265
dst_path = os.path.join(output_path, file)
0 commit comments