Open Aekansh-Ak opened 8 months ago
Maybe you need to download the original llama model and then convert it to hf format
Try to use --base_model 'baffo32/decapoda-research-llama-7B-hf'. The base-model path has changed over time.
If you wanna check more base models, just go here https://huggingface.co/models and copy the relative path to the model. In this case, https://huggingface.co/baffo32/decapoda-research-llama-7B-hf is the one desired, so we just put --base_model 'baffo32/decapoda-research-llama-7B-hf' and this should work just fine :)
decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'