OpenGPT icon indicating copy to clipboard operation
OpenGPT copied to clipboard

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

Open antv311 opened this issue 1 year ago • 0 comments

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

antv311 avatar Jan 02 '24 06:01 antv311