Missing `config.json` file

#1
by melhoushi - opened

Thanks for opensourcing the quantized weights of your paper!

When I tried to load this model 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-BiLLM-1.1bit-fake/resolve/main/config.json

Sign up or log in to comment