# 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 = "llm-llama" version = "0.1.1" description = "An implementation of LLaMA (Large Language Model Meta AI) for the `llm` ecosystem." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rustformers/llm" [dependencies.bytemuck] version = "1.13.1" [dependencies.llm-base] version = "0.1.1" [dependencies.protobuf] version = "= 2.14.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rust_tokenizers] version = "3.1.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [features] convert = [ "dep:serde", "dep:serde_json", "dep:protobuf", "dep:rust_tokenizers", ]