-
Notifications
You must be signed in to change notification settings - Fork 547
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 an env var for loading user registered values (dataset, models, clouds) when initializing the Oumi Registry #1077
Conversation
The name How about something like or with |
SG, I've switched to using |
Description
This PR establishes a new Oumi environment variable,
OUMI_EXTRA_DEPS_FILE
.OUMI_EXTRA_DEPS_FILE
should be set to a path to a txt file that contains a file path on each line. These file paths should point to*.py
files that should be imported before initializing the Oumi Registry.If unset, only default classes will be loaded.
Example:
/oumi/requirements.txt
/path/file1.py
/path2/file2.py
Related issues
Fixes OPE-745
Before submitting
Reviewers
At least one review from a member of
oumi-ai/oumi-staff
is required.