OpenGPT
OpenGPT copied to clipboard
ERROR: Cannot determine archive format When running pip install -r ./llama_train_requirements.txt in venv (Resloved)
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