From 5e8ba1d9d97bf027dd14fd2a2a3cb529cb1867b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cintia=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Sun, 12 Jan 2025 09:50:02 +0100 Subject: [PATCH] Sync projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated - CubeFS: incubating -> graduated - dapr: incubating -> graduated - OpenCost: sandbox -> incubating - Kedro: incubating -> graduated - Added - DeepSpeed - vLLM - Open Model Initiate Signed-off-by: Cintia Sánchez García --- data/cncf.yaml | 6 +++--- data/lfaidata.yaml | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/data/cncf.yaml b/data/cncf.yaml index 20ebe2a2..430a4fdd 100644 --- a/data/cncf.yaml +++ b/data/cncf.yaml @@ -230,7 +230,7 @@ logo_url: https://raw.githubusercontent.com/cncf/artwork/master/projects/chubaofs/icon/color/chubaofs-icon-color.svg devstats_url: https://chubaofs.devstats.cncf.io/ accepted_at: "2019-12-17" - maturity: incubating + maturity: graduated repositories: - name: chubaofs url: https://github.com/chubaofs/chubaofs @@ -471,7 +471,7 @@ logo_url: https://raw.githubusercontent.com/cncf/artwork/master/projects/dapr/icon/color/dapr-icon-color.svg devstats_url: https://dapr.devstats.cncf.io/ accepted_at: "2021-11-03" - maturity: incubating + maturity: graduated repositories: - name: dapr url: https://github.com/dapr/dapr @@ -2084,7 +2084,7 @@ logo_dark_url: https://raw.githubusercontent.com/cncf/artwork/master/projects/opencost/icon/white/Opencost_Icon_White.svg devstats_url: https://opencost.teststats.cncf.io/ accepted_at: "2022-06-14" - maturity: sandbox + maturity: incubating repositories: - name: opencost url: https://github.com/opencost/opencost diff --git a/data/lfaidata.yaml b/data/lfaidata.yaml index 9f99d0d4..076ed961 100644 --- a/data/lfaidata.yaml +++ b/data/lfaidata.yaml @@ -280,7 +280,7 @@ category: model logo_url: https://raw.githubusercontent.com/lfai/artwork/main/projects/kedro/icon/color/kedro-icon-color.svg accepted_at: "2021-09-09" - maturity: incubating + maturity: graduated repositories: - name: kedro-viz url: https://github.com/kedro-org/kedro-viz @@ -957,3 +957,40 @@ check_sets: - community - code +- name: deepspeed + display_name: DeepSpeed + description: DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. + category: model + logo_url: https://raw.githubusercontent.com/lfai/lfai-landscape/refs/heads/main/hosted_logos/deepspeed.svg + accepted_at: "2024-10-14" + maturity: incubating + repositories: + - name: DeepSpeed + url: https://github.com/microsoft/DeepSpeed + check_sets: + - community + - code +- name: vllm + display_name: vLLM + description: A high-throughput and memory-efficient inference and serving engine for LLMs + category: generative ai + logo_url: https://raw.githubusercontent.com/lfai/lfai-landscape/refs/heads/main/hosted_logos/vllm.svg + maturity: incubating + repositories: + - name: vllm + url: https://github.com/vllm-project/vllm + check_sets: + - community + - code +- name: open-model-initiative + display_name: Open Model Initiative + description: A repository for establishing and maintaining standardized model formats across the open-source media ecosystem. + category: generative ai + logo_url: https://raw.githubusercontent.com/lfai/artwork/refs/heads/main/projects/omi/icon/color/OpenModelInitiative_icon-color.png + maturity: sandbox + repositories: + - name: OMI-Model-Standards + url: https://github.com/Open-Model-Initiative/OMI-Model-Standards + check_sets: + - community + - code