added hotfix for batched bo

This commit is contained in:
2026-08-12 14:50:05 +09:00
parent c638cc57a0
commit 781ec07b1e
7 changed files with 102 additions and 49 deletions
+7 -1
View File
@@ -1 +1,7 @@
from .sobo import sobo_pipeline
from .sobo import sobo_pipeline
from .test import test_pipeline
job_types = {
'random+sobo': sobo_pipeline,
'test': test_pipeline,
}