Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed Jul 12, 2024
1 parent a990914 commit 7a95697
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@

# save model
if args.output_dir is not None and ((args.woq or args.load_in_4bit or args.load_in_8bit) and not args.use_neural_speed):
import pdb;pdb.set_trace();
user_model.save_pretrained(args.output_dir)
tokenizer.save_pretrained(args.output_dir)
# to validate woq model accuracy
Expand Down

0 comments on commit 7a95697

Please sign in to comment.