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

ERROR: Cannot determine archive format When running pip install -r ./llama_train_requirements.txt in venv (Resloved) #10

Open
antv311 opened this issue Jan 2, 2024 · 0 comments

Comments

@antv311
Copy link

antv311 commented Jan 2, 2024

OS: windows 11
Vm : venv
Python ver: 3.11

Issue:
Anytime I would run the pip install -r ./llama_train_requirements.txt it wouldn't install stating "ERROR: Cannot determine archive format When running ( trail to pip ) "

Resolution :
I fixed it by adding "git+" to the transformers git address in the /llama_train_requirements.txt file.

. protobuf==3.20.3 accelerate git+https://github.com/huggingface/transformers sentencepiece
afterwards it ran without issue

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

1 participant