Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install -r requirements.txt get error #43

Open
JxuHenry opened this issue May 11, 2023 · 1 comment
Open

pip install -r requirements.txt get error #43

JxuHenry opened this issue May 11, 2023 · 1 comment

Comments

@JxuHenry
Copy link

JxuHenry commented May 11, 2023

An error occurs when I run the "pip install -r requirements.txt" command to configure the environment:

ERROR: git+https://github.com/zphang/transformers.git (from -r requirements.txt (line 6)) does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

@ls1rius
Copy link

ls1rius commented May 14, 2023

The transformers rep is
zphang/transformers@68d640f
///
you should git clone this rep
https://github.com/zphang/transformers
switch your branch to llama_push and git checkout 68d640f , install the transformers
///
git clone https://github.com/zphang/transformers.git
cd transformers
git checkout 68d640f
pip install .
///
I hope this will work for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants