From f7500876fbe7ce63c7a65973bd8be7f10c1e390c Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Fri, 15 Nov 2024 10:18:02 -0800 Subject: [PATCH] Update references to SHARK-Platform using new shark-ai name. (#19165) We renamed the https://github.com/nod-ai/SHARK-Platform repository to https://github.com/nod-ai/shark-ai. See also https://github.com/nod-ai/shark-ai/pull/545 --- docs/website/docs/community/index.md | 4 ++-- .../website/docs/developers/debugging/model-development.md | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/website/docs/community/index.md b/docs/website/docs/community/index.md index 3e4cccb8473d..4ef8e9db36fc 100644 --- a/docs/website/docs/community/index.md +++ b/docs/website/docs/community/index.md @@ -5,14 +5,14 @@ Projects built by community members: * The [SHARK-Studio](https://github.com/nod-ai/SHARK-Studio) project offers user interfaces for running a large corpus of machine learning programs. -* The [SHARK-Platform](https://github.com/nod-ai/SHARK-Platform) project +* The [shark-ai](https://github.com/nod-ai/shark-ai) project contains modeling and serving libraries. * The [SHARK-ModelDev](https://github.com/nod-ai/SHARK-ModelDev) project is an integration repository for various model bringup activities. Several parts of SHARK-ModelDev graduated to [iree-turbine](https://github.com/iree-org/iree-turbine) and - [SHARK-Platform](https://github.com/nod-ai/SHARK-Platform). + [shark-ai](https://github.com/nod-ai/shark-ai). * The [IREE C++ Template](https://github.com/iml130/iree-template-cpp) *(archived)* showed one way to integrate IREE's runtime into a project with CMake. diff --git a/docs/website/docs/developers/debugging/model-development.md b/docs/website/docs/developers/debugging/model-development.md index c7ba61a71ae3..4ea575fef162 100644 --- a/docs/website/docs/developers/debugging/model-development.md +++ b/docs/website/docs/developers/debugging/model-development.md @@ -9,10 +9,9 @@ icon: octicons/bug-16 Bringing up new models or diagnosing regressions in existing models written using one of IREE's supported [ML frameworks](../../guides/ml-frameworks/index.md) -or downstream projects like -[SHARK-Platform](https://github.com/nod-ai/SHARK-Platform) can involve -debugging up and down the tech stack. Here are some tips to make that process -easier. +or downstream projects like [shark-ai](https://github.com/nod-ai/shark-ai) can +involve debugging up and down the tech stack. Here are some tips to make that +process easier. ## Helpful build settings