unslothai / unsloth

Finetune Llama 3.2, Mistral, Phi, Qwen 2.5 & Gemma LLMs 2-5x faster with 80% less memory
https://unsloth.ai
Apache License 2.0
18.57k stars 1.3k forks source link

Check if final_location is in /tmp in Kaggle environment #1201

Closed dendarrion closed 3 weeks ago

danielhanchen commented 4 weeks ago

@dendarrion Nice PR - actually if you want - it'll be better to directly override all Kaggle saving to /tmp - there is a check in save.py for IS_KAGGLE_ENVIRONMENT and if the folder /tmp exists, we should default to that especially for push_to_hub functions

danielhanchen commented 3 weeks ago

Superseded by #1219