How to use mindlab-research/Macaron-A2UI-Tall with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/vePFS-Mindverse/share/huggingface/hub/models--Qwen--Qwen3-30B-A3B-Instruct-2507/snapshots/0d7cf23991f47feeb3a57ecb4c9cee8ea4a17bfe") model = PeftModel.from_pretrained(base_model, "mindlab-research/Macaron-A2UI-Tall")
The community tab is the place to discuss and collaborate with the HF community!