-
Notifications
You must be signed in to change notification settings - Fork 263
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 private configs #1996
Add private configs #1996
Conversation
… and _decode_raw_response_to_text
…ford-crfm/helm into joss-refactor-4-deployments
Co-authored-by: JosselinSomervilleRoberts <josselin.somerville@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good. Just a few changes needed. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change suggested, looks good otherwise!
for model_metadata_path in args.model_metadata_paths: | ||
register_model_metadata_from_path(model_metadata_path) | ||
for model_deployment_paths in args.model_deployment_paths: | ||
register_model_deployments_from_path(model_deployment_paths) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you keep these flags for now because it looks like some people are using it e.g. #2110
Hi, I'm here from PR #2110 , I tried to install this branch (on a docker image) But I cannot execute the |
Follow up to #1903 to add private configs.