mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 01:17:28 +08:00
remove comment
This commit is contained in:
parent
77d75f3ccc
commit
fc81342afe
@ -430,7 +430,7 @@ def main():
|
||||
if group is not None:
|
||||
calibration_data = dist_split(calibration_data, group)
|
||||
|
||||
# awq_quantize(model, calibration_data, bits=args.bits, group_size=args.group_size)
|
||||
awq_quantize(model, calibration_data, bits=args.bits, group_size=args.group_size)
|
||||
|
||||
save_model(model, tokenizer, config, model_path, args.mlx_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user