Commit 1da93c3
authored
fix: resolved async issues for llamastack containers (#3468)
* fix: resolved async issues for llamastack containers
Created a new interface that holds more information on the playground container.
With this new interface I updated the llamastack backend to handle stopping starting
and recreating containers based on what state they are in.
Signed-off-by: Brian <[email protected]>
* chore: fixed tests updated instructions rendering and aligned with svelte 5
Signed-off-by: Brian <[email protected]>
* chore: renamed function createboth and removed extra log
Signed-off-by: Brian <[email protected]>
---------
Signed-off-by: Brian <[email protected]>1 parent cef8552 commit 1da93c3
File tree
10 files changed
+716
-317
lines changed- packages
- backend/src
- managers
- application
- llama-stack
- frontend/src
- pages/llama-stack
- utils
10 files changed
+716
-317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | | - | |
337 | | - | |
| 336 | + | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
Lines changed: 204 additions & 82 deletions
Large diffs are not rendered by default.
0 commit comments