Skip to content

Commit 238237c

Browse files
committed
update
1 parent d4748e4 commit 238237c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/inference/engine.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ impl Engine {
446446
.with_static_input_shapes(false)
447447
.with_subgraphs(true)
448448
.with_model_format(ort::execution_providers::coreml::CoreMLModelFormat::MLProgram)
449-
.with_specialization_strategy(
450-
ort::execution_providers::coreml::CoreMLSpecializationStrategy::FastPrediction,
451-
)
452449
.with_specialization_strategy(
453450
ort::execution_providers::coreml::CoreMLSpecializationStrategy::FastPrediction,
454451
);

0 commit comments

Comments
 (0)