Skip to content

Commit c3e8e93

Browse files
committed
fix(api): make MLModel.compatPrediction public for cross-module use in FluidAudioTTS
1 parent bc615ef commit c3e8e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FluidAudio/Shared/MLModel+Prediction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33

44
extension MLModel {
55
/// Compatibly call Core ML prediction across Swift compiler versions.
6-
internal func compatPrediction(
6+
public func compatPrediction(
77
from input: MLFeatureProvider,
88
options: MLPredictionOptions
99
) async throws -> MLFeatureProvider {

0 commit comments

Comments
 (0)