From 30bfc7b2b2253ed668afb3bc77e7820e7588c27f Mon Sep 17 00:00:00 2001 From: Keming Date: Thu, 11 Aug 2022 08:44:35 +0800 Subject: [PATCH] chore: add two ML example projects Signed-off-by: Keming --- docs/data/projects.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index b08d6fc46..19b6d5250 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -594,3 +594,15 @@ gh: SciTools/cf-units ci: [github] os: [apple, linux] + +- name: envd + gh: tensorchord/envd + ci: [github] + os: [apple, linux, windows] + note: A machine learning development environment build toool + +- name: mosec + gh: mosecorg/mosec + ci: [github] + os: [linux, apple] + note: A machine learning model serving framework powered by Rust