Selaa lähdekoodia

Update Cargo.toml

donjuanplatinum 1 vuosi sitten
vanhempi
sitoutus
19b44b7b4c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      candle_demo/Cargo.toml

+ 1 - 1
candle_demo/Cargo.toml

@@ -32,5 +32,5 @@ bindgen_cuda = { version = "0.1.1", optional = true }
 
 
 [features]
 [features]
 default = []
 default = []
-cuda = ["candle/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda"]
+cuda = ["candle-core/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda"]