-
Notifications
You must be signed in to change notification settings - Fork 88
[RAPTOR-14025] Allow override nim server details, release v1.16.10.1 #1539
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
Conversation
eae4eb7
to
287c246
Compare
287c246
to
6eb0313
Compare
EngProd failed to find the label for the "@datarobot/custom-models" code owner.Make sure that the following is true:
How to add a new Review GroupReview group should be added in the constants.py file. Scroll down until you will find the REVIEW_GROUPS list. Check master branch for the most recent examples. Example PR: #3442 Where to find domain id?To leverage all EngProd features, domain ID should be specified. In order to find it - navigate to the People DB Domains portal and find your domain there. After clicking on the domain - domain ID should appear in the URL field like here: ![]() Copy it to your review group and you're all set with the domain id. If everything is correct but the functionality still does not work - please check with the #engprod team in Slack. |
The Needs Review labels were added based on the following file changes. Team @datarobot/core-modeling (#predictive-ai) was assigned because of changes in files:custom_model_runner/CHANGELOG.md custom_model_runner/datarobot_drum/drum/description.py Team @datarobot/custom-models was assigned because of changes in files:custom_model_runner/CHANGELOG.md custom_model_runner/datarobot_drum/drum/description.py custom_model_runner/datarobot_drum/drum/gpu_predictors/base.py custom_model_runner/datarobot_drum/drum/gpu_predictors/nim_predictor.py tests/unit/datarobot_drum/drum/gpu_predictors/test_gpu_predictors.py Team @datarobot/tracking-agent (#tracking-agent-reviews) was assigned because of changes in files:custom_model_runner/datarobot_drum/drum/gpu_predictors/base.py custom_model_runner/datarobot_drum/drum/gpu_predictors/nim_predictor.py If you think that there are some issues with ownership, please discuss with C&A domain at #sdtk slack channel and create PR to update DRCODEOWNERS\CODEOWNERS file. |
Added simple unittests |
…1539) Co-authored-by: Bogdan Klichuk <bogdan.klichuk@datarobot.com>
…1539) Co-authored-by: Bogdan Klichuk <bogdan.klichuk@datarobot.com>
…1539) Co-authored-by: Bogdan Klichuk <bogdan.klichuk@datarobot.com>
…1539) Co-authored-by: Bogdan Klichuk <bogdan.klichuk@datarobot.com>
This repository is public. Do not put here any private DataRobot or customer's data: code, datasets, model artifacts, .etc.
Summary
We need to override health route for NVidia nim
Rationale