Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalendobson committed Nov 19, 2024
1 parent 38e4c08 commit 99067a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def distance(self):
class MSTuringANNSPQ(BillionScaleDatasetCompetitionFormat):
def __init__(self, nb_M=1):
self.nb_M = nb_M
self.nb = 10**6 * nb_M
self.nb = 10**6 * nb_M
self.d = 100
self.nq = 10000
self.dtype = "float32"
Expand Down

0 comments on commit 99067a9

Please sign in to comment.