Cargo Features
[dependencies]
codetether-agent = { version = "1.0.4", default-features = false, features = ["candle-cuda", "candle-cudnn", "functiongemma"] }
- default = functiongemma
-
The
functiongemmafeature is set by default whenevercodetether-agentis added withoutsomewhere in the dependency tree.default-features = false - candle-cuda candle-cudnn?
-
Enables cuda of candle-core and candle-transformers
- candle-cudnn = candle-cuda
-
Enables cudnn of candle-core and candle-transformers
- functiongemma default
-
Affects
cognition::tool_router…