From f3a7ad97f59e8cc97649617fd3b8edbd6f8be25e Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 27 Nov 2024 20:53:18 +0000 Subject: [PATCH] add gt urls' --- neurips23/runbooks/gen_expiration_time_runbook.py | 7 +++++-- ...turingpq-1M_expiration_time_replace_delete_runbook.yaml | 3 ++- ...msturingpq-1M_expiration_time_replace_only_runbook.yaml | 1 + .../runbooks/msturingpq-1M_expiration_time_runbook.yaml | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/neurips23/runbooks/gen_expiration_time_runbook.py b/neurips23/runbooks/gen_expiration_time_runbook.py index f9b3be65..2ffd55ed 100644 --- a/neurips23/runbooks/gen_expiration_time_runbook.py +++ b/neurips23/runbooks/gen_expiration_time_runbook.py @@ -101,8 +101,11 @@ def gen_exp_time_runbook(dataset_name, dataset_size, max_t, runbook_filename, ra } t+=1 - if max_points != None & max_points >= max_num_points: - data[dataset_name]["max_pts"]=max_points + if max_points != None: + if max_points >= max_num_points: + data[dataset_name]["max_pts"]=max_points + else: + data[dataset_name]["max_pts"]=max_num_points else: data[dataset_name]["max_pts"]=max_num_points diff --git a/neurips23/runbooks/msturingpq-1M_expiration_time_replace_delete_runbook.yaml b/neurips23/runbooks/msturingpq-1M_expiration_time_replace_delete_runbook.yaml index b55ba4a4..178b2c85 100644 --- a/neurips23/runbooks/msturingpq-1M_expiration_time_replace_delete_runbook.yaml +++ b/neurips23/runbooks/msturingpq-1M_expiration_time_replace_delete_runbook.yaml @@ -1209,4 +1209,5 @@ msturingpq-1M: start: 990000 317: operation: search - max_pts: 270000 + max_pts: 248123 + gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_replace_delete_runbook.yaml diff --git a/neurips23/runbooks/msturingpq-1M_expiration_time_replace_only_runbook.yaml b/neurips23/runbooks/msturingpq-1M_expiration_time_replace_only_runbook.yaml index 01349c42..09af04ac 100644 --- a/neurips23/runbooks/msturingpq-1M_expiration_time_replace_only_runbook.yaml +++ b/neurips23/runbooks/msturingpq-1M_expiration_time_replace_only_runbook.yaml @@ -1092,3 +1092,4 @@ msturing-1M: 282: operation: search max_pts: 696111 + gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_replace_only_runbook.yaml diff --git a/neurips23/runbooks/msturingpq-1M_expiration_time_runbook.yaml b/neurips23/runbooks/msturingpq-1M_expiration_time_runbook.yaml index 6c299678..61db003a 100644 --- a/neurips23/runbooks/msturingpq-1M_expiration_time_runbook.yaml +++ b/neurips23/runbooks/msturingpq-1M_expiration_time_runbook.yaml @@ -843,4 +843,5 @@ msturingpq-1M: start: 790000 261: operation: search - max_pts: 440000 + max_pts: 400000 + gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_runbook.yaml