Allow building with CUDA as the candle backend (#6914)
This commit is contained in:
@@ -10,6 +10,10 @@ description.workspace = true
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
cuda = ["goose/cuda"]
|
||||
|
||||
[dependencies]
|
||||
goose = { path = "../goose" }
|
||||
goose-mcp = { path = "../goose-mcp" }
|
||||
|
||||
@@ -9,6 +9,7 @@ description.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
cuda = ["candle-core/cuda", "candle-nn/cuda"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user