Skip to content

Commit d563bb6

Browse files
committed
Retune task2 max_dist for more headroom and denser points near recall 0.8
1 parent 077d9b5 commit d563bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

submission/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
# 128-dim Llama-3 attention (unnormalized inner product) — submission candidates.
9191
"llama-dev": [
9292
dict(mode="mode5", k_graph=32, k_ext=64, eps_ext=0.001, build_threads=1, use_flas=True,
93-
num_runs=10, max_dist=[5000, 6000, 7000, 8000], eps_search=[0.18]),
93+
num_runs=10, max_dist=[6000, 6500, 7000, 7500, 8000, 9000], eps_search=[0.18]),
9494
dict(mode="mode7", k_graph=32, k_ext=64, eps_ext=0.001, build_threads=1, use_flas=True,
95-
num_runs=10, max_dist=[5000, 5500, 6000, 6200, 6300, 6500, 7000], eps_search=[0.007]),
95+
num_runs=10, max_dist=[5500, 6000, 6250, 6500, 6750, 7000, 8000], eps_search=[0.007]),
9696
],
9797
# spot-check (14k vectors); smoke test only
9898
"llama-small": [

0 commit comments

Comments
 (0)