# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "callm" version = "0.2.0" authors = ["MistApproach"] description = "Run Generative AI models directly on your hardware" readme = "README.md" keywords = [ "AI", "LLM", "ML", "GenAI", "candle", ] license = "MIT" repository = "https://github.com/MistApproach/callm" [dependencies.candle-core] version = "0.6" [dependencies.candle-nn] version = "0.6" [dependencies.candle-transformers] version = "0.6" [dependencies.log] version = "0.4" [dependencies.minijinja] version = "2.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokenizers] version = "0.19" [features] cuda = [ "candle-core/cuda", "candle-nn/cuda", "candle-transformers/cuda", ] default = [] metal = [ "candle-core/metal", "candle-nn/metal", "candle-transformers/metal", ]