Skip to content

Commit 76b503c

Browse files
committed
8b benchmark
1 parent 89224ce commit 76b503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/candle-bench/benches/radix_mlp_benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn cosine_similarity(v1: &[f32], v2: &[f32]) -> f32 {
258258
/// The main benchmark function.
259259
fn bench_radix_mlp(c: &mut Criterion) {
260260
// 1. Setup backend
261-
let model_root = download_artifacts("Qwen/Qwen3-Embedding-0.6B", None)
261+
let model_root = download_artifacts("Qwen/Qwen3-Embedding-8B", None)
262262
.expect("Failed to download artifacts");
263263
println!("Model downloaded to {:?}", model_root);
264264
let backend = CandleBackend::new(

0 commit comments

Comments
 (0)