Skip to content

Commit

Permalink
try different configs
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-simhadri committed Oct 15, 2023
1 parent dabe5ce commit fe8af53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions neurips23/streaming/diskann/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ msturing-30M-clustered:
run-groups:
base:
args: |
[{"R":32, "L":30, "insert_threads":16, "consolidate_threads":16}]
[{"R":32, "L":50, "insert_threads":16, "consolidate_threads":16},
{"R":50, "L":50, "insert_threads":16, "consolidate_threads":16},
{"R":50, "L":70, "insert_threads":16, "consolidate_threads":16}]
query-args: |
[{"Ls":50, "T":16}]
[{"Ls":70, "T":16},
{"Ls":100, "T":16}]

0 comments on commit fe8af53

Please sign in to comment.