BitNet
BitNet copied to clipboard
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '3rdparty/llama.cpp/requirements/requirements-convert_legacy_llama.txt
Hi
I get the below error
If the error persists, use the requirements below for now to continue
#requirements/requirements-convert_legacy_llama.txt
numpy~=1.26.4
sentencepiece~=0.2.0
transformers>=4.46.3,<5.0.0
gguf>=0.1.0
protobuf>=4.21.0,<5.0.0
#requirements/requirements-convert_hf_to_gguf.txt
#-r ./requirements-convert_legacy_llama.txt
--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.2.1
#requirements/requirements-convert_hf_to_gguf_update.txt
#-r ./requirements-convert_legacy_llama.txt
#--extra-index-url https://download.pytorch.org/whl/cpu
#torch~=2.2.1
#requirements/requirements-convert_llama_ggml_to_gguf.txt
#-r ./requirements-convert_legacy_llama.txt
#requirements/requirements-convert_lora_to_gguf.txt
#-r ./requirements-convert_hf_to_gguf.txt
#--extra-index-url https://download.pytorch.org/whl/cpu
or
numpy~=1.26.4
sentencepiece~=0.2.0
transformers>=4.46.3,<5.0.0
gguf>=0.1.0
protobuf>=4.21.0,<5.0.0
--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.2.1
Hello Can i work on this Issue ?
When cloning BitNet use --recursive flag.
When cloning BitNet use --recursive flag.
That's right, you need to clone recursively to include the llama.cpp code.