You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using free Colab T4 GPU for fine-tuning Mistral-7B-Instruct-V2 with the synthetic dataset provided in the repo. The limited Colab runtime is just enough for fine-tuning and 2 inferences. My runtime gets disconnected a few minutes after fine-tuning and then I need to wait for 24 hours and fine-tune again. Therefore, I want to directly use the saved checkpoints (RoSA adapter weights) and merge them back into the model after loading it in 4 bits.
The text was updated successfully, but these errors were encountered:
I'm using free Colab T4 GPU for fine-tuning Mistral-7B-Instruct-V2 with the synthetic dataset provided in the repo. The limited Colab runtime is just enough for fine-tuning and 2 inferences. My runtime gets disconnected a few minutes after fine-tuning and then I need to wait for 24 hours and fine-tune again. Therefore, I want to directly use the saved checkpoints (RoSA adapter weights) and merge them back into the model after loading it in 4 bits.
The text was updated successfully, but these errors were encountered: