RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback): Failed to import transformers.modeling_utils because of the following error (look up to see its traceback): partially initialized module 'torch._dynamo' has no attribute 'external_utils' (most likely due to a circular import) #2255
Labels
bug
Something isn't working
Have you searched existing issues? 🔎
Desribe the bug
!pip install bertopic
from bertopic import BERTopic
RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback):
Failed to import transformers.modeling_utils because of the following error (look up to see its traceback):
partially initialized module 'torch._dynamo' has no attribute 'external_utils' (most likely due to a circular import)
Reproduction
BERTopic Version
I don't know
The text was updated successfully, but these errors were encountered: