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
b4a253fc
Commit
b4a253fc
authored
May 15, 2025
by
zhuwenwen
Browse files
add perf scripts
parent
26b1805e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
1 deletion
+2
-1
requirements/rocm.txt
requirements/rocm.txt
+1
-0
setup.py
setup.py
+1
-1
vllm/perf/backend_request_func.py
vllm/perf/backend_request_func.py
+0
-0
vllm/perf/benchmark_dataset.py
vllm/perf/benchmark_dataset.py
+0
-0
vllm/perf/benchmark_serving.py
vllm/perf/benchmark_serving.py
+0
-0
vllm/perf/benchmark_throughput.py
vllm/perf/benchmark_throughput.py
+0
-0
vllm/perf/benchmark_utils.py
vllm/perf/benchmark_utils.py
+0
-0
No files found.
requirements/rocm.txt
View file @
b4a253fc
...
@@ -16,6 +16,7 @@ tensorizer>=2.9.0
...
@@ -16,6 +16,7 @@ tensorizer>=2.9.0
runai-model-streamer==0.11.0
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
runai-model-streamer-s3==0.11.0
setuptools_scm>=8
setuptools_scm>=8
cmake==3.29
torch == 2.4.1
torch == 2.4.1
triton == 3.0.0
triton == 3.0.0
...
...
setup.py
View file @
b4a253fc
...
@@ -743,7 +743,7 @@ package_data = {
...
@@ -743,7 +743,7 @@ package_data = {
"py.typed"
,
"py.typed"
,
"model_executor/layers/fused_moe/configs/*.json"
,
"model_executor/layers/fused_moe/configs/*.json"
,
"model_executor/layers/quantization/utils/configs/*.json"
,
"model_executor/layers/quantization/utils/configs/*.json"
,
"
benchmarks
/*.py"
,
"
perf
/*.py"
,
"attention/backends/configs/*.json"
,
"attention/backends/configs/*.json"
,
"model_executor/layers/quantization/configs/awq/*.json"
"model_executor/layers/quantization/configs/awq/*.json"
]
]
...
...
vllm/
benchmarks
/backend_request_func.py
→
vllm/
perf
/backend_request_func.py
View file @
b4a253fc
File moved
vllm/
benchmarks
/benchmark_dataset.py
→
vllm/
perf
/benchmark_dataset.py
View file @
b4a253fc
File moved
vllm/
benchmarks
/benchmark_serving.py
→
vllm/
perf
/benchmark_serving.py
View file @
b4a253fc
File moved
vllm/
benchmarks
/benchmark_throughput.py
→
vllm/
perf
/benchmark_throughput.py
View file @
b4a253fc
File moved
vllm/
benchmarks
/benchmark_utils.py
→
vllm/
perf
/benchmark_utils.py
View file @
b4a253fc
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