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
541f7062
"git@developer.sourcefind.cn:chenpangpang/diffusers.git" did not exist on "4bf675f4652759b42280103cb84ab0101cf23382"
Commit
541f7062
authored
Aug 26, 2024
by
zhanggzh
Browse files
Update setup.py
parent
27d39be9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
faiss/python/setup.py
faiss/python/setup.py
+1
-1
No files found.
faiss/python/setup.py
View file @
541f7062
...
@@ -16,7 +16,7 @@ shutil.copytree("contrib", "faiss/contrib")
...
@@ -16,7 +16,7 @@ shutil.copytree("contrib", "faiss/contrib")
shutil
.
copyfile
(
"__init__.py"
,
"faiss/__init__.py"
)
shutil
.
copyfile
(
"__init__.py"
,
"faiss/__init__.py"
)
shutil
.
copyfile
(
"loader.py"
,
"faiss/loader.py"
)
shutil
.
copyfile
(
"loader.py"
,
"faiss/loader.py"
)
shutil
.
copyfile
(
"libfaiss_python_callbacks.so"
,
"faiss/libfaiss_python_callbacks.so"
)
shutil
.
copyfile
(
"libfaiss_python_callbacks.so"
,
"faiss/libfaiss_python_callbacks.so"
)
shutil
.
copyfile
(
"libfaiss.so"
,
"faiss/libfaiss.so"
)
shutil
.
copyfile
(
"
../
libfaiss.so"
,
"faiss/libfaiss.so"
)
ext
=
".pyd"
if
platform
.
system
()
==
'Windows'
else
".so"
ext
=
".pyd"
if
platform
.
system
()
==
'Windows'
else
".so"
prefix
=
"Release/"
*
(
platform
.
system
()
==
'Windows'
)
prefix
=
"Release/"
*
(
platform
.
system
()
==
'Windows'
)
...
...
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