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.
能有只用diffusers包的全部使用案例?
能有只用diffusers包的全部使用案例?
I'm having some difficulty to understand your question clearly. Could you please provide a more detailed description? We will then be able to assist you further with your inquiry.
Hi,
Has anyone managed to run this in google colab on a t4? If so, can you please share the notebook?
While we currently lack TPU-related experience, we are willing to provide necessary support for anyone interested in exploring its use.
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.jsonThe 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.
I'm not able to reproduce the issue at this time. It seems that the problem may be related to a network issue, have you tried retrying the download process several times to see if the issue persists? If it still doesn't work, let me know and I'll dig in further.
Try downloading it locally and then loading it?
git lfs install
git clone https://huggingface.co/inclusionAI/Ming-Lite-Omni
###