Files
rustytorch/crates/training/rtx-compress/Cargo.toml.backup
T
2026-03-04 00:08:42 +00:00

30 lines
550 B
Plaintext

[package]
name = "rtx-compress"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
rtx-tensor = { path = "../rtx-tensor" }
rtx-runtime = { path = "../rtx-runtime" }
rtx-inference = { path = "../rtx-inference" }
bytemuck = "1.14"
lz4 = "1.24"
zstd = "0.13"
anyhow = "1.0"
thiserror = "1.0"
rayon = "1.8"
rand = "0.8"
ndarray = "0.15"
arrow = "53.0"
[dev-dependencies]
criterion = "0.5"
proptest = "1.4"
[[bench]]
name = "compression_bench"
harness = false