Skip to content

Commit d489f2d

Browse files
authored
Update InferenceEngine.swift
1 parent e911249 commit d489f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swift/Sources/CoreAILanguageModels/InferenceEngines/InferenceEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public enum InferenceRuntimeError: Error, LocalizedError {
299299
///
300300
/// The caller owns the embeddings and decides caching strategy.
301301
public protocol MultimodalInferenceEngine: InferenceEngine {
302-
/// Encode an image into embeddings suitable for injection into the LLM.
302+
/// Encode an image into embeddings suitable for injection into the VLM.
303303
/// Returns the embedded representation — caller decides whether to cache.
304304
func encodeImage(at url: URL) async throws -> EmbeddedInput
305305

0 commit comments

Comments
 (0)