Missing `config.json`

#1
by melhoushi - opened

Hi. Thanks for open sourcing the weights of your paper!
When I tried to run it in HuggingFace, I got this error:

Traceback (most recent call last):
  File "lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 304, in hf_raise_for_status
    response.raise_for_status()
  File "lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/LLMQ/LLaMA-3-8B-GPTQ-4bit-b128/resolve/main/config.json

Sign up or log in to comment