Skip to content

Add bf16 and fp16 bm files to hnsw_indices_all #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/benchmark/benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ if [ -z "$BM_TYPE" ] || [ "$BM_TYPE" = "benchmarks-all" ]; then
echo updated_index_single_fp32
echo spaces_fp32
echo spaces_fp64
echo spaces_bf16
echo spaces_fp16
elif [ "$BM_TYPE" = "benchmarks-default" ]; then
echo basics_single_fp32
echo basics_multi_fp32
echo spaces_fp32
echo spaces_fp64
echo spaces_bf16
echo spaces_fp16
# Basic benchmarks
elif [ "$BM_TYPE" = "bm-basics-fp32-single" ] ; then
echo basics_single_fp32
Expand Down
12 changes: 12 additions & 0 deletions tests/benchmark/data/hnsw_indices/hnsw_indices_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_val

https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M65-efc512-n500k.hnsw_v3
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M65-efc512-n500k-updated.hnsw_v3

https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M64-efc512-bf16.hnsw_v3
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-bf16-test_vectors.raw

https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-M64-efc512-bf16.hnsw_v3
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-bf16-test_vectors.raw

https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M64-efc512-fp16.hnsw_v3
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-fp16-test_vectors.raw

https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-M64-efc512-fp16.hnsw_v3
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-fp16-test_vectors.raw
Loading