# 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 = "gpt-model" version = "0.1.0" authors = ["Brandon Sanders"] exclude = ["gpt-2-model"] description = "Pure-Rust inference wrapper for GPT-2 large language models." readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/caer/gpt" [dependencies.anyhow] version = "1.0.48" [dependencies.fancy-regex] version = "0.10.0" [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tract-onnx] version = "0.18.4"