Open shuodeng opened 4 months ago
I am seeing the error ModuleNotFoundError: No module named 'transformers.models.gemma2' when trying to import unsloth after upgrading to version 2024.7. How can I install an older version of unsloth?
ModuleNotFoundError: No module named 'transformers.models.gemma2'
Try to refer this: https://github.com/unslothai/unsloth/issues/728#issuecomment-2218259906
You need to upgrade transformers directly
I am seeing the error
ModuleNotFoundError: No module named 'transformers.models.gemma2'
when trying to import unsloth after upgrading to version 2024.7. How can I install an older version of unsloth?