mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
fix: always use EfficientNGram
This commit is contained in:
@ -153,7 +153,7 @@ targets.append(
|
||||
name: "KanaKanjiConverterModule",
|
||||
dependencies: [
|
||||
"SwiftUtils",
|
||||
.target(name: "EfficientNGram", condition: .when(traits: ["Zenzai"])),
|
||||
.target(name: "EfficientNGram"),
|
||||
.target(name: "llama.cpp", condition: .when(traits: ["Zenzai"])),
|
||||
.product(name: "Collections", package: "swift-collections"),
|
||||
],
|
||||
|
Reference in New Issue
Block a user