Skip to content

Commit f0c6afd

Browse files
committed
Update repository to kitops-ml org instead of jozu-ai
Update all files to reflect the new organization for KitOps Signed-off-by: Angel Misevski <amisevsk@gmail.com>
1 parent b59bdcc commit f0c6afd

29 files changed

Lines changed: 85 additions & 85 deletions

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Thank you for submitting a Pull Request. Please review
2-
* Our contributing guide: https://github.com/jozu-ai/kitops/blob/main/CONTRIBUTING.md
3-
* Our code of conduct: https://github.com/jozu-ai/kitops/blob/main/CODE-OF-CONDUCT.md
2+
* Our contributing guide: https://github.com/kitops-ml/kitops/blob/main/CONTRIBUTING.md
3+
* Our code of conduct: https://github.com/kitops-ml/kitops/blob/main/CODE-OF-CONDUCT.md
44
-->
55

66
### Description

.github/workflows/next-container-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.NEXT_TAG }}
5454
annotations: |
5555
index:org.opencontainers.image.description=Kit CLI container built from source
56-
index:org.opencontainers.image.source=https://github.com/jozu-ai/kitops
56+
index:org.opencontainers.image.source=https://github.com/kitops-ml/kitops
5757
index:org.opencontainers.image.licenses=Apache-2.0
5858
5959
- name: Build and push Kit init container
@@ -70,7 +70,7 @@ jobs:
7070
${{ env.REGISTRY }}/${{ env.INIT_IMAGE_NAME }}:${{ env.NEXT_TAG }}
7171
annotations: |
7272
index:org.opencontainers.image.description=Kit CLI init container
73-
index:org.opencontainers.image.source=https://github.com/jozu-ai/kitops
73+
index:org.opencontainers.image.source=https://github.com/kitops-ml/kitops
7474
index:org.opencontainers.image.licenses=Apache-2.0
7575
7676
# - name: Generate artifact attestation for base container

.github/workflows/platform-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
367367
annotations: |
368368
index:org.opencontainers.image.description=Official release Kit CLI container
369-
index:org.opencontainers.image.source=https://github.com/jozu-ai/kitops
369+
index:org.opencontainers.image.source=https://github.com/kitops-ml/kitops
370370
index:org.opencontainers.image.licenses=Apache-2.0
371371
372372
- name: Build and push Kit init container
@@ -384,7 +384,7 @@ jobs:
384384
${{ env.REGISTRY }}/${{ env.INIT_IMAGE_NAME }}:${{ github.ref_name }}
385385
annotations: |
386386
index:org.opencontainers.image.description=Kit CLI init container
387-
index:org.opencontainers.image.source=https://github.com/jozu-ai/kitops
387+
index:org.opencontainers.image.source=https://github.com/kitops-ml/kitops
388388
index:org.opencontainers.image.licenses=Apache-2.0
389389
390390
- name: Generate artifact attestation for base container

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If anything doesn't make sense, or doesn't work when you try it, please open a b
2020

2121
We welcome many different types of contributions including:
2222

23-
* [New features](https://github.com/jozu-ai/kitops/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
24-
* [Bug fixes](https://github.com/jozu-ai/kitops/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
25-
* [Documentation](https://github.com/jozu-ai/kitops/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation)
26-
* [Builds and CI/CD](https://github.com/jozu-ai/kitops/issues?q=is%3Aopen+is%3Aissue+label%3Abuild)
23+
* [New features](https://github.com/kitops-ml/kitops/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
24+
* [Bug fixes](https://github.com/kitops-ml/kitops/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
25+
* [Documentation](https://github.com/kitops-ml/kitops/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation)
26+
* [Builds and CI/CD](https://github.com/kitops-ml/kitops/issues?q=is%3Aopen+is%3Aissue+label%3Abuild)
2727
* Release management
2828
* Issue triage
2929
* Answering questions on Discord, or the mailing list
3030
* Web design
3131
* Communications, social media, blog posts, or other marketing
3232

33-
If you think there's something else you can help with please contact us in the [#general channel of our Discord server](https://discord.gg/Tapeh8agYy) or during our [office hours meeting](https://github.com/jozu-ai/kitops/blob/main/GOVERNANCE.md#-meetings) and let's discuss how we can work together.
33+
If you think there's something else you can help with please contact us in the [#general channel of our Discord server](https://discord.gg/Tapeh8agYy) or during our [office hours meeting](https://github.com/kitops-ml/kitops/blob/main/GOVERNANCE.md#-meetings) and let's discuss how we can work together.
3434

3535
## Development Environment Setup
3636

@@ -44,7 +44,7 @@ If you think there's something else you can help with please contact us in the [
4444
1. Clone the Repository: Clone the KitOps source code to your local machine:
4545

4646
```shell
47-
git clone https://github.com/jozu-ai/kitops.git
47+
git clone https://github.com/kitops-ml/kitops.git
4848
cd kitops
4949
```
5050

@@ -86,7 +86,7 @@ There are two aspects of code review: giving and receiving. To make it easier fo
8686
* Write good commit messages
8787
* Break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue
8888
89-
Reviewers, the people giving the review, are highly encouraged to revisit our [Code of Conduct](https://github.com/jozu-ai/kitops/blob/main/CODE-OF-CONDUCT.md) and must go above and beyond to promote a collaborative, respectful community. When reviewing PRs from others [The Gentle Art of Patch Review](https://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/) suggests an iterative series of focuses which is designed to lead new contributors to positive collaboration without inundating them initially with a pile of suggestions:
89+
Reviewers, the people giving the review, are highly encouraged to revisit our [Code of Conduct](https://github.com/kitops-ml/kitops/blob/main/CODE-OF-CONDUCT.md) and must go above and beyond to promote a collaborative, respectful community. When reviewing PRs from others [The Gentle Art of Patch Review](https://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/) suggests an iterative series of focuses which is designed to lead new contributors to positive collaboration without inundating them initially with a pile of suggestions:
9090
9191
1. Is the idea behind the contribution sound?
9292
1. Is the contribution architected correctly?
@@ -117,4 +117,4 @@ The best way to reach us with a question when contributing is to ask on:
117117
118118
* The original github issue
119119
* Our [Discord server](https://discord.gg/Tapeh8agYy)
120-
* At our [office hours meeting](https://github.com/jozu-ai/kitops/blob/main/GOVERNANCE.md#-meetings)
120+
* At our [office hours meeting](https://github.com/kitops-ml/kitops/blob/main/GOVERNANCE.md#-meetings)

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The KitOps project leadership embraces the following values:
2727

2828
## 👥 Maintainers
2929

30-
KitOps maintainers have write access to the [project GitHub repository](https://github.com/jozu-ai/kitops). They can merge patches and are expected to review large or critical patches personally. The current maintainers can be found in [MAINTAINERS.md](./MAINTAINERS.md). Maintainers collectively manage the project's resources and contributors.
30+
KitOps maintainers have write access to the [project GitHub repository](https://github.com/kitops-ml/kitops). They can merge patches and are expected to review large or critical patches personally. The current maintainers can be found in [MAINTAINERS.md](./MAINTAINERS.md). Maintainers collectively manage the project's resources and contributors.
3131

3232
This privilege is granted with some expectation of responsibility: maintainers are people who care about the KitOps project and want to help it grow and improve. A maintainer is not just someone who can make changes, but someone who has demonstrated good judgement and an ability to collaborate with the team, get the most knowledgeable people to review code and docs, contribute high-quality code, and follow through to fix issues (in code or tests).
3333

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<img width="1270" alt="KitOps" src="https://github.com/jozu-ai/kitops/assets/10517533/41295471-fe49-4011-adf6-a215f29890c2" id="top">
2+
<img width="1270" alt="KitOps" src="https://github.com/kitops-ml/kitops/assets/10517533/41295471-fe49-4011-adf6-a215f29890c2" id="top">
33

44

55
## Standards-based packaging and versioning system for AI/ML projects.
@@ -38,7 +38,7 @@ For our friends in the EU - ModelKits are the perfect way to create a library of
3838

3939
* 🚢 Create a **[runnable container from a ModelKit](https://tinyurl.com/5b76p5u3)** with one command! Read [KitOps deploy docs](https://kitops.org/docs/deploy/) for details.
4040
* 🥂 Get the most out of KitOps' ModelKits by using them with the **[Jozu Hub](https://jozu.ml/)** repository. Or, continue using ModelKits with your existing OCI registry (even on-premises and air-gapped).
41-
* 🛠️ Use KitOps with Dagger pipelines using our modules from the [Daggerverse](https://daggerverse.dev/mod/github.com/jozu-ai/daggerverse/kit).
41+
* 🛠️ Use KitOps with Dagger pipelines using our modules from the [Daggerverse](https://daggerverse.dev/mod/github.com/kitops-ml/daggerverse/kit).
4242
* ⛑️ [KitOps works great with Red Hat](https://developers.redhat.com/articles/2024/09/16/enhance-llms-instructlab-kitops) InstructLab and Quay.io products.
4343

4444

@@ -48,7 +48,7 @@ For our friends in the EU - ModelKits are the perfect way to create a library of
4848
* 🏭 **[Versioning](https://kitops.org/docs/cli/cli-reference/#kit-tag):** Each ModelKit is tagged so everyone knows which dataset and model work together.
4949
* 🔒 **[Tamper-proofing](https://kitops.org/docs/modelkit/spec/):** Each ModelKit package includes an SHA digest for itself, and every artifact it holds.
5050
* 🤩 **[Selective-unpacking](https://kitops.org/docs/cli/cli-reference/#kit-unpack):** Unpack only what you need from a ModelKit with the `kit unpack --filter` command - just the model, just the dataset and code, or any other combination.
51-
* 🤖 **[Automation](https://github.com/marketplace/actions/setup-kit-cli):** Pack or unpack a ModelKit locally or as part of your CI/CD workflow for testing, integration, or deployment (e.g. [GitHub Actions](https://github.com/marketplace/actions/setup-kit-cli) or [Dagger](https://daggerverse.dev/mod/github.com/jozu-ai/daggerverse/kit).
51+
* 🤖 **[Automation](https://github.com/marketplace/actions/setup-kit-cli):** Pack or unpack a ModelKit locally or as part of your CI/CD workflow for testing, integration, or deployment (e.g. [GitHub Actions](https://github.com/marketplace/actions/setup-kit-cli) or [Dagger](https://daggerverse.dev/mod/github.com/kitops-ml/daggerverse/kit).
5252
* 🐳 **[Deploy containers](https://kitops.org/docs/deploy/):** Generate a basic or custom docker container from any ModelKit.
5353
* 🚢 **[Kubernetes-ready](https://kitops.org/docs/deploy/):** Generate a Kubernetes / KServe deployment config from any ModelKit.
5454
* 🪛 **[LLM fine-tuning](https://dev.to/kitops/fine-tune-your-first-large-language-model-llm-with-lora-llamacpp-and-kitops-in-5-easy-steps-1g7f):** Use KitOps to fine-tune a large language model using LoRA.

ROADMAP.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22

33
As a public community project the KitOps roadmap is always open to feedback. If you think a feature lower in the list is more important, or feel that we've missed an important feature please:
44

5-
* [Open an issue](https://github.com/jozu-ai/kitops/issues) in the repo
5+
* [Open an issue](https://github.com/kitops-ml/kitops/issues) in the repo
66
* Tell us in the [KitOps Discord](https://discord.gg/Tapeh8agYy) channel
77
* Send us a message on [X / Twitter](https://twitter.com/Kit_Ops)
88

99
## In-Progress
1010

11-
* Create a [Homebrew cask for KitOps](https://github.com/jozu-ai/homebrew-kitops/issues/6)
12-
* Create [Python SDK for KitOps](https://github.com/jozu-ai/kitops/issues/118)
13-
* [Improve handling of TAR files](https://github.com/jozu-ai/kitops/issues/489) generated by Kit
14-
* Demo: using [ModelKits with MLFlow](https://github.com/jozu-ai/kitops/issues/545)
15-
* Convert a model from [Hugging Face to ModelKit](https://github.com/jozu-ai/kitops/issues/564)
11+
* Create a [Homebrew cask for KitOps](https://github.com/kitops-ml/homebrew-kitops/issues/6)
12+
* Create [Python SDK for KitOps](https://github.com/kitops-ml/kitops/issues/118)
13+
* [Improve handling of TAR files](https://github.com/kitops-ml/kitops/issues/489) generated by Kit
14+
* Demo: using [ModelKits with MLFlow](https://github.com/kitops-ml/kitops/issues/545)
15+
* Convert a model from [Hugging Face to ModelKit](https://github.com/kitops-ml/kitops/issues/564)
1616

1717

1818
## Recently Completed
19-
See the full changelog from [0.4](https://github.com/jozu-ai/kitops/releases/tag/v0.4.0) and [0.34](https://github.com/jozu-ai/kitops/releases/tag/v0.3.4)
19+
See the full changelog from [0.4](https://github.com/kitops-ml/kitops/releases/tag/v0.4.0) and [0.34](https://github.com/kitops-ml/kitops/releases/tag/v0.3.4)
2020

2121
* Demo: using [ModelKits with Jupyter Notebooks](https://youtu.be/OQPp7QEvk7Q?feature=shared)
22-
* Add [Windows & Linux for `kit dev`](https://github.com/jozu-ai/kitops/releases/tag/v0.4.0) command
23-
* [Add `--filter` option](https://github.com/jozu-ai/kitops/releases/tag/v0.4.0) to `kit info` command
22+
* Add [Windows & Linux for `kit dev`](https://github.com/kitops-ml/kitops/releases/tag/v0.4.0) command
23+
* [Add `--filter` option](https://github.com/kitops-ml/kitops/releases/tag/v0.4.0) to `kit info` command
2424
* Deploy [ModelKits as containers](https://kitops.org/docs/deploy/)
25-
* [Added parameters field](https://github.com/jozu-ai/kitops/pull/514) to datasets and code
26-
* [Enhanced proxy](https://github.com/jozu-ai/kitops/pull/512) support
25+
* [Added parameters field](https://github.com/kitops-ml/kitops/pull/514) to datasets and code
26+
* [Enhanced proxy](https://github.com/kitops-ml/kitops/pull/512) support
2727

2828
## Roadmap Themes
2929

3030
### UX Improvements
3131

32-
* [Pack and convert](https://github.com/jozu-ai/kitops/issues/564) models directly from Hugging Face
32+
* [Pack and convert](https://github.com/kitops-ml/kitops/issues/564) models directly from Hugging Face
3333

3434
### Deployment
3535

3636
Users want to be able to deploy their models through existing CI/CD/CT pipelines. Since KitOps doesn't know the details of a user's deployment pipeline or process we will `unpack` a ModelKit into an appropriate directory structure for one of several deployment targets.
3737

38-
* [Enhance unpack for deployment-specific directory structures](https://github.com/jozu-ai/kitops/issues/131)
38+
* [Enhance unpack for deployment-specific directory structures](https://github.com/kitops-ml/kitops/issues/131)
3939

4040
### CLI Distribution
4141

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Welcome to our project! We use GitHub for tracking bugs and feature requests.
55
If you need other types of help try:
66
* View our [product documentation](/docs/overview/)
77
* Join the [KitOps Discord](https://discord.gg/Tapeh8agYy)
8-
* Join our [public office hours meeting](https://github.com/jozu-ai/kitops/blob/main/GOVERNANCE.md#-meetings)
8+
* Join our [public office hours meeting](https://github.com/kitops-ml/kitops/blob/main/GOVERNANCE.md#-meetings)
99

1010
## Enterprise Support
1111
If you're looking to get enterprise support for your organization or team please contact [Jozu](mailto:sales@jozu.com)

build/dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.22.6-alpine AS builder
1+
FROM docker.io/library/golang:1.23.7-alpine AS builder
22

33
RUN apk --no-cache upgrade && apk add --no-cache git
44
ARG KIT_VERSION=next
@@ -36,5 +36,5 @@ COPY --from=builder /build/kit /usr/local/bin/kit
3636
ENTRYPOINT ["kit"]
3737

3838
LABEL org.opencontainers.image.description="Kit CLI container built from source"
39-
LABEL org.opencontainers.image.source="https://github.com/jozu-ai/kitops"
39+
LABEL org.opencontainers.image.source="https://github.com/kitops-ml/kitops"
4040
LABEL org.opencontainers.image.licenses="Apache-2.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG KIT_BASE_IMAGE=ghcr.io/jozu-ai/kit:next
1+
ARG KIT_BASE_IMAGE=ghcr.io/kitops-ml/kit:next
22
FROM $KIT_BASE_IMAGE
33

44
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
55

66
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
77

88
LABEL org.opencontainers.image.description="KitOps KServe container"
9-
LABEL org.opencontainers.image.source="https://github.com/jozu-ai/kitops"
9+
LABEL org.opencontainers.image.source="https://github.com/kitops-ml/kitops"
1010
LABEL org.opencontainers.image.licenses="Apache-2.0"

0 commit comments

Comments
 (0)