donjuanplatinum 1 год назад
Родитель
Сommit
dbcbef6fd7
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      candle_demo/Cargo.toml

+ 3 - 0
candle_demo/Cargo.toml

@@ -26,6 +26,9 @@ candle-examples = "0.6.0"
 candle-nn = "0.6.0"
 safetensors = "0.4.3"
 #safetensors = {path ="../safetensors/safetensors"}
+[build-dependencies]
+bindgen_cuda = { version = "0.1.1", optional = true }
+
 
 [features]
 default = []