Skip to content

Commit

Permalink
fix docker tag for Faiss HNSW
Browse files Browse the repository at this point in the history
Fixed an error that occurred when executing in an environment where the
docker image for faiss_hnsw existed and the docker image for faiss did
not exist.
  • Loading branch information
koron committed Mar 16, 2024
1 parent 708c67f commit 6751b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ann_benchmarks/algorithms/faiss_hnsw/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ float:
- base_args: ['@metric']
constructor: FaissHNSW
disabled: false
docker_tag: ann-benchmarks-faiss
docker_tag: ann-benchmarks-faiss_hnsw
module: ann_benchmarks.algorithms.faiss_hnsw
name: hnsw(faiss)
run_groups:
Expand Down

0 comments on commit 6751b49

Please sign in to comment.