Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jul 4, 2024
1 parent 23440f0 commit b411e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def main():

parser = HfArgumentParser(QuantizationArguments)
(quantization_args,) = parser.parse_args_into_dataclasses()
print(f"{quantization_args=}")

# (Step 1) Validate the arguments
if not quantization_args.modes:
Expand Down

0 comments on commit b411e9f

Please sign in to comment.