From 0e3d9d47d787cde9a6cd1a474c666784c30fe7fb Mon Sep 17 00:00:00 2001 From: Dmitry Tokarev Date: Thu, 20 Mar 2025 02:20:05 -0400 Subject: [PATCH] Added Dynamo --- projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects.yaml b/projects.yaml index 5a20eab..5f1b0f4 100644 --- a/projects.yaml +++ b/projects.yaml @@ -120,6 +120,9 @@ categories: - category: "chinese-nlp" title: "Chinese NLP" ignore: True + - category: "inference" + title: "Model Deployment and Inference" + subtitle: "Frameworks that deploy machine learning and/or deep learning models and allow sending inference queries to the deployed models." labels: - label: "tensorflow" @@ -4651,3 +4654,7 @@ projects: github_id: clugen/pyclugen pypi_id: pyclugen category: data-pipelines + - name: Dynamo + github_id: ai-dynamo/dynamo + pypi_id: ai-dynamo + category: inference