Hi I am trying to install the transformer library from source with this commands on my jupyter notebook;
!git clone https://github.com/huggingface/transformers
!cd transformers
!pip install .
but i keep getting this error:
ERROR: Directory ‘.’ is not installable. Neither ‘setup.py’ nor ‘pyproject.toml’ found.
I need some help trying to fix this, thank you for the time