用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/beehive-lab/GPULlama3.java --skill build-tornado命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Update the Quarkus LangChain4j GPULlama3 extension to a new GPULlama3.java release. Use when bumping io.github.beehive-lab:gpu-llama3 in quarkus-langchain4j, adapting the runtime/deployment modules to API or capability changes, validating JDK/TornadoVM combinations and demos, or updating module documentation. See also the sibling skill update-langchain4j-integration, which targets the upstream dev.langchain4j integration instead of this Quarkus extension.
Update the LangChain4j GPULlama3 integration to a new GPULlama3.java release. Use when bumping io.github.beehive-lab:gpu-llama3, adapting the adapter to API or capability changes, enabling inherited integration tests, validating JDK/TornadoVM combinations and demos, or updating the module documentation.
Build GPULlama3.java from source with Maven and run. Use when the compiled jar/classes are missing or stale, or after pulling new changes.
基于 SOC 职业分类
| name | build-tornado |
| description | Setup TornadoVM to use with GPULlama3.java. Use this when already on a system with GPUs visible. |
| license | Apache-2.0 |
| metadata | {"author":"TornadoVM Team"} |
Build TornadoVM from source. Available backends: opencl (default), ptx, spirv, cuda, metal. Comma-separated combos allowed (e.g. ptx,opencl but not suggested).
| Scenario | Use This Skill? |
|---|---|
echo $TORNADOVM_HOME does not point to a TornadoVM SDK | Yes |
nvidia-smi succeeds (GPUs visible)Run nvidia-smi to confirm you are on a system with GPU access.
cd to the TornadoVM repository. If the path is not provided by the user, ask for it. If the path doesn't exist, stop and ask — don't clone or guess.
A single word/arg to this skill is the backend unless the user explicitly calls it a branch (e.g. "on the develop branch"). Only checkout when a branch is explicitly named:
git checkout <branch> && git pull
If the backend of choice is not provided by the user, ask for it. Run the build command:
make BACKEND=<backend>
source setvars.sh
Note: this only sets env vars for the current shell. Each new Bash tool call is a fresh shell — re-source setvars.sh before any later tornado/GPULlama3 command in a new call.
tornado --devices