Skip to content

Commit

Permalink
Sync projects (#1655)
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
cynthia-sg authored Jan 12, 2025
1 parent 1dae043 commit b7ec3ce
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/cncf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
39 changes: 38 additions & 1 deletion data/lfaidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit b7ec3ce

Please sign in to comment.