We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6686a41 commit b6bc00bCopy full SHA for b6bc00b
bioimageio/core/prediction_pipeline/_prediction_pipeline.py
@@ -176,8 +176,8 @@ def unload(self):
176
177
178
def create_prediction_pipeline(
179
- *,
180
bioimageio_model: nodes.Model,
+ *,
181
devices: Optional[Sequence[str]] = None,
182
weight_format: Optional[str] = None,
183
dataset_for_initial_statistics: Iterable[Sequence[xr.DataArray]] = tuple(),
0 commit comments