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

Add Fluxbot #278

Merged
merged 18 commits into from
Feb 5, 2021
Merged

Add Fluxbot #278

merged 18 commits into from
Feb 5, 2021

Conversation

DhairyaLGandhi
Copy link
Member

@DhairyaLGandhi DhairyaLGandhi commented Jan 23, 2021

With this, we should be able to listen for certain commands on issues on the repos we care for. For example, if we wish to test a Flux PR/ branch/ commit to see how it effects models in the model-zoo. We can add some CI to the zoo, and on similar grounds convert the models into markdown/ HTML via Literate.jl to publish on the website automatically. The bot would respond with status of the jobs when they finish, and even put the output in a gist. It would respond to @ModelZookeeper, but only once we merge this so GA can pick up the workflow (ah well). We would need a similar .fluxbot in the repos we want it to listen to, or can make it into a Github app, this seemed easier for now.

Of course, we can optionally give it certain models or directories (eg. build MNIST) so its not too long. It would use GPUs wherever possible, but that's dependent on how the model is written.

We can extrapolate to also bring Metalhead under the purview so we can test with more standard models as well.

There is some config remaining - basically having a pipeline on Buildkite rather than on GitLab and adding the relevant keys and tokens.

TODO:

  • Move this to Buildkite

@DhairyaLGandhi
Copy link
Member Author

@ModelZookeeper commands

@CarloLucibello
Copy link
Member

Can you add a brief description in the OP of what this does?

@DhairyaLGandhi
Copy link
Member Author

Done, lmk if it needs more description.

This was referenced Jan 26, 2021
@DhairyaLGandhi DhairyaLGandhi merged commit 7fb2590 into FluxML:master Feb 5, 2021
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