Skip to content

Commit 0040ba8

Browse files
ScottToddgiacs-epic
authored andcommitted
Update references to SHARK-Platform using new shark-ai name. (iree-org#19165)
We renamed the https://github.com/nod-ai/SHARK-Platform repository to https://github.com/nod-ai/shark-ai. See also nod-ai/shark-ai#545 Signed-off-by: Giacomo Serafini <[email protected]>
1 parent 179d74a commit 0040ba8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/website/docs/community/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Projects built by community members:
55
* The [SHARK-Studio](https://github.com/nod-ai/SHARK-Studio) project offers user
66
interfaces for running a large corpus of machine learning programs.
77

8-
* The [SHARK-Platform](https://github.com/nod-ai/SHARK-Platform) project
8+
* The [shark-ai](https://github.com/nod-ai/shark-ai) project
99
contains modeling and serving libraries.
1010

1111
* The [SHARK-ModelDev](https://github.com/nod-ai/SHARK-ModelDev) project is an
1212
integration repository for various model bringup activities. Several parts
1313
of SHARK-ModelDev graduated to
1414
[iree-turbine](https://github.com/iree-org/iree-turbine) and
15-
[SHARK-Platform](https://github.com/nod-ai/SHARK-Platform).
15+
[shark-ai](https://github.com/nod-ai/shark-ai).
1616

1717
* The [IREE C++ Template](https://github.com/iml130/iree-template-cpp) *(archived)*
1818
showed one way to integrate IREE's runtime into a project with CMake.

docs/website/docs/developers/debugging/model-development.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ icon: octicons/bug-16
99

1010
Bringing up new models or diagnosing regressions in existing models written
1111
using one of IREE's supported [ML frameworks](../../guides/ml-frameworks/index.md)
12-
or downstream projects like
13-
[SHARK-Platform](https://github.com/nod-ai/SHARK-Platform) can involve
14-
debugging up and down the tech stack. Here are some tips to make that process
15-
easier.
12+
or downstream projects like [shark-ai](https://github.com/nod-ai/shark-ai) can
13+
involve debugging up and down the tech stack. Here are some tips to make that
14+
process easier.
1615

1716
## Helpful build settings
1817

0 commit comments

Comments
 (0)