Skip to content

Commit 040b982

Browse files
[0.8] Add bf16 and fp16 bm files to hnsw_indices_all (#467)
* Add bf16 and fp16 bm files to hnsw_indices_all (cherry picked from commit 0513983) * add also bf16/fp16 spaces bm to all (cherry picked from commit 2471962) --------- Co-authored-by: meiravgri <[email protected]>
1 parent 429104e commit 040b982

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tests/benchmark/benchmarks.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ if [ -z "$BM_TYPE" ] || [ "$BM_TYPE" = "benchmarks-all" ]; then
1111
echo updated_index_single_fp32
1212
echo spaces_fp32
1313
echo spaces_fp64
14+
echo spaces_bf16
15+
echo spaces_fp16
1416
elif [ "$BM_TYPE" = "benchmarks-default" ]; then
1517
echo basics_single_fp32
1618
echo basics_multi_fp32
1719
echo spaces_fp32
1820
echo spaces_fp64
21+
echo spaces_bf16
22+
echo spaces_fp16
1923
# Basic benchmarks
2024
elif [ "$BM_TYPE" = "bm-basics-fp32-single" ] ; then
2125
echo basics_single_fp32

tests/benchmark/data/hnsw_indices/hnsw_indices_all.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_val
1212

1313
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M65-efc512-n500k.hnsw_v3
1414
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M65-efc512-n500k-updated.hnsw_v3
15+
16+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M64-efc512-bf16.hnsw_v3
17+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-bf16-test_vectors.raw
18+
19+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-M64-efc512-bf16.hnsw_v3
20+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-bf16-test_vectors.raw
21+
22+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-M64-efc512-fp16.hnsw_v3
23+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/dbpedia-cosine-dim768-fp16-test_vectors.raw
24+
25+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-M64-efc512-fp16.hnsw_v3
26+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/fashion_images_multi_value-cosine-dim512-fp16-test_vectors.raw

0 commit comments

Comments
 (0)