Skip to content

Commit 938901f

Browse files
Add RKLLM library and count .rkllm downloads (#1716)
Adds support for the RKLLM library (Rockchip’s RKNN-LLM toolkit) to Hugging Face Hub. --------- Co-authored-by: Lucain <lucainp@gmail.com>
1 parent a57ba0b commit 938901f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
852852
repoUrl: "https://github.com/revdotcom/reverb",
853853
filter: false,
854854
},
855+
rkllm: {
856+
prettyLabel: "RKLLM",
857+
repoName: "RKLLM",
858+
repoUrl: "https://github.com/airockchip/rknn-llm",
859+
countDownloads: `path_extension:"rkllm"`,
860+
},
855861
saelens: {
856862
prettyLabel: "SAELens",
857863
repoName: "SAELens",

0 commit comments

Comments
 (0)