houmo-xh2modelzoo
houmo-xh2modelzoo에는 houmo-ai에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
将 xhquant_llm 模型家族迁移到 xh2modelzoo 的 LLMConverter 架构,并完成 converter/convert_config、architecture 注册、examples 导出脚本与 hmonnx 验证闭环。当用户要求把已有 xhquant_llm 模型同步到 xh2modelzoo、补齐 xh2modelzoo 缺失模型支持、排查迁移后导出或推理失败时使用。
Review repository code changes with a findings-first focus on correctness, regressions, compatibility, and missing validation. Use for code review, risk review, or model adaptation review requests.
Build or update example scripts for adapted LLM and VLM models, covering export, generate, and optional quant flows in the style used by this repository.
Review whether an adapted transformers LLM or VLM model is compatible with the xhmodel_merak architecture. Focus on wrapper registration, graph_forward legality, cache flow, and output contracts.
Convert a Hugging Face transformers text model or multimodal model into an xhquant-callable and executable graph by following the wrapper, graph_forward, frontend, HMONNX, and runtime-contract patterns used by qwen3_legacy, qwen3_vl, and qwen3_5.