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
Looks like the import is wrong, and should just be from utils ..., importing from the local utils.py?
Traceback (most recent call last):
File "/workspace/arctic-embed/src/mteb_retrieval.py", line 17, in <module>
from eval.MTEB.utils import pool, logger, move_to_cuda
ModuleNotFoundError: No module named 'eval'
The text was updated successfully, but these errors were encountered:
Looks like the import is wrong, and should just be
from utils ...
, importing from the localutils.py
?The text was updated successfully, but these errors were encountered: