Skip to content

Commit

Permalink
correct attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jul 4, 2024
1 parent 04a334a commit cd1ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def quantize_q8(
)

quantizer.quantize_model()
check_and_save_model(quantizer.model, save_path)
check_and_save_model(quantizer.model.model, save_path)


def quantize_fp16(
Expand Down

0 comments on commit cd1ea69

Please sign in to comment.