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
Create a new CLI command oumi fetch that will download configs from the oumi github repo to a local directory specified by an environment variable.
Any CLI actions using the oumi:// prefix will look for the config in that folder.
Motivation / references
This makes running Oumi much less disruptive. Users could even set the environment variable to a clone of the oumi repo to run the CLI anywhere. Consider the following:
Feature request
Create a new CLI command
oumi fetch
that will download configs from the oumi github repo to a local directory specified by an environment variable.Any CLI actions using the
oumi://
prefix will look for the config in that folder.Motivation / references
This makes running Oumi much less disruptive. Users could even set the environment variable to a clone of the oumi repo to run the CLI anywhere. Consider the following:
Your contribution
This change requires:
oumi://
prefix and resolve it accordingly.The text was updated successfully, but these errors were encountered: