Skip to content

Commit a0c6ec8

Browse files
committed
Varying M/EF for intel/laion setup
1 parent f5efe5b commit a0c6ec8

File tree

2 files changed

+1669
-665
lines changed

2 files changed

+1669
-665
lines changed

experiments/configurations/create-intel.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import json
22

3-
ms = [16, 64, 256]
4-
ef_constructs = [16, 512, 1024]
5-
ef_runtimes = [16, 32, 64, 128, 256, 512, 1024, 2048]
3+
ms = [4, 8, 16, 32]
4+
ef_constructs = [4, 8, 16, 32]
5+
ef_runtimes = [4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
66
data_type = "FLOAT16"
77
for algo in ["hnsw"]:
88
configs = []
@@ -24,7 +24,7 @@
2424
"data_type": data_type,
2525
},
2626
}
27-
for client in [100, 200, 400, 800, 1600, 3200]:
27+
for client in [50, 100, 200]:
2828
for ef_runtime in ef_runtimes:
2929
test_config = {
3030
"parallel": client,

0 commit comments

Comments
 (0)