Update Cargo.toml

This commit is contained in:
donjuanplatinum 2024-07-14 19:10:33 +08:00 committed by GitHub
parent 0d716a791c
commit 9b36e90561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,3 +26,8 @@ candle-examples = "0.6.0"
candle-nn = "0.6.0"
safetensors = "0.4.3"
#safetensors = {path ="../safetensors/safetensors"}
[features]
default = []
cuda = ["candle/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda"]