Cargo Features
[dependencies]
kalosm-language = { version = "0.4.0", default-features = false, features = ["metal", "cublas", "mkl", "openai", "anthropic", "remote", "scrape", "bert", "llama"] }
- default = bert, llama
-
These default features are set whenever
kalosm-language
is added without
somewhere in the dependency tree.default-features = false - metal
-
Enables metal of optional kalosm-llama and optional rbert
- cublas
-
Enables cuda and cudnn of optional kalosm-llama and optional rbert
- mkl
-
Enables mkl of optional kalosm-llama and optional rbert
- openai
-
Enables openai of kalosm-language-model
- anthropic
-
Enables anthropic of kalosm-language-model
- remote
-
Enables remote of kalosm-language-model
- scrape
-
Enables dashmap ^5.5.3, headless_chrome, image ^0.24.7, and texting_robots
- bert default
-
Enables rbert
- llama default
-
Enables kalosm-llama
kalosm-language has 10 features without comments.