You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@
33
33
"name": "rocm-doctor",
34
34
"source": "./skills/rocm-doctor",
35
35
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
36
+
},
37
+
{
38
+
"name": "serving-llms-on-instinct",
39
+
"source": "./skills/serving-llms-on-instinct",
40
+
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
Copy file name to clipboardExpand all lines: .cursor-plugin/marketplace.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@
33
33
"name": "rocm-doctor",
34
34
"source": "./skills/rocm-doctor",
35
35
"description": "Diagnose why ROCm, PyTorch, or llama.cpp isn't working on an AMD GPU. Matches the symptom against a fixed list of twelve known misconfigurations and proposes the next step."
36
+
},
37
+
{
38
+
"name": "serving-llms-on-instinct",
39
+
"source": "./skills/serving-llms-on-instinct",
40
+
"description": "Serve LLMs on AMD Instinct GPUs (MI300X/MI325X/MI350X/MI355X) with vLLM on ROCm. Handles GPU detection, environment validation, vLLM configuration, launch, and health verification."
|`cuda-to-hip`| Port CUDA kernels with `hipify` and flag anything that needs manual review. |_planned_|
90
90
|`vllm-rocm`| Stand up vLLM on AMD with the right environment variables and model configurations. |_planned_|
91
-
|`serving-llms-on-instinct`| Deploy LLM inference on AMD Instinct GPUs end-to-end: detect hardware (or onboard via AMD Developer Cloud), validate model fit, apply the right vLLM recipe, and launch a benchmarked endpoint. SGLang and engine/backend selection in later phases. |_planned_|
91
+
|[`serving-llms-on-instinct`](skills/serving-llms-on-instinct/SKILL.md)| Deploy LLM inference on AMD Instinct GPUs end-to-end: detect hardware (or onboard via AMD Developer Cloud), validate model fit, apply the right vLLM recipe, and launch a benchmarked endpoint. SGLang and engine/backend selection in later phases. |in-repo|
0 commit comments