We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4748e4 commit 238237cCopy full SHA for 238237c
1 file changed
src/inference/engine.rs
@@ -446,9 +446,6 @@ impl Engine {
446
.with_static_input_shapes(false)
447
.with_subgraphs(true)
448
.with_model_format(ort::execution_providers::coreml::CoreMLModelFormat::MLProgram)
449
- .with_specialization_strategy(
450
- ort::execution_providers::coreml::CoreMLSpecializationStrategy::FastPrediction,
451
- )
452
.with_specialization_strategy(
453
ort::execution_providers::coreml::CoreMLSpecializationStrategy::FastPrediction,
454
);
0 commit comments