Skip to content

Commit

Permalink
Only keep a few baselines.
Browse files Browse the repository at this point in the history
  • Loading branch information
maumueller committed Oct 26, 2023
1 parent 43b8d71 commit 68bccea
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/neurips21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,54 +9,54 @@ jobs:
strategy:
matrix:
include:
- algorithm: faiss-ivf
library: faissconda
dataset: random-xs
# - algorithm: faiss-ivf
# library: faissconda
# dataset: random-xs
- algorithm: faiss-t1
dataset: random-xs
library: faissconda
- algorithm: puck-t1
dataset: random-xs
library: puck
- algorithm: faiss-t1
dataset: random-range-xs
library: faissconda
- algorithm: diskann-t2
dataset: random-xs
library: diskann
- algorithm: diskann-t2
dataset: random-range-xs
library: diskann
# - algorithm: puck-t1
# dataset: random-xs
# library: puck
# - algorithm: faiss-t1
# dataset: random-range-xs
# library: faissconda
# - algorithm: diskann-t2
# dataset: random-xs
# library: diskann
# - algorithm: diskann-t2
# dataset: random-range-xs
# library: diskann
- algorithm: bbann
dataset: random-xs
library: bbann
- algorithm: bbann
dataset: random-range-xs
library: bbann
- algorithm: httpann_example
dataset: random-xs
library: httpann_example
- algorithm: httpann_example
dataset: random-range-xs
library: httpann_example
- algorithm : kst_ann_t1
dataset: random-xs
library: kst_ann_t1
- algorithm: buddy-t1
dataset: random-xs
library: faissconda
- algorithm: buddy-t1
dataset: random-range-xs
library: faissconda
- algorithm: kota-t2
dataset: random-xs
library: kota
- algorithm: kota-t2
dataset: random-range-xs
library: kota
- algorithm: team11
dataset: random-xs
library: faissconda
# - algorithm: httpann_example
# dataset: random-xs
# library: httpann_example
# - algorithm: httpann_example
# dataset: random-range-xs
# library: httpann_example
# - algorithm : kst_ann_t1
# dataset: random-xs
# library: kst_ann_t1
# - algorithm: buddy-t1
# dataset: random-xs
# library: faissconda
# - algorithm: buddy-t1
# dataset: random-range-xs
# library: faissconda
# - algorithm: kota-t2
# dataset: random-xs
# library: kota
# - algorithm: kota-t2
# dataset: random-range-xs
# library: kota
# - algorithm: team11
# dataset: random-xs
# library: faissconda
fail-fast: false

steps:
Expand Down

0 comments on commit 68bccea

Please sign in to comment.