Colab notebook to run the model?
Hi,
Has anyone managed to run this in google colab on a t4? If so, can you please share the notebook?
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/inclusionAI/Ming-Lite-Omni/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-684d705f-1cb6fd3c42dc1f1d52983611;d20982ff-186c-4756-a5c5-b9d63d61c028)
Entry Not Found for url: https://huggingface.co/inclusionAI/Ming-Lite-Omni/resolve/main/model_index.json.