I want to use unsloth to do fine-tuning while offline! I downloaded the model and also, I believe, the necessary wheels and installed them. I am running the code in a notebook. pip download ...
the workflow fails when batched_cfg is set to true. With batched_cfg set to false, it runs successfully and faster. Note: LoRA is also being used in this workflow, which works correctly when ...