[package] name = "rtx-jepa-cli" version = "1.0.0" edition.workspace = true rust-version = "1.92" authors = ["RustyTorch Team"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustytorch/rustytorch" description = "CLI driver for JEPA (I-JEPA/V-JEPA) training, benchmarking, and cluster planning" keywords = ["jepa", "training", "cli", "ssl", "gpu"] categories = ["command-line-utilities", "science"] [dependencies] rtx-transformers = { workspace = true } clap = { workspace = true } anyhow = { workspace = true } [dev-dependencies] tempfile = { workspace = true } [features] cuda = ["rtx-transformers/cuda"] [[bin]] name = "rtx-jepa" path = "src/main.rs" [lints] workspace = true