From aca034cb14c17cc66554e5f827dd434447fb07fb Mon Sep 17 00:00:00 2001 From: chloroethylene Date: Wed, 11 Jun 2025 11:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Long=20SIG=E3=80=91=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=88=9B=E5=BB=BALMCache=E7=89=88=E6=9C=AC=E4=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-Long/sig-info.yaml | 12 ++++++++++++ sig/sig-Long/src-openeuler/l/LMCache.yaml | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 sig/sig-Long/src-openeuler/l/LMCache.yaml diff --git a/sig/sig-Long/sig-info.yaml b/sig/sig-Long/sig-info.yaml index 5fb9d7724..c865ef4ee 100644 --- a/sig/sig-Long/sig-info.yaml +++ b/sig/sig-Long/sig-info.yaml @@ -109,3 +109,15 @@ repositories: name: Mingzhe Hao organization: Huawei email: haomingzhe1@huawei.com + +- repo: + - src-openeuler/LMCache + committers: + - gitee_id: gfmyeung + name: GingFung Yeung + organization: Huawei + email: gingfung.matthew.yeung@huawei.com + - gitee_id: volcanodragon + name: Feilong Lin + organization: Huawei + email: linfeilong@huawei.com diff --git a/sig/sig-Long/src-openeuler/l/LMCache.yaml b/sig/sig-Long/src-openeuler/l/LMCache.yaml new file mode 100644 index 000000000..f5347a8c0 --- /dev/null +++ b/sig/sig-Long/src-openeuler/l/LMCache.yaml @@ -0,0 +1,7 @@ +name: LMCache +description: LMCache is an LLM serving engine extension to reduce TTFT and increase throughput, especially under long-context scenarios. +upstream: https://github.com/LMCache/LMCache +branches: +- name: master + type: protected +type: public -- Gitee