unsloth icon indicating copy to clipboard operation
unsloth copied to clipboard

Getting `OSError: [Errno 28] No space left on device` on Kaggle when saving

Open brand17 opened this issue 9 months ago • 1 comments

I try your example Kaggle Mistral 7b Unsloth notebook. The only thing I changed - I changed Flase to True in this line: if True: model.save_pretrained_merged("model", tokenizer, save_method = "merged_16bit",)

As a result I am always getting error: OSError: [Errno 28] No space left on device.

Please see here https://www.kaggle.com/code/brand17/kaggle-mistral-7b-unsloth-notebook/log?scriptVersionId=179659896

brand17 avatar May 25 '24 08:05 brand17