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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
I am trying to complete a summarization project and decided to use flash for it but am getting import error as transformers.__spec__ is returning None. I have opened huggingface/transformers#12904 issue on transformers page meanwhile, would like to know if there's a possible workaround to it.
Hi @prikmm, thanks for reporting this. I've just added something to catch the error so hopefully it shouldn't break any more. Could you try installing from github with:
🐛 Bug
I am trying to complete a summarization project and decided to use flash for it but am getting import error as
transformers.__spec__
is returning None. I have opened huggingface/transformers#12904 issue on transformers page meanwhile, would like to know if there's a possible workaround to it.Code sample
OUTPUT:
Expected behavior
Able to import flash
Environment
conda
,pip
, source):Additional context
The text was updated successfully, but these errors were encountered: