diff --git a/Cargo.lock b/Cargo.lock index ab81a349..f99fdf83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,6 @@ dependencies = [ "memmap2", "num_cpus", "rayon", - "rten", "rten-bench", "rten-simd", "rten-tensor", diff --git a/Cargo.toml b/Cargo.toml index c7a3b0c2..ded4c9ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,6 @@ num_cpus = "1.16.0" [dev-dependencies] libm = "0.2.6" -rten = { path = ".", features = ["mmap", "random"] } rten-bench = { path = "./rten-bench" } serde_json = { workspace = true }