This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Commit eceff6c
feat: allow engine selection (#35)
## Branch created from #31
### [ Summary ]
- Added `multi_engine_wrapper` for managing used engine depending on
user selection
- Changed `gpu_status` file logic => Now we are creating one file per
engine ( for example CUDA_gpu_status.json )
- Changed gpu_status file structure
- We are now storing is_excluded flag inside gpu_status file and allow
frontend to update it for easier tracking of which device should be
disable
---------
Signed-off-by: Rumble Fish <rumblefish@192.168.1.24>
Signed-off-by: Misieq01 <bartosz2000walczak@gmail.com>
Co-authored-by: Rumble Fish <rumblefish@192.168.1.24>
Co-authored-by: stringhandler <stringhandler@protonmail.com>
Co-authored-by: C.Lee Taylor <47312074+leet4tari@users.noreply.github.com>
Co-authored-by: Brian Pearce <brianp@users.noreply.github.com>
Co-authored-by: stringhandler <stringhandler@gmail.com>1 parent 1b9738c commit eceff6c
File tree
17 files changed
+1452
-507
lines changed- .github/workflows
- src
17 files changed
+1452
-507
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
35 | 53 | | |
36 | 54 | | |
37 | 55 | | |
| |||
41 | 59 | | |
42 | 60 | | |
43 | 61 | | |
44 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
45 | 79 | | |
46 | 80 | | |
47 | | - | |
| 81 | + | |
48 | 82 | | |
49 | 83 | | |
50 | 84 | | |
51 | 85 | | |
52 | | - | |
| 86 | + | |
53 | 87 | | |
54 | 88 | | |
55 | 89 | | |
| |||
66 | 100 | | |
67 | 101 | | |
68 | 102 | | |
69 | | - | |
| 103 | + | |
70 | 104 | | |
71 | 105 | | |
72 | 106 | | |
| |||
85 | 119 | | |
86 | 120 | | |
87 | 121 | | |
88 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
89 | 143 | | |
90 | 144 | | |
91 | 145 | | |
92 | | - | |
| 146 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments