Commit 4181b44
authored
[serve] Allow
## Description
This PR allows users to override individual flags set by
`RAY_SERVE_THROUGHPUT_OPTIMIZED`. This improves the current UX of having
to set each flag individually if any of the flags is different from what
`RAY_SERVE_THROUGHPUT_OPTIMIZED` sets.
## Related issues
## Additional information
> Optional: Add implementation details, API changes, usage examples,
screenshots, etc.
---------
Signed-off-by: akyang-anyscale <[email protected]>RAY_SERVE_THROUGHPUT_OPTIMIZED flags to be overriden (#58057)1 parent ac943b3 commit 4181b44
File tree
2 files changed
+11
-4
lines changed- doc/source/serve/advanced-guides
- python/ray/serve/_private
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
508 | 514 | | |
509 | 515 | | |
510 | 516 | | |
| |||
0 commit comments