Skip to content

Commit

Permalink
Fix import (facebookresearch#2936)
Browse files Browse the repository at this point in the history
Summary:
Previous import does not exist.

Pull Request resolved: facebookresearch#2936

Reviewed By: mlomeli1

Differential Revision: D47221019

Pulled By: mdouze

fbshipit-source-id: 9ceeba229a10dd4b66da3483cc7695b198e1a8d8
  • Loading branch information
sidjha1 authored and Thejas-bhat committed Sep 26, 2023
1 parent 70cd182 commit 2143def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchs/bench_big_batch_ivf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import numpy as np

from faiss.contrib.datasets import SyntheticDataset
from faiss.contrib.ivf_tools import big_batch_search
from faiss.contrib.big_batch_search import big_batch_search

parser = argparse.ArgumentParser()

Expand Down

0 comments on commit 2143def

Please sign in to comment.