From d512701e9b6877682f02f49d8e1be443bb60f7c6 Mon Sep 17 00:00:00 2001 From: chaoyangc Date: Thu, 30 Sep 2021 17:03:50 +0800 Subject: [PATCH] add new sig organization and update sig.json Signed-off-by: chaoyangc --- .../sig-ai_framework_integration_cn.md | 2 +- .../sig_ai_framework_integration.md | 2 +- sig/sigs.json | 35 +++++++++++-------- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md b/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md index 522e2b1..eb26cd8 100644 --- a/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md +++ b/sig/sig-ai_framework_integration/sig-ai_framework_integration_cn.md @@ -17,7 +17,7 @@ ## 代码仓 - 代码仓地址: - 暂无 + - ai_framework_integration: https://gitee.com/openharmony-sig/ai_framework_integration ## SIG组成员 diff --git a/sig/sig-ai_framework_integration/sig_ai_framework_integration.md b/sig/sig-ai_framework_integration/sig_ai_framework_integration.md index 4a39600..b71005e 100644 --- a/sig/sig-ai_framework_integration/sig_ai_framework_integration.md +++ b/sig/sig-ai_framework_integration/sig_ai_framework_integration.md @@ -17,7 +17,7 @@ Integrates current state of art high quality open sourced AI inference framework ### The repository - repository : - ​ none + - ai_framework_integration: https://gitee.com/openharmony-sig/ai_framework_integration ## SIG Members diff --git a/sig/sigs.json b/sig/sigs.json index 280f2f9..8d198fb 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -33,8 +33,8 @@ "https://gitee.com/openharmony-sig/vendor_allwinner", "https://gitee.com/openharmony-sig/devboard_device_allwinner_xr806", "https://gitee.com/openharmony-sig/devboard_vendor_allwinner_xr806", - "https://gitee.com/openharmony-sig/devboard_device_allwinner_t507" - "https://gitee.com/openharmony-sig/devboard_vendor_allwinner_t507" + "https://gitee.com/openharmony-sig/devboard_device_allwinner_t507", + "https://gitee.com/openharmony-sig/devboard_vendor_allwinner_t507", "https://gitee.com/openharmony-sig/device_mediatek", "https://gitee.com/openharmony-sig/vendor_mediatek", "https://gitee.com/openharmony-sig/device_nordic", @@ -79,7 +79,7 @@ "https://gitee.com/openharmony-sig/devboard_applications_sample_talkweb_niobe", "https://gitee.com/openharmony-sig/devboard_device_talkweb_niobe", "https://gitee.com/openharmony-sig/devboard_vendor_talkweb", - "https://gitee.com/openharmony-sig/devboard_vendor_rpi3b" + "https://gitee.com/openharmony-sig/devboard_vendor_rpi3b", "https://gitee.com/openharmony-sig/device_unionpi", "https://gitee.com/openharmony-sig/vendor_unionpi", "https://gitee.com/openharmony-sig/devboard_device_itcast_genkipi", @@ -91,10 +91,10 @@ "vendor/st", "device/allwinner", "vendor/allwinner", - "device/xradio/xr806" - "vendor/xradio/xr806" - "device/allwinner/t507" - "vendor/allwinner/t507" + "device/xradio/xr806", + "vendor/xradio/xr806", + "device/allwinner/t507", + "vendor/allwinner/t507", "device/mediatek", "vendor/mediatek", "device/nordic", @@ -139,9 +139,9 @@ "applications", "device/talkweb/niobe", "vendor/talkweb", - "vendor/rpi3" + "vendor/rpi3", "device/unionman/unionpi", - "vendor/unionman/unionpi" + "vendor/unionman/unionpi", "device/itcast/genkipi", "vendor/itcast/genkipi", "devboard_waffle_nano" @@ -170,10 +170,10 @@ }, { "sig-name":"sig-riscv", - "projects":"https://gitee.com/openharmony-sig/riscv", - "https://gitee.com/openharmony-sig/riscv_device_sunxi" - "project-path":"None", - "device/sunxi" + "projects":["https://gitee.com/openharmony-sig/riscv", + "https://gitee.com/openharmony-sig/riscv_device_sunxi"], + "project-path":["None", + "device/sunxi"] }, { "sig-name":"sig-systemapplications", @@ -531,6 +531,13 @@ "project-path":[ "NONE" ] - } + }, + { + "sig-name":"sig-ai_framework_integration", + "projects":["https://gitee.com/openharmony-sig/ai_framework_integration" + ], + "project-path": [ + ] + } ] } -- GitLab