Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# AI-lab samples

## Usage in AI-lab templates
## Usage in ai-lab-template

This repository is being used in [ai-lab-template](https://github.com/redhat-ai-dev/ai-lab-template) as component source code for users to start with.
This repository is being used in [ai-lab-template repository](https://github.com/redhat-ai-dev/ai-lab-template) as the Software Template source code for users to start with.

This is a copy of the ai lab sample apps source code. The master copy of those apps are under [ai-lab-recipes](https://github.com/containers/ai-lab-recipes)
This repository is a copy of the AI Lab recipes source code under [ai-lab-recipes](https://github.com/containers/ai-lab-recipes/tree/main/recipes).

To pull in the latest changes, run `./pull-sample-app.sh`, and commit the changes.
To contribute or make an update to these samples, open a Pull Request under the upstream [ai-lab-recipes repository](https://github.com/containers/ai-lab-recipes/tree/main/recipes). To pull in the latest changes to this repository, run `./pull-sample-app.sh`, and commit the changes.

You can then re-generate the Software Templates in [ai-lab-template repository](https://github.com/redhat-ai-dev/ai-lab-template) to use the latest AI samples from this repository.

## Usage in ai-lab-template-experiment

For the experimental Software Templates in [ai-lab-template-experiment repository](https://github.com/redhat-ai-dev/ai-lab-template-experiment), use the `experiment` branch. The [import-ai-lab-samples](https://github.com/redhat-ai-dev/ai-lab-template-experiment/blob/67c7d1b0c5ae9973f74d7d3bbeb849c442c214c7/scripts/import-ai-lab-samples#L4) script pulls in the sample applications from the `experiment` branch. The `experiment` branch is independent of other repositories and it is manually curated or maintained.