# 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 = "pllm" version = "0.4.1" authors = ["yybit "] include = [ "src/*.rs", "examples/*.rs", "Cargo.toml", ] description = "Portable LLM" homepage = "https://github.com/yybit/pllm" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/yybit/pllm" [[example]] name = "dot" [[example]] name = "llama2c" [[example]] name = "gemma" [dependencies.byteorder] version = "1.5.0" [dependencies.half] version = "2.4.0" [dependencies.num-traits] version = "0.2.18" [dependencies.num_enum] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.9.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies]