v2: add EmbeddingServerApp, fix Sendable issues (WIP)
This commit is contained in:
@@ -42,7 +42,7 @@ public struct EmbeddingGemmaConfig: Codable {
|
||||
}
|
||||
|
||||
/// EmbeddingGemma - Google's 300M parameter embedding model
|
||||
public final class EmbeddingGemmaModel {
|
||||
public final class EmbeddingGemmaModel: @unchecked Sendable {
|
||||
public let config: EmbeddingGemmaConfig
|
||||
public let engine: MarkBaseEngine
|
||||
public let tokenizer: Tokenizer
|
||||
|
||||
Reference in New Issue
Block a user