Skip to content

Commit f224f1f

Browse files
committed
chore(infer-deepseek): remove benchmark configuration from Cargo.toml
Removes the `criterion` benchmarking dependency and the `snapshot_load` benchmark configuration, simplifying the development dependencies for the infer-deepseek crate.
1 parent e4a6716 commit f224f1f

2 files changed

Lines changed: 3 additions & 137 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/infer-deepseek/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ qtensor-bytes = ["deepseek-ocr-dsq-runtime/qtensor-bytes"]
4444

4545
[dev-dependencies]
4646
ndarray = "0.16"
47-
ndarray-npy = "0.9"
48-
criterion = { version = "0.5", features = ["html_reports"] }
49-
50-
[[bench]]
51-
name = "snapshot_load"
52-
harness = false
47+
ndarray-npy = "0.9"

0 commit comments

Comments
 (0)