unsloth error when trying to import - FastLanguageModel
Bump into this error that says "invalid syntax (<string>, line 4)" while trying to import FastLanguageModel. This happens right after "𦄠Unsloth Zoo will now patch everything to make training faster!"
Solution is the use trl lower than 0.15.0 as seen here:-
After that, was able to get it working.
Comments