Commit 4fcc24f
BBR multi lora guide (#1940)
* Extending serving multiple AI models guide with an example of how to serve multiple LoRAs (many LoRAs per one model while having multiple models)
* Changes to PR to address feedback of the reviewers
* Address review comments from PR #1859:
-- The BBR guide is aligned with Getting Started (Main/Latest)
-- There are only two models deployed, with the second one being a simulator
-- Formatting issues and style fixed
-- Typos and dangling sentences fixed
-- The LoRA names are completely different
-- The Routing example simplified: one HTTPRoute with matchers
* Adds missing Kgateway and Nginx tabs for the second EPP model deployment
* fixes formatting typos
* Update config/manifests/vllm/sim-deployment-1.yaml
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Update site-src/guides/serve-multiple-genai-models.md
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Update site-src/guides/serve-multiple-genai-models.md
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Update site-src/guides/serve-multiple-genai-models.md
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Update site-src/guides/serve-multiple-genai-models.md
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Update site-src/guides/serve-multiple-genai-models.md
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>
* Addressing reviewer (shmuelk) comment to include an explicit setting of PORT and IP when trying out multiple LLM setup
---------
Co-authored-by: Shmuel Kallner <kallner@il.ibm.com>1 parent 3635574 commit 4fcc24f
File tree
3 files changed
+451
-135
lines changed- config/manifests
- bbr-example
- vllm
- site-src/guides
3 files changed
+451
-135
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments