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
I installed all the components but hitting this issue when I run it. I am on Windows 11
The system cannot find the file specified.
Runtime launching in B: drive mode
Traceback (most recent call last):
File "aiserver.py", line 58, in <module>
from utils import debounce
File "C:\PROGRAMS\KoboldAI\utils.py", line 11, in <module>
from transformers import __version__ as transformers_version
File "B:\python\lib\site-packages\transformers\__init__.py", line 30, in <module>
from . import dependency_versions_check
ImportError: cannot import name 'dependency_versions_check' from partially initialized module 'transformers' (most likely due to a circular import) (B:\python\lib\site-packages\transformers\__init__.py)
(base) C:\PROGRAMS\KoboldAI>
The text was updated successfully, but these errors were encountered:
Hi
I installed all the components but hitting this issue when I run it. I am on Windows 11
The text was updated successfully, but these errors were encountered: