Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import the training dir from the ai-lab-recipes repository #5

Merged
merged 3 commits into from
May 5, 2024
Merged

Import the training dir from the ai-lab-recipes repository #5

merged 3 commits into from
May 5, 2024

Conversation

russellb
Copy link
Contributor

@russellb russellb commented May 5, 2024

82b7a71 Import the training dir from the ai-lab-recipes repository
c11341e Makefile: Automatically pass-through to training/Makefile

commit 82b7a71
Author: Russell Bryant [email protected]
Date: Sat May 4 21:12:19 2024 -0400

Import the training dir from the ai-lab-recipes repository

This commit imports a specific commit ref (current `main`) of the
`training` directory of the github.com/containers/ai-lab-recipes
repository.

Updating the contents to a newer commit ref can be done by updating
the ref in the `Makefile` and then running `make update-training-dir`.

Note there is current a discrepency between the `README.md` and this
content. The `README.md` needs updates to reflect that all operations
are to be done from within the `training` directory.

Signed-off-by: Russell Bryant <[email protected]>

commit c11341e
Author: Russell Bryant [email protected]
Date: Sat May 4 21:39:21 2024 -0400

Makefile: Automatically pass-through to training/Makefile

If someone runs `make foo` from the root directory and the `foo`
target does not exist, we'll try to run it from `training/` instead.

Also if someone runs `make` or `make help`, get the help from
`training/Makefile` as well.

Signed-off-by: Russell Bryant <[email protected]>

This commit imports a specific commit ref (current `main`) of the
`training` directory of the github.com/containers/ai-lab-recipes
repository.

Updating the contents to a newer commit ref can be done by updating
the ref in the `Makefile` and then running `make update-training-dir`.

Note there is current a discrepency between the `README.md` and this
content. The `README.md` needs updates to reflect that all operations
are to be done from within the `training` directory.

Signed-off-by: Russell Bryant <[email protected]>
If someone runs `make foo` from the root directory and the `foo`
target does not exist, we'll try to run it from `training/` instead.

Also if someone runs `make` or `make help`, get the help from
`training/Makefile` as well.

Signed-off-by: Russell Bryant <[email protected]>
@n1hility n1hility merged commit 41af44e into RedHatOfficial:main May 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants