Commit a88a41c
authored
ai/worker: Add scope pipeline support to worker and build scripts (#3814)
* Add scope pipeline support to worker and build scripts
This commit adds support for the scope pipeline in the go-livepeer worker:
Worker Integration:
- Updated ai/worker/docker.go to map scope modelID to
livepeer/ai-runner:live-app-scope image in livePipelineToImage map
- Added test case in ai/worker/docker_test.go to verify scope image
mapping works correctly
Build Scripts:
- Updated box/build-runner.sh to accept scope as a valid pipeline
option alongside streamdiffusion and comfyui
These changes enable the orchestrator to recognize and schedule scope
pipeline containers for live-video-to-video requests.
* Update CHANGELOG1 parent 81f12af commit a88a41c
File tree
4 files changed
+14
-2
lines changed- ai/worker
- box
4 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
436 | 445 | | |
437 | 446 | | |
438 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments