wayveai / Driving-with-LLMs

PyTorch implementation for the paper "Driving with LLMs: Fusing Object-Level Vector Modality for Explainable Autonomous Driving"
Apache License 2.0
408 stars 38 forks source link

cannot download decapoda-research/llama-7b-hf from huggingface #20

Closed guiyuliu closed 5 months ago

guiyuliu commented 5 months ago

OSError: decapoda-research/llama-7b-hf is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with use_auth_token or log in with huggingface-cli login and pass use_auth_token=True.

guiyuliu commented 5 months ago

oh, I changed "decapoda-research/llama-7b-hf" to "meta-llama/Llama-2-7b-chat-hf" problem solved