external-mindstudio-msmodelslim-model-analysis
Installation
SKILL.md
模型分析 Skill
适用范围
- 支持:
- Decoder-only LLM
- VLM 文本主干分析(仅 LLM/文本路径)
- 不支持:
- 既非 transformers 也非模型目录内
modeling_*.py的实现 - 多模态生成模型(图像/视频/语音生成)
- 既非 transformers 也非模型目录内
必需输入
- 模型路径或模型仓库标识
config.json- 可选:模型目录内
modeling_*.py、model.safetensors.index.json - 若本地缺少上述文件,先补齐输入:
- 使用
modelscope download --model <org>/<model> --local_dir ./models/<name> --exclude '*.safetensors'下载非权重文件。 - 在下载目录中读取
config.json与modeling_*.py,作为后续分析输入。
- 使用