Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 66d90e1

Browse files
committed
up
1 parent 14365c4 commit 66d90e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchchat/export.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ def main(args):
439439
tokenizer,
440440
max_seq_length=builder_args.max_seq_length,
441441
support_tensor_subclass=output_dso_path is None
442-
and output_aoti_package_path is None,
442+
and output_aoti_package_path is None
443+
and output_pte_path is None,
443444
)
444445
model_to_pte = model
445446
model_to_dso = model

0 commit comments

Comments
 (0)