houmo-xh2modelzoo
houmo-xh2modelzoo には houmo-ai から収集した 5 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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.