external-mindstudio-msmodelslim-model-analysis

Installation
SKILL.md

模型分析 Skill

适用范围

  • 支持:
    • Decoder-only LLM
    • VLM 文本主干分析(仅 LLM/文本路径)
  • 不支持:
    • 既非 transformers 也非模型目录内 modeling_*.py 的实现
    • 多模态生成模型(图像/视频/语音生成)

必需输入

  • 模型路径或模型仓库标识
  • config.json
  • 可选:模型目录内 modeling_*.pymodel.safetensors.index.json
  • 若本地缺少上述文件,先补齐输入:
    • 使用 modelscope download --model <org>/<model> --local_dir ./models/<name> --exclude '*.safetensors' 下载非权重文件。
    • 在下载目录中读取 config.jsonmodeling_*.py,作为后续分析输入。
Installs
9
GitHub Stars
93
First Seen
Apr 18, 2026
external-mindstudio-msmodelslim-model-analysis — ascend-ai-coding/awesome-ascend-skills