Fix CRT linkage in Windows CUDA build (#8987)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -151,9 +151,9 @@ sacp = { workspace = true, features = ["unstable"] }
|
||||
unicode-normalization = "0.1"
|
||||
|
||||
# For local Whisper transcription (optional, behind "local-inference" feature)
|
||||
candle-core = { version = "0.9", default-features = false, optional = true }
|
||||
candle-nn = { version = "0.9", default-features = false, optional = true }
|
||||
candle-transformers = { version = "0.9", default-features = false, optional = true }
|
||||
candle-core = { version = "0.10.2", default-features = false, optional = true }
|
||||
candle-nn = { version = "0.10.2", default-features = false, optional = true }
|
||||
candle-transformers = { version = "0.10.2", default-features = false, optional = true }
|
||||
byteorder = { version = "1.5.0", optional = true }
|
||||
tokenizers = { version = "0.21.0", default-features = false, features = ["onig"], optional = true }
|
||||
symphonia = { version = "0.5", features = ["all"], optional = true }
|
||||
@@ -202,9 +202,9 @@ keyring = { version = "3.6.2", features = ["windows-native"] }
|
||||
|
||||
# Platform-specific GPU acceleration for Whisper and local inference
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
candle-core = { version = "0.9", default-features = false, features = ["metal"], optional = true }
|
||||
candle-nn = { version = "0.9", default-features = false, features = ["metal"], optional = true }
|
||||
llama-cpp-2 = { version = "0.1.143", features = ["sampler", "metal", "mtmd"], optional = true }
|
||||
candle-core = { version = "0.10.2", default-features = false, features = ["metal"], optional = true }
|
||||
candle-nn = { version = "0.10.2", default-features = false, features = ["metal"], optional = true }
|
||||
llama-cpp-2 = { version = "0.1.145", features = ["sampler", "metal", "mtmd"], optional = true }
|
||||
keyring = { version = "3.6.2", features = ["apple-native"] }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user