AINow
📢 赞助位招租 · 月访问 XXXX · 联系 weixin_xxx
了解详情
返回 Skill 列表
编程开发高阶

英伟达 Alpamayo 2 Super 自动驾驶开发 Skill

开源商用!黄仁勋力推的自动驾驶推理模型。从环境搭建到模型微调全流程。

📋 SKILL.md 完整代码

---
name: nvidia-alpamayo-skill
description: >-
  开源商用!黄仁勋力推的自动驾驶推理模型。从环境搭建到模型微调全流程。
  Use when working on nvidia alpamayo skill tasks.
allowed-tools: Read,Write,Bash
---

# 英伟达 Alpamayo 2 Super 自动驾驶开发 Skill

## Quick Start
1. Save as `~/.claude/skills/nvidia-alpamayo-skill/SKILL.md`
2. Restart Claude Code
3. Type `/nvidia-alpamayo-skill` or describe your task naturally
4. Claude auto-triggers when your task matches the description

## Instructions
- Understand the user's specific context and needs
- Apply domain best practices consistently
- Provide actionable, specific guidance with examples
- Verify all outputs before presenting to user

## Gotchas
- Test with a fresh Claude instance after changes
- Keep SKILL.md under 500 lines; use references/ for details
- Description is the trigger key — make it specific and keyword-rich

🚀 怎么用

1. 复制上面的 SKILL.md 代码
2. 保存为 ~/.claude/skills/nvidia-alpamayo-skill/SKILL.md
3. 重启 Claude Code
4. 输入 /nvidia-alpamayo-skill 或直接描述任务触发
5. AI 自动按 Skill 流程执行

模型概述

Alpamayo 2 Super 是英伟达 2026年8月发布的自动驾驶开源推理模型(OpenMDW-1.1 商用许可)。不仅能「看见」周围环境,还能理解并推理复杂现实世界。应用场景:Robotaxi/卡车/配送货车/拖拉机/移动机器人。黄仁勋:「AI 下一波浪潮属于机器人,从自动驾驶开始。」

开发环境

硬件:推荐 NVIDIA A100/H100(最低 RTX 4090 24GB)。软件:CUDA 12.4 + PyTorch 2.5 + NVIDIA DriveOS SDK。数据集:NVIDIA DRIVE Dataset + Waymo Open Dataset + 自有采集数据。从官方 GitHub 拉取模型权重+示例代码。

能力边界

能做:环境感知(检测/跟踪/分割)、路径规划(全局+局部)、行为预测(其他车辆/行人意图)、端到端决策。不能做:100% 安全保障(需要冗余系统)、法规合规判断(需要人工审核)、极端 corner case 处理(需要持续数据积累)。⚠️ 自动驾驶涉及生命安全,产品化需要远比 Demo 严格的安全验证和法规审批。