Commit 5fc9fab
committed
Scheduler refactor [scheduler]: constraints, objects, and strategies
commit cfd8505
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 27 02:47:07 2025 +0000
updates from reviews
commit 0f011c3
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 20:02:50 2025 +0000
fixes after rebasing
commit 1cc24cd
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 19:33:35 2025 +0000
Fixes to ensure tests will run
commit 6fbd4ba
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 19:06:52 2025 +0000
fix improper arg for tests
commit 2304804
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 18:51:25 2025 +0000
Add new scheduler constraints, objects, and strategy for refactor
commit 20664b4
Author: Mark Kurtz <[email protected]>
Date: Thu Aug 21 01:29:34 2025 +0000
Implementation and tests for the next utils package modules iteration for the scheduler refactor
commit 07f0773
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 20 22:29:31 2025 +0000
Implementation and tests for the core utils packages for the scheduler refactor
commit ea1e25d
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 27 02:35:58 2025 +0000
update doc strings for clarifications in encoding.py
commit fe76616
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 27 02:31:06 2025 +0000
Updates from review and requirements for worker integration
commit b08e52a
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 22:19:46 2025 -0400
Update src/guidellm/utils/encoding.py
Co-authored-by: Samuel Monson <[email protected]>
Signed-off-by: Mark Kurtz <[email protected]>
commit cff8d91
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 17:52:18 2025 +0000
Fix styling issues
commit 275f123
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 13:44:33 2025 -0400
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Mark Kurtz <[email protected]>
commit 77573a8
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 16:21:47 2025 +0000
fix improper name update
commit 3629fd0
Author: Mark Kurtz <[email protected]>
Date: Tue Aug 26 16:00:46 2025 +0000
Add multiprocessing utils for encoding and messaging
commit 3e048e8
Author: Mark Kurtz <[email protected]>
Date: Thu Aug 21 01:49:43 2025 +0000
minor fixes and updates
commit 163e6e3
Author: Mark Kurtz <[email protected]>
Date: Thu Aug 21 01:29:34 2025 +0000
Implementation and tests for the next utils package modules iteration for the scheduler refactor
commit acf0646
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 20 19:01:42 2025 -0400
Update tests/unit/utils/test_registry.py
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Mark Kurtz <[email protected]>
commit e3a1c48
Author: Mark Kurtz <[email protected]>
Date: Wed Aug 20 22:29:31 2025 +0000
Implementation and tests for the core utils packages for the scheduler refactor1 parent 6f7ca9f commit 5fc9fab
File tree
31 files changed
+5924
-521
lines changed- src/guidellm
- backend
- benchmark
- presentation
- request
- scheduler
- utils
- tests/unit
- backend
- presentation
- scheduler
31 files changed
+5924
-521
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 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments