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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: