Skip to content

X-Omni-En model won't load #12029

@Tylersuard

Description

@Tylersuard

I am running this notebook:
https://colab.research.google.com/#scrollTo=rRaMa09zUh66&fileId=https%3A//huggingface.co/X-Omni/X-Omni-En.ipynb

And I am getting the following error. That notebook says to post an issue here.


HTTPError Traceback (most recent call last)

/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py in hf_raise_for_status(response, endpoint_name)
408 try:
--> 409 response.raise_for_status()
410 except HTTPError as e:

14 frames

HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/X-Omni/X-Omni-En/resolve/main/model_index.json

The above exception was the direct cause of the following exception:

EntryNotFoundError Traceback (most recent call last)

/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_http.py in hf_raise_for_status(response, endpoint_name)
418 elif error_code == "EntryNotFound":
419 message = f"{response.status_code} Client Error." + "\n\n" + f"Entry Not Found for url: {response.url}."
--> 420 raise _format(EntryNotFoundError, message, response) from e
421
422 elif error_code == "GatedRepo":

EntryNotFoundError: 404 Client Error. (Request ID: Root=1-688a57f5-63d1a2f954a526586a54bc2b;e4d084e2-c828-4235-bb51-26ac1dbbe989)

Entry Not Found for url: https://huggingface.co/X-Omni/X-Omni-En/resolve/main/model_index.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions