Instructions to use wikeeyang/Hunyuan-Image-30-Qint4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wikeeyang/Hunyuan-Image-30-Qint4 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("wikeeyang/Hunyuan-Image-30-Qint4", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
RuntimeError: Expected all tensors to be on the same device
#3
by SekiroRong - opened
Bravo for your great work! However, do you have any idea about the RuntimeError when infer after apply your Qint4 model (use load_quantized_hi3_m2)?
This is probably related to the official inferencing code, should be not related to the model itself.
It works, thank you!
wikeeyang changed discussion status to closed
