← 返回 Skills 市场
hunwenpinghao

Step3-VL Finetune

作者 hunwenpinghao · GitHub ↗ · v1.0.0 · MIT-0
linux ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install step3-vl-finetune
功能描述
Step3-VL-10B 多模态模型微调指南。用于在 GPU 服务器上进行 Step3-VL 模型的 LoRA/全量微调。包含配置、训练、推理完整流程。
安全使用建议
This guide appears to be a legitimate GPU finetuning how-to, but take the following precautions before using it unchanged: - Treat the listed hostnames, container names, registry URLs, and internal IP (172.18.10.103) as environment-specific examples. Do not run commands that connect to those hosts unless you control/trust them. - Run any code (monkey patches and the custom save_adapter) in an isolated environment (dedicated GPU machine or container) and back up original model checkpoints first. The guidance deliberately bypasses PEFT checks and monkey-patches model internals — this can produce incompatible or unsafe artifacts if misapplied. - Verify the Docker image and any external services (harbor registry, vLLM endpoint) before pulling or sending data. Confirm licenses and data handling policies for the base model and any datasets used. - Confirm NCCL/CUDA environment settings match your cluster and drivers; incorrect NCCL tweaks can impact other jobs on shared nodes. - Inspect adapter_model.bin contents before sharing or uploading; the custom save routine produces a binary blob that could contain unexpected tensors. If you want a higher-confidence assessment, provide any code files (model_utils.py, dataset.py, inference.py) referenced in the guide or clarify whether the hostnames and endpoints are placeholders or part of a network the agent will reach — that would allow a more specific check for network/credential misuse.
功能分析
Type: OpenClaw Skill Name: step3-vl-finetune Version: 1.0.0 The skill bundle contains sensitive internal infrastructure details, including a specific server address ([email protected]), an internal IP (172.18.10.103), and private registry paths (harbor.aibee.cn). The SKILL.md file also provides code for monkey-patching model forward passes and bypassing PEFT library checks to manually save weights. While these appear to be technical workarounds for a specific environment, the disclosure of internal network topology and the use of non-standard code execution patterns represent a significant information disclosure risk.
能力评估
Purpose & Capability
The skill is an instruction-only finetuning guide for Step3-VL and only declares python3 and CUDA_VISIBLE_DEVICES which are appropriate for GPU training. The requested environment variables and the guidance (LoRA, full-finetune, GPU settings) align with the stated purpose. However, the document includes hard-coded internal hostnames, container names, and repository/registry references (e.g., [email protected], /data/algorithm/..., harbor.aibee.cn) that are not required to understand the finetuning steps and appear to be environment-specific examples.
Instruction Scope
The SKILL.md gives concrete runtime instructions relevant to finetuning: monkey-patching the model forward(), custom adapter save logic to bypass PEFT's vocab_size checks, moving loss tensors to GPU, data formats, and inference commands. These actions are within the domain of model finetuning. Notes of caution: monkey-patching and custom save logic intentionally bypass library safeguards — this is expected for a custom architecture but increases risk of silent failures or incompatible binaries. The document references internal HTTP endpoints and registry URLs but does not explicitly instruct the agent to exfiltrate data; still, these references could cause accidental network access if followed verbatim.
Install Mechanism
No install spec and no code files; the skill is instruction-only. That minimizes installer-related risk (nothing is downloaded or written by the skill itself).
Credentials
Only CUDA_VISIBLE_DEVICES is required, which is reasonable for GPU training. No credentials or secret environment variables are requested. That said, the instructions reference internal services, file paths, and a Docker image/registry which are not declared as required — these are likely environment-specific examples rather than required credentials.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always is false, no installs, no config writes specified). It does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install step3-vl-finetune
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /step3-vl-finetune 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Step3-VL-10B multimodal model finetuning guide
元数据
Slug step3-vl-finetune
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Step3-VL Finetune 是什么?

Step3-VL-10B 多模态模型微调指南。用于在 GPU 服务器上进行 Step3-VL 模型的 LoRA/全量微调。包含配置、训练、推理完整流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Step3-VL Finetune?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install step3-vl-finetune」即可一键安装,无需额外配置。

Step3-VL Finetune 是免费的吗?

是的,Step3-VL Finetune 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Step3-VL Finetune 支持哪些平台?

Step3-VL Finetune 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。

谁开发了 Step3-VL Finetune?

由 hunwenpinghao(@hunwenpinghao)开发并维护,当前版本 v1.0.0。

💬 留言讨论