Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
5b62725e
Commit
5b62725e
authored
Sep 20, 2024
by
zhuwenwen
Browse files
add benchmarks to vllm whl
parent
77a13b1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
vllm/benchmarks/benchmark_throughput.py
vllm/benchmarks/benchmark_throughput.py
+0
-0
No files found.
setup.py
View file @
5b62725e
...
...
@@ -539,7 +539,7 @@ if _build_custom_ops():
ext_modules
.
append
(
CMakeExtension
(
name
=
"vllm._C"
))
package_data
=
{
"vllm"
:
[
"py.typed"
,
"model_executor/layers/fused_moe/configs/*.json"
]
"vllm"
:
[
"py.typed"
,
"model_executor/layers/fused_moe/configs/*.json"
,
"benchmarks/*.py"
]
}
if
envs
.
VLLM_USE_PRECOMPILED
:
ext_modules
=
[]
...
...
vllm/benchmark_throughput.py
→
vllm/
benchmarks/
benchmark_throughput.py
View file @
5b62725e
File moved
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