Fix hnsw benchmark (#2591)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2591 Reviewed By: mdouze Differential Revision: D42337854 Pulled By: algoriddle fbshipit-source-id: 222885fe0e1562deddd0f37c0dbedd1963c885e5pull/2651/head
parent
b9bf2490a3
commit
60c850e296
|
@ -17,7 +17,7 @@ except ImportError:
|
|||
|
||||
|
||||
k = int(sys.argv[1])
|
||||
todo = sys.argv[1:]
|
||||
todo = sys.argv[2:]
|
||||
|
||||
print("load data")
|
||||
|
||||
|
|
Loading…
Reference in New Issue