guoqingbao

3 mods across 1 repository, 309 stars between them.

add-model

01

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Adapt and port new LLM model architectures to this xinfer project. Use when the user asks to add, port, support, or adapt a new model (e.g. Llama, Gemma, Qwen, GPT-OSS, DeepSeek, or any HuggingFace architecture) including safetensors and GGUF formats, Dense and MoE architectures, and quantization formats (MXFP4…

309 5d ago B 95 tokens original MIT

check-model

02

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Check model compatibility with xinfer before loading. Validates config.json, weight tensor shapes and naming, quantization format correctness, and multi-rank (tensor-parallel) divisibility. Use when the user asks to check, validate, audit, or verify a model will load correctly — from a HuggingFace URL/config, local…

309 5d ago A 76 tokens original MIT

test-model

03

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Test LLM models served by xinfer for correctness, output quality, and performance. Use when the user asks to test, benchmark, validate, or verify models — either from a local folder path or HuggingFace model IDs. Supports all xinfer-compatible formats: BF16, FP8, MXFP4, NVFP4, GGUF, GPTQ, AWQ, ISQ, Dense, MoE, and…

309 5d ago A 93 tokens original MIT