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

Better support for CLI / script usage #151

Open
nicholasjng opened this issue Oct 24, 2024 · 0 comments
Open

Better support for CLI / script usage #151

nicholasjng opened this issue Oct 24, 2024 · 0 comments

Comments

@nicholasjng
Copy link
Collaborator

We are currently set up mostly for the SDK workflow, i.e. running benchmarks in training loop code or in a proper script.

What should be supported is the classical CI setting, maybe containing configuration as code, running as part of a larger workflow.

This requires a few things:

  • A module entrypoint, possibly also a __main__ hook.
  • A way to autoload parameters by name, similarly to pytest fixtures.
  • (Optional) A config file format for experiments
  • (Optional) An rc file format for configuring multiple CI settings side by side.
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

No branches or pull requests

1 participant