multi-gpu batched bo

This commit is contained in:
2026-08-12 22:07:45 +09:00
parent 9c66bc84ad
commit 1c85c324c1
6 changed files with 253 additions and 56 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
from .sobo import sobo_pipeline
# from .sobo import sobo_pipeline # depreacated
from .test import test_pipeline
from .batched_sobo import sobo_pipeline
job_types = {
'random+sobo': sobo_pipeline,