lxe / llama-tune

LLaMa Tuning with Stanford Alpaca Dataset using Deepspeed and Transformers
51 stars 7 forks source link

download error #3

Open SeekPoint opened 1 year ago

SeekPoint commented 1 year ago

(gh_llama-tune) amd00@asus00:~/llm_dev/llama-tune$ python3 download-model.py decapoda-research/llama-7b-hf Traceback (most recent call last): File "/home/amd00/llm_dev/llama-tune/download-model.py", line 126, in links = get_download_links_from_huggingface(model, branch) File "/home/amd00/llm_dev/llama-tune/download-model.py", line 69, in get_download_links_from_huggingface fname = dict[i]['path'] KeyError: 0 (gh_llama-tune) amd00@asus00:~/llm_dev/llama-tune$