Skip to content

Commit

Permalink
save commpressed by defualt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2025
1 parent ff007b6 commit a4c99a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sparse_2of4_quantization_fp8/llama3_8b_2of4.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ def get_recipe(fp8_enabled):
print("==========================================\n")

# Save compressed model and tokenizer
model.save_pretrained(save_dir, save_compressed=args.fp8)
model.save_pretrained(save_dir)
tokenizer.save_pretrained(save_dir)

0 comments on commit a4c99a5

Please sign in to comment.