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

401 Client Error: Unauthorized for url #5

Open Leonard-Yao opened 10 months ago

Leonard-Yao commented 10 months ago

Hi, the error ‘requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/decapoda-research/llama-7b-hf/resolve/main/config.json’ occurred wen I run train.py . Whether or not I need add my username and password in the train.py script ?

melights commented 10 months ago

Hi Leonard, thanks for reporting the issue. It seems that the base model we used decapoda-research/llama-7b-hf is no longer accessible on HuggingFace. We are testing if other replicates would work with our code.

Leonard-Yao commented 10 months ago

@melights Thank you for your reply, it's an amazing work, hope you can find other replicates.