Skip to content

Commit d8ea587

Browse files
committed
cpu_pytorch
1 parent 0994054 commit d8ea587

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/benchmark_cpu_onnxruntime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
--workdir /workspace
6565
run: |
6666
pip install .[onnxruntime]
67-
llm-perf --hardware cpu --backend onnxruntime
67+
llm-perf run-benchmark --hardware cpu --backend onnxruntime
6868
6969

.github/workflows/benchmark_cpu_openvino.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
--workdir /workspace
6565
run: |
6666
pip install .[openvino]
67-
llm-perf --hardware cpu --backend openvino
67+
llm-perf run-benchmark --hardware cpu --backend openvino

.github/workflows/benchmark_cpu_pytorch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
--workdir /workspace
6565
run: |
6666
pip install .
67-
llm-perf --hardware cpu --backend pytorch
67+
llm-perf run-benchmark --hardware cpu --backend pytorch

.github/workflows/benchmark_cuda_pytorch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
--workdir /workspace
6868
run: |
6969
pip install .[cuda]
70-
llm-perf --hardware cuda --backend pytorch
70+
llm-perf run-benchmark --hardware cuda --backend pytorch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git clone
99
pip install -e .[openvino]
1010

1111
## How to use the cli
12-
llm-perf --hardware cpu --backend openvino
13-
12+
llm-perf run-benchmark --hardware cpu --backend openvino
13+
llm-perf run-benchmark --hardware cpu --backend pytorch
1414

1515
https://huggingface.co/datasets/optimum-benchmark/llm-perf-leaderboard

0 commit comments

Comments
 (0)