diff --git a/crates/bpe/benchmarks/Cargo.toml b/crates/bpe/benchmarks/Cargo.toml index 854ab1e..e6a4b64 100644 --- a/crates/bpe/benchmarks/Cargo.toml +++ b/crates/bpe/benchmarks/Cargo.toml @@ -20,7 +20,6 @@ test = true [dependencies] bpe = { path = "../../bpe" } bpe-openai = { path = "../../bpe-openai" } -bpe-tests = { path = "../tests" } criterion = "0.5" rand = "0.8" tiktoken-rs = "0.6"