# 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 = "wgml" version = "0.1.0" authors = ["Sébastien Crozet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform GPU LLM inference." homepage = "https://wgmath.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dimforge/wgmath" [lib] name = "wgml" path = "src/lib.rs" [[example]] name = "gpt2" path = "examples/gpt2.rs" [[example]] name = "llama2" path = "examples/llama2.rs" [dependencies.anyhow] version = "1" [dependencies.async-channel] version = "2" [dependencies.bytemuck] version = "1" features = [ "derive", "extern_crate_std", ] [dependencies.byteorder] version = "1" [dependencies.naga_oil] version = "0.15" [dependencies.nalgebra] version = "0.33.1" features = ["convert-bytemuck"] [dependencies.ordered-float] version = "4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10.5" [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1" [dependencies.wgcore] version = "0.1" [dependencies.wgebra] version = "0.1" [dependencies.wgpu] version = "22.1" features = ["naga-ir"] [dev-dependencies.approx] version = "0.5" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.clap] version = "4.5.8" features = ["derive"] [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.memmap2] version = "0.9.4" [dev-dependencies.nalgebra] version = "0.33" features = ["rand"] [dev-dependencies.num-derive] version = "0.4" [dev-dependencies.serial_test] version = "3"