Skip to content

Commit

Permalink
chore: change links following migration from tarilabs to containers
Browse files Browse the repository at this point in the history
... github org.

Signed-off-by: tarilabs <[email protected]>
  • Loading branch information
tarilabs committed Aug 14, 2024
1 parent 29f372b commit c5e9455
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<!--
1. migrating from https://github.com/tarilabs/oml
1. migrating from https://github.com/containers/oml
2. remember not to use relative IMGs in this, as it's also being used for pypi
-->

![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)

# OCI Artifact for ML model & metadata

[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)

[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)

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.

Documentation: https://tarilabs.github.io/omlmd
Documentation: https://containers.github.io/omlmd

GitHub repository: https://github.com/tarilabs/omlmd <br/>
GitHub repository: https://github.com/containers/omlmd <br/>
YouTube video playlist: https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww <br/>
Pypi distribution: https://pypi.org/project/omlmd <br/>

## Installation

> [!TIP]
> We recommend checking out the [Getting Started tutorial](https://tarilabs.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
> We recommend checking out the [Getting Started tutorial](https://containers.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
In your Python environment, use:

Expand Down Expand Up @@ -98,4 +98,4 @@ jq.compile( "max_by(.config.customProperties.accuracy).reference" ).input_text(c

## To be continued...

Don't forget to checkout the [documentation website](https://tarilabs.github.io/omlmd) for more information!
Don't forget to checkout the [documentation website](https://containers.github.io/omlmd) for more information!
8 changes: 4 additions & 4 deletions docs/appendixes/appendix-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This is a collection of all the links from this website:
- https://github.com/kubernetes/enhancements/pull/4639
- https://github.com/lampajr/oci-storage-initializer/blob/main/GET_STARTED.md
- https://github.com/opencontainers/image-spec/blob/main/manifest.md#guidelines-for-artifact-usage
- https://github.com/tarilabs/omlmd
- https://github.com/tarilabs/omlmd/actions/workflows/build.yaml
- https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml
- https://github.com/containers/omlmd
- https://github.com/containers/omlmd/actions/workflows/build.yaml
- https://github.com/containers/omlmd/actions/workflows/e2e.yaml
- https://jqlang.github.io/jq
- https://pypi.org/project/omlmd
- https://tarilabs.github.io/omlmd
- https://containers.github.io/omlmd
- https://www.cncf.io/projects/confidential-containers
- https://www.kubeflow.org/docs/components/model-registry
- https://www.openpolicyagent.org/
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
NOTE: headers should align to /README.md
-->

![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)

# OCI Artifact for ML model & metadata

[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)

[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)

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.
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: OCI Artifact for ML model & metadata
site_url: https://tarilabs.github.io/omlmd/
repo_url: https://github.com/tarilabs/omlmd
repo_name: tarilabs/omlmd
site_url: https://containers.github.io/omlmd/
repo_url: https://github.com/containers/omlmd
repo_name: containers/omlmd
theme:
name: material
palette:
Expand All @@ -25,7 +25,7 @@ nav:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/tarilabs/omlmd
link: https://github.com/containers/omlmd
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ authors = ["Matteo Mortari <[email protected]>"]
readme = "README.md"

[project.urls]
Homepage = "https://tarilabs.github.io/omlmd"
Documentation = "https://tarilabs.github.io/omlmd"
Repository = "https://github.com/tarilabs/omlmd.git"
Issues = "https://github.com/tarilabs/omlmd/issues"
Changelog = "https://github.com/tarilabs/omlmd/releases"
Homepage = "https://containers.github.io/omlmd"
Documentation = "https://containers.github.io/omlmd"
Repository = "https://github.com/containers/omlmd.git"
Issues = "https://github.com/containers/omlmd/issues"
Changelog = "https://github.com/containers/omlmd/releases"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit c5e9455

Please sign in to comment.