[package] name = "llm-neox" version = "0.1.1" license = { workspace = true } repository = { workspace = true } description = "An implementation of GPT-NeoX for the `llm` ecosystem." edition = "2021" readme = "../../../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] llm-base = { path = "../../llm-base", version = "0.1.1" } bytemuck = { workspace = true }