|
1 | 1 | <!--
|
2 |
| -1. migrating from https://github.com/tarilabs/oml |
| 2 | +1. migrating from https://github.com/containers/oml |
3 | 3 | 2. remember not to use relative IMGs in this, as it's also being used for pypi
|
4 | 4 | -->
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 | # OCI Artifact for ML model & metadata
|
9 | 9 |
|
10 |
| -[](https://github.com/tarilabs/omlmd) |
| 10 | +[](https://github.com/containers/omlmd) |
11 | 11 | [](LICENSE)
|
12 |
| -[](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml) |
13 |
| -[](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml) |
| 12 | +[](https://github.com/containers/omlmd/actions/workflows/build.yaml) |
| 13 | +[](https://github.com/containers/omlmd/actions/workflows/e2e.yaml) |
14 | 14 | [](https://pypi.org/project/omlmd)
|
15 | 15 |
|
16 |
| -[](https://tarilabs.github.io/omlmd) |
17 |
| -[](https://github.com/tarilabs/omlmd) |
| 16 | +[](https://containers.github.io/omlmd) |
| 17 | +[](https://github.com/containers/omlmd) |
18 | 18 | [](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)
|
19 | 19 |
|
20 | 20 | This project is a collection of blueprints, patterns and toolchain (in the form of python SDK and CLI) to leverage OCI Artifact and containers for ML model and metadata.
|
21 | 21 |
|
22 |
| -Documentation: https://tarilabs.github.io/omlmd |
| 22 | +Documentation: https://containers.github.io/omlmd |
23 | 23 |
|
24 |
| -GitHub repository: https://github.com/tarilabs/omlmd <br/> |
| 24 | +GitHub repository: https://github.com/containers/omlmd <br/> |
25 | 25 | YouTube video playlist: https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww <br/>
|
26 | 26 | Pypi distribution: https://pypi.org/project/omlmd <br/>
|
27 | 27 |
|
28 | 28 | ## Installation
|
29 | 29 |
|
30 | 30 | > [!TIP]
|
31 |
| -> We recommend checking out the [Getting Started tutorial](https://tarilabs.github.io/omlmd) in the documentation; below instructions are provided for a quick overview. |
| 31 | +> We recommend checking out the [Getting Started tutorial](https://containers.github.io/omlmd) in the documentation; below instructions are provided for a quick overview. |
32 | 32 |
|
33 | 33 | In your Python environment, use:
|
34 | 34 |
|
@@ -98,4 +98,4 @@ jq.compile( "max_by(.config.customProperties.accuracy).reference" ).input_text(c
|
98 | 98 |
|
99 | 99 | ## To be continued...
|
100 | 100 |
|
101 |
| -Don't forget to checkout the [documentation website](https://tarilabs.github.io/omlmd) for more information! |
| 101 | +Don't forget to checkout the [documentation website](https://containers.github.io/omlmd) for more information! |
0 commit comments