Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

mvp-engine

mvp-engine contient 24 skills collectées depuis mvp-ai-lab, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
24
Stars
24
mis à jour
2026-06-24
Forks
2
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

mllm-data-kit
Développeurs de logiciels

Use and extend the MVP-Engine MLLM data kit with explicit specs, handlers, and sample objects. Use for recipe data wiring, MLLMDataSpec construction, source resample/resolve_refs policy, schema/media/tokenization handlers, packing, guards, collation, dataloader setup, Qwen VL data support, and multimodal data extensions.

2026-06-24
sequence-parallel
Développeurs de logiciels

Add, review, update, and validate recipe-local sequence-parallel plans that reuse the tensor-parallel mesh in mvp-engine models.

2026-06-24
tensor-parallel
Développeurs de logiciels

Add, review, update, and validate recipe-local tensor-parallel plans, TP metadata postprocessors, and compatible mesh config for mvp-engine models.

2026-06-24
vlm-data-pipeline
Développeurs de logiciels

Add, review, update, and validate VLM/MLLM data pipelines using the current spec/handler-based MLLMDataKit design. Use for raw schema normalization, MLLMDataSpec wiring, source resample/resolve_refs policy, media extensions, processor setup, packing, guards, collation, step estimation, and recipe integration.

2026-06-18
vlm-packing
Développeurs de logiciels

Add, review, update, and validate VLM/MLLM packing behavior around the current MLLMDataKit design, including MLLMPackingSpec, MLLMPackingAssembler, MLLMPack metadata, block-causal masks, model-specific packed input preparation, token accounting, and step estimation.

2026-06-18
liger-kernel-kit
Développeurs de logiciels

Use LigerKernelKit for reusable Liger Kernel integration before model construction, covering official model-family dispatch, custom-model symbol patching via LigerPatch, module selection validation, and loss-kernel guards.

2026-06-16
liger-kernel
Développeurs de logiciels

Decide where and how to wire Liger Kernel into an MVP-Engine recipe using LigerKernelKit, including official family dispatch, authoring a custom or composite model's LigerPatch map, module selection, and loss-kernel safety.

2026-06-16
token-loss-kit
Développeurs de logiciels

Use TokenNormedLossKit for unreduced per-token loss patching, accumulation-window global token normalization, gradient rescaling, and token loss logging in MVP-Engine recipes.

2026-06-09
loss-spike-guard
Développeurs de logiciels

Add, review, update, and validate loss spike guards for scalar-loss or per-token-loss training, including config thresholds, micro-batch skip wiring, distributed loss reduction.

2026-06-09
mfu-kit
Développeurs de logiciels

Use MFUKit for global model FLOPs utilization logging, including microbatch FLOPs accumulation, device peak resolution, distributed reduction, and perf/mfu log payload construction.

2026-05-28
mllm-model-kit
Développeurs de logiciels

Use and extend MLLMModelKit for multimodal model loading, recipe patches, freeze policy, gradient checkpointing, and torch.compile wiring in MVP-Engine recipes.

2026-05-28
optim-kit
Développeurs de logiciels

Use OptimKit to build optimizers over trainable parameters and Transformers learning-rate schedulers in MVP-Engine recipes.

2026-05-28
gradient-checkpointing
Développeurs de logiciels

Add, review, update, and validate gradient checkpointing through MLLMModelKit when possible, with recipe-local fallback only for model-specific activation-checkpoint wiring.

2026-05-28
model-compile
Développeurs de logiciels

Add, review, update, and validate torch model.compile support using MLLMModelKit when possible, including compile config, scope, placement before distributed wrapping, and recipe-local fallback for special graph boundaries.

2026-05-28
vlm-freeze-policy
Développeurs de logiciels

Add, review, update, and validate VLM freeze policy using MLLMModelKit when possible, including vision/projector/language prefix groups, optimizer interaction, trainable dtype handling, and MFU impacts.

2026-05-28
model-flops-utilization
Développeurs de logiciels

Add, review, update, and validate model FLOPs utilization using MFUKit, including recipe-provided calculate_model_flops, microbatch accumulation, device peak resolution, distributed reduction, and perf/mfu logging.

2026-05-28
token-normalized-loss
Développeurs de logiciels

Add, review, update, and validate token-normalized training loss using TokenNormedLossKit, including unreduced per-token loss patching, accumulation-window global supervised-token normalization, gradient rescaling, and token-level logging.

2026-05-28
experiment-analysis
Scientifiques des données

Analyze mvp-engine experiment outputs and produce a structured Markdown report grounded in run artifacts, logs, checkpoints, optional eval files, and baseline comparisons.

2026-05-16
pr-feedback
Analystes en assurance qualité des logiciels et testeurs

Triage reviewer feedback on an open PR, implement scoped fixes, rerun validation, and prepare reviewer-ready responses tied to comments, changed files, and validation evidence.

2026-05-16
pr-gate
Analystes en assurance qualité des logiciels et testeurs

Run a pre-PR or pre-push quality gate by inspecting the branch diff, tightening touched public API docstrings/types, running validation, and summarizing residual risk.

2026-05-16
recipe-merge-repair
Développeurs de logiciels

Merge an upstream branch into a recipe development branch by comparing branch deltas, mapping shared-contract breakages, resolving conflicts, adapting the recipe, validating affected paths, and completing the merge safely.

2026-05-16
model-migration
Scientifiques des données

Add, review, update, and validate migration of external model/configuration code into mvp-engine recipes with strict behavior parity, checkpoint compatibility, and optional NPU variant support.

2026-05-16
fsdp2-prefetching
Scientifiques des données

Add, review, update, and validate recipe/model-local FSDP2 custom prefetching for models whose wrapped module execution order needs explicit forward or backward prefetch edges.

2026-05-16
new-recipe-template
Scientifiques des données

Create a new recipe scaffold under recipes/ with standard config, engine, dataset, model, README, and recipe-local test structure while keeping task-specific implementation intentionally minimal.

2026-05-16