You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that we create a new repo localai-examples and migrate all existing and future examples to that repo.
Currently, we do not actually run automated tests on any of our examples. This does not seem likely to change at any time soon, as we've got plenty on our plates to work on.
Dependabot is automatically generating PRs and running CI for each individual example. Regardless of if we think it's wise to automatically update the dependencies in those mini-projects without testing or not, I believe it makes the most sense to move them to their own repo, with their own testing, update, and CI policies.
I'm happy to create this myself, or wait for you to create a @mudler / localai-examples.
At the same time that the examples are migrated, I propose we change them to reference released versions of LocalAI rather than master - this is mostly going to be a technical change, but I want to document it here since I think that it's actually better to show that to our users anyway.
The text was updated successfully, but these errors were encountered:
Yes 💯 ! Examples are really a pain for the CI currently, and makes totally sense have a separate repository. I've created https://github.com/mudler/LocalAI-examples to move the current examples out but we can have also multiple repositories. The only problem I see is keeping these functional, as versions could have been bumped invalidating some of the examples code.
Part of the CI Speedup Project https://github.com/users/dave-gray101/projects/2/views/1
I propose that we create a new repo
localai-examples
and migrate all existing and future examples to that repo.Currently, we do not actually run automated tests on any of our examples. This does not seem likely to change at any time soon, as we've got plenty on our plates to work on.
Dependabot is automatically generating PRs and running CI for each individual example. Regardless of if we think it's wise to automatically update the dependencies in those mini-projects without testing or not, I believe it makes the most sense to move them to their own repo, with their own testing, update, and CI policies.
I'm happy to create this myself, or wait for you to create a @mudler / localai-examples.
At the same time that the examples are migrated, I propose we change them to reference released versions of LocalAI rather than master - this is mostly going to be a technical change, but I want to document it here since I think that it's actually better to show that to our users anyway.
The text was updated successfully, but these errors were encountered: