Commit 62d1c92
[RAPTOR-14353] Run flask server using CLI (gunicorn with gevent support) (#1633)
* working
* fixed
* removed rr
* Reconcile dependencies, updated IDs, tags
* working
* working
* Reconcile dependencies, updated IDs, tags
* [BUZZOK-27100] Fix Drum Inline Runner and streamline DRUM options generation to help prevent logic diverging (#1615)
* Fix Drum Inline Runner and streamline DRUM options generation
* Cleanup
* Refactor setup to new file
* Fix mocks
* Add unit tests
* Change tracer
* [-] (Auto) Bump env_info versions (#1622)
Co-authored-by: GenAI Git Bot <genai-systems-devs@datarobot.com>
* Bump keras in /public_dropin_environments/python3_keras (#1624)
Bumps [keras](https://github.com/keras-team/keras) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](keras-team/keras@v3.10.0...v3.11.0)
---
updated-dependencies:
- dependency-name: keras
dependency-version: 3.11.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Configure OTel metrics by default in drum. (#1620)
* [RAPTOR-14453] Regen requirements.txt to fix CVE-2025-8747 (#1623)
* [RAPTOR-14453] Regen requirements.txt to fix CVE-2025-8747
This regenerates the requirements.txt file from requirements.in, to pull in the
latest keras 3.11.2, upgrading from 3.10.0. Upgrading past 3.11.0 fixes
CVE-2025-8747.
* Reconcile dependencies, updated IDs, tags
---------
Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
* [BUZZOK-27241] Update DRUM version to 1.16.22 to add support for `def chat` kwargs (#1621)
* Update DRUM version
* Update CHANGELOG.md
* [BUZZOK-27241] [BUZZOK-27421] Bump requirements in GenAI Agents environment (#1627)
* Bump requirements in GenAI Agents environment
* Update
* Reconcile dependencies, updated IDs, tags
---------
Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
* [CFX-3334] Update to latest drgithelper and properly set permissions for credential cache daemon (#1630)
* [CFX-3334] Update to latest drgithelper and properly set permissions for credential cache daemon
* Reconcile dependencies, updated IDs, tags
---------
Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
* Add OTEL logging configuration, refactor traces and metrics. (#1626)
* Bump DRUM version. (#1631)
* [RAPTOR-13851] pytorch: rebuild requirements to pull in updates (#1637)
* [RAPTOR-13851] pytorch: rebuild requirements to pull in updates
This rebuilds requirements.txt to pull in updates for pytorch to resolve
CVE-2025-3730.
* Reconcile dependencies, updated IDs, tags
---------
Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
* Avoid infinite recursion in logs. (#1638)
* Update version for new release. (#1639)
Co-authored-by: “Nickolai <“nickolai@datarobot.com”>
* [RAPTOR-14353] add client and NIM timeouts (#1640)
* addd timeouts
* fiz black
* fix tests
* fixed black
* add timeout
* fixed
* replaced with RuntimeParameters
* removed unused import
* replaced with static methods
* [RAPTOR-14353] Add nim watchdog (#1632)
* add watchdog
* 5 attempts
* watchdog_additional
* fixed version
* add env USE_NIM_WATCHDOG
* add env USE_NIM_WATCHDOG
* fixed lint
* fixed version
* rever docker changes
* add changes
* removed changelogs
* max_attempts = 3
* replaced with os.kill(pid, signal.SIGTERM)
* renamed
* fixed comments
* add NIM_WATCHDOG_REQUEST_TIMEOUT and NIM_WATCHDOG_MAX_ATTEMPTS
* add logs
* fix lint
* updated version (#1643)
* Reconcile dependencies, updated IDs, tags
* working
* Reconcile dependencies, updated IDs, tags
* refactoring
* revert nim sidecar
* revrt env_info.json
* delint
* revert
* added comments
* added is_client_request_timeout_enabled
* added comments
* added comments
* fix signal termination
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
Co-authored-by: Matt Nitzken <mjnitz02@gmail.com>
Co-authored-by: svc-harness-git2 <130688563+svc-harness-git2@users.noreply.github.com>
Co-authored-by: GenAI Git Bot <genai-systems-devs@datarobot.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nickolai Novik <92932793+nickolai-dr@users.noreply.github.com>
Co-authored-by: Aaron Ball <aaron.ball@datarobot.com>
Co-authored-by: Chris Russell-Walker <christopher.russell-walker@datarobot.com>
Co-authored-by: “Nickolai <“nickolai@datarobot.com”>1 parent 862c4ca commit 62d1c92
File tree
6 files changed
+162
-51
lines changed- custom_model_runner/datarobot_drum/drum
- root_predictors
- tests/unit/datarobot_drum/drum
6 files changed
+162
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
497 | 501 | | |
498 | 502 | | |
499 | 503 | | |
500 | | - | |
501 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
502 | 516 | | |
503 | 517 | | |
504 | 518 | | |
| |||
826 | 840 | | |
827 | 841 | | |
828 | 842 | | |
829 | | - | |
| 843 | + | |
830 | 844 | | |
831 | 845 | | |
832 | 846 | | |
| |||
836 | 850 | | |
837 | 851 | | |
838 | 852 | | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
843 | 875 | | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
849 | 886 | | |
850 | 887 | | |
851 | 888 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
59 | 73 | | |
60 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
61 | 101 | | |
62 | 102 | | |
63 | 103 | | |
| |||
89 | 129 | | |
90 | 130 | | |
91 | 131 | | |
92 | | - | |
93 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
94 | 135 | | |
95 | 136 | | |
96 | 137 | | |
97 | 138 | | |
98 | | - | |
| 139 | + | |
99 | 140 | | |
100 | 141 | | |
101 | 142 | | |
| |||
Lines changed: 45 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
313 | | - | |
| 316 | + | |
314 | 317 | | |
315 | 318 | | |
316 | 319 | | |
| |||
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
322 | 338 | | |
323 | 339 | | |
324 | 340 | | |
| |||
328 | 344 | | |
329 | 345 | | |
330 | 346 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
340 | 374 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | 375 | | |
356 | 376 | | |
357 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
86 | | - | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
112 | | - | |
113 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| |||
0 commit comments