metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

Metaflow Configs

Open romain-intel opened this issue 1 year ago • 2 comments

This is not yet fully ready but putting out so people can get a general sense of the direction.

romain-intel avatar Aug 15 '24 17:08 romain-intel

As a user interested in using a config file instead of using different sets of parameters, what would a config file look like?

bhogan-bdai avatar Aug 23 '24 20:08 bhogan-bdai

@bhogan-bdai -- the idea so far is to support a simple format like JSON (nested dicts basically) but other formats could be supported as well. We are also providing a parser option which means you would be able to write your own parser and would need to return a dict. If you have other ideas/wish-list type of things, please let us know though. This is still a WIP although it kind of works. I'll post an example script a bit later to show the functionality.

romain-intel avatar Aug 24 '24 06:08 romain-intel