Closed zhaowei0315 closed 5 months ago
Suggest to add shutil.rmtree(file_location , ignore_errors=True) to /unsloth/save.py 105 line.
Fantastic idea!! Would you be open to be a contributor and open a PR :) If not, I can also do that!!
@danielhanchen commit my change accordingly. please check.
Hello Expert, an error happened when export gguf with F16.
below methods are ok: model.save_pretrained_gguf("model", tokenizer)# 8bit model.save_pretrained_gguf("model", tokenizer, quantization_method = "q4_k_m")# 4bit model.save_pretrained_gguf("model", tokenizer, quantization_method = "f32")# 32bit