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
ModelZoo
jina-embeddings-v3_vllm
Commits
4905ab7a
Commit
4905ab7a
authored
Jul 16, 2025
by
zhangwq5
Browse files
fix
parent
faf0f8ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
infer/infer_vllm.py
infer/infer_vllm.py
+1
-1
No files found.
infer/infer_vllm.py
View file @
4905ab7a
...
@@ -52,7 +52,7 @@ def main(args: Namespace):
...
@@ -52,7 +52,7 @@ def main(args: Namespace):
print
(
"-"
*
60
)
print
(
"-"
*
60
)
script_dir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
script_dir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
output_path
=
os
.
path
.
join
(
script_dir
,
'embeddings_
A800
.npy'
)
output_path
=
os
.
path
.
join
(
script_dir
,
'embeddings_
K100_AI
.npy'
)
np
.
save
(
output_path
,
np
.
array
(
embeddings
))
np
.
save
(
output_path
,
np
.
array
(
embeddings
))
print
(
f
"所有嵌入已保存到:
{
output_path
}
"
)
print
(
f
"所有嵌入已保存到:
{
output_path
}
"
)
...
...
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