From 0347201335924d942a015df3ff9c9725defe575c Mon Sep 17 00:00:00 2001 From: Zhaofeng Date: Fri, 18 Sep 2026 11:16:22 +0000 Subject: [PATCH] Register Quark installation and LLM PTQ skills for federation Co-authored-by: Codex --- .github/federation.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/federation.json b/.github/federation.json index 74f28ec..57af7cf 100644 --- a/.github/federation.json +++ b/.github/federation.json @@ -9,6 +9,19 @@ "as": "tracelens-analysis-orchestrator" } ] + }, + { + "repo": "amd/Quark", + "license": "MIT", + "skills": [ + { + "path": "skills/quark-torch-ptq", + "as": "quark-torch-llm-ptq" + }, + { + "path": "skills/quark-install" + } + ] } ] }