Commit b4a253fc authored by zhuwenwen's avatar zhuwenwen
Browse files

add perf scripts

parent 26b1805e
...@@ -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
......
...@@ -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"
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment