Revert swigfaiss import for python 3 compatibility. (#868)
parent
3896b12c65
commit
d224d11c9d
|
@ -15,7 +15,7 @@ import pdb
|
|||
|
||||
|
||||
# we import * so that the symbol X can be accessed as faiss.X
|
||||
from swigfaiss import *
|
||||
from .swigfaiss import *
|
||||
|
||||
__version__ = "%d.%d.%d" % (FAISS_VERSION_MAJOR,
|
||||
FAISS_VERSION_MINOR,
|
||||
|
|
Loading…
Reference in New Issue