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
ImportError: Failed to import test module: test_huggingface_import
Traceback (most recent call last):
File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
__import__(name)
File "/home/slowpoke/work/fork/minGPT/tests/test_huggingface_import.py", line 7, in <module>
from transformers import GPT2Tokenizer, GPT2LMHeadModel
ModuleNotFoundError: No module named 'transformers'
the cause appears to be a missing dependency in the requirements section of setup.py
The text was updated successfully, but these errors were encountered:
building the project as:
and running the test command given in
README.md
gives an unexpected error:
the cause appears to be a missing dependency in the requirements section of
setup.py
The text was updated successfully, but these errors were encountered: