Skip to content

Commit

Permalink
add more 100K runbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and Ubuntu committed Feb 15, 2025
1 parent 2b54f40 commit d0676b6
Show file tree
Hide file tree
Showing 4 changed files with 2,676 additions and 4 deletions.
26 changes: 24 additions & 2 deletions neurips23/runbooks/gen_expiration_time_runbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,29 @@ def gen_exp_time_runbook(dataset_name, dataset_size, max_t, runbook_filename, ra
dataset_name = 'msturingpq-100K'
dataset_size = 100000
max_t = 100
gt_url = None
max_points = 28000
gt_url = "https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturing-100K_expiration_time_runbook.yaml"
max_points = None
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, False, gt_url, True, max_points)

ratios = (0, 4, 18)
timesteps = (0, 50, 5)
seed = 5554
dataset_file = 'msturingpq-100K_expiration_time_replace_delete_runbook.yaml'
dataset_name = 'msturingpq-100K'
dataset_size = 100000
max_t = 100
gt_url = "https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturing-100K_expiration_time_replace_delete_runbook.yaml"
max_points = None
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, True, gt_url, True, max_points)

ratios = (0, 4, 18)
timesteps = (0, 50, 5)
seed = 5554
dataset_file = 'msturingpq-100K_expiration_time_replace_only_runbook.yaml'
dataset_name = 'msturingpq-100K'
dataset_size = 100000
max_t = 100
gt_url = "https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturing-100K_expiration_time_replace_only_runbook.yaml"
max_points = None
gen_exp_time_runbook(dataset_name, dataset_size, max_t, dataset_file, ratios, timesteps, seed, True, gt_url, False, max_points)

Loading

0 comments on commit d0676b6

Please sign in to comment.