From bbebaee1907a9e34929a734aa08ac5e1a4c5fadb Mon Sep 17 00:00:00 2001 From: harsha vardhan simhadri Date: Wed, 18 Oct 2023 01:49:25 +0000 Subject: [PATCH] update streaming runtime --- neurips23/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurips23/README.md b/neurips23/README.md index 5a104c41..ee983188 100644 --- a/neurips23/README.md +++ b/neurips23/README.md @@ -46,7 +46,7 @@ The baselines were run on an Azure Standard D8lds v5 (8 vcpus, 16 GiB memory) ma |Sparse | Linear Scan | 101 | `python3 run.py --dataset sparse-full --algorithm linscan --neurips23track sparse` | |Filter | faiss | 3200 | `python3 run.py --dataset yfcc-10M --algorithm faiss --neurips23track filter` | |Streaming| DiskANN | 0.924 (recall@10), 23 mins | `python3 run.py --dataset msturing-10M-clustered --algorithm diskann --neurips23track streaming --runbook_path neurips23/streaming/delete_runbook.yaml` | -|Streaming| DiskANN | 0.883 (recall@10), 1hour | `python3 run.py --dataset msturing-30M-clustered --algorithm diskann --neurips23track streaming --runbook_path neurips23/streaming/final_runbook.yaml` | +|Streaming| DiskANN | 0.883 (recall@10), 45 mins | `python3 run.py --dataset msturing-30M-clustered --algorithm diskann --neurips23track streaming --runbook_path neurips23/streaming/final_runbook.yaml` | |OOD | DiskANN | 4882 | `python3 run.py --dataset text2image-10M --algorithm diskann --neurips23track ood` |