SkunkworksAI / hydra-moe

410 stars 15 forks source link

inference() can now receive the config as a list of params #11

Closed lpietrobon closed 1 year ago

lpietrobon commented 1 year ago

main.py is taking a config and changing elements on the fly, before calling moe.py ....but inference() in moe.py only expects 1 config file name as argument. Now inference can work with both 1 config file name OR a list of args

lpietrobon commented 1 year ago

this was fixed by another merge, closing