Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Faiss
Commits
38a3ad54
Commit
38a3ad54
authored
Oct 20, 2022
by
hc
Browse files
add the python_callbacks.so to whl
parent
5d0dbdb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
faiss/python/setup.py
faiss/python/setup.py
+1
-0
No files found.
faiss/python/setup.py
View file @
38a3ad54
...
...
@@ -15,6 +15,7 @@ os.mkdir("faiss")
shutil
.
copytree
(
"contrib"
,
"faiss/contrib"
)
shutil
.
copyfile
(
"__init__.py"
,
"faiss/__init__.py"
)
shutil
.
copyfile
(
"loader.py"
,
"faiss/loader.py"
)
shutil
.
copyfile
(
"libfaiss_python_callbacks.so"
,
"faiss/libfaiss_python_callbacks.so"
)
ext
=
".pyd"
if
platform
.
system
()
==
'Windows'
else
".so"
prefix
=
"Release/"
*
(
platform
.
system
()
==
'Windows'
)
...
...
zhanggezhong
@zhanggezhong
mentioned in commit
222b608c
·
Nov 21, 2024
mentioned in commit
222b608c
mentioned in commit 222b608cd3d8e5a6e49e3133a2591fc8911999fc
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment