Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 committed Dec 5, 2024
1 parent 8948a43 commit d4f649f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def convert_lm_head_and_embedding(model, temp_dir, weight_dir,
else:
lm_heads = lm_head.lm_heads
asym = lm_heads[0].qtype == "asym_int4_rtn"
print("asym is ", asym, lm_heads[0].qtype)
lm_head_weights = []
scales = []
zeros = []
Expand Down

0 comments on commit d4f649f

Please sign in to comment.