# 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 = "codegeex4-candle" version = "0.1.0" authors = ["Donjuan Platinum "] description = "Codegeex4" readme = "README.md" license = "GPL-2.0-only" [dependencies.candle-core] version = "0.6.0" [dependencies.candle-examples] version = "0.6.0" [dependencies.candle-nn] version = "0.6.0" [dependencies.candle-transformers] version = "0.6.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.hf-hub] version = "0.3.2" [dependencies.safetensors] version = "0.4.3" [dependencies.serde_json] version = "1.0.120" [dependencies.tokenizers] version = "0.19.1" [build-dependencies.bindgen_cuda] version = "0.1.1" optional = true [features] cuda = [ "candle-core/cuda", "candle-nn/cuda", "candle-transformers/cuda", "dep:bindgen_cuda", ] default = []