Skip to content

Commit 33de04f

Browse files
committed
fix error test
Signed-off-by: Yang Wang <[email protected]>
1 parent 9182682 commit 33de04f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.ci/scripts/benchmark_tooling/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python3 get_benchmark_analysis_data.py \
5858
--models 'meta-llama/Llama-3.2-1B-Instruct-SpinQuant_INT4_EO8' 'mv3'
5959
```
6060

61-
this fetches all the private iphone table data that has model `llama-3.2-1B` and `mv3`, and associated public iphone data
61+
this fetches all the private iphone table data that has model `llama-3.2-1B` and `mv3`, and associated public iphone
6262
```bash
6363
python3 get_benchmark_analysis_data.py \
6464
--startTime "2025-06-01T00:00:00" \
@@ -122,18 +122,6 @@ dict_results = fetcher.to_dict()
122122
results = fetcher.output_data(output_type="excel", output_dir="./results")
123123
```
124124

125-
### analyze_benchmark_stability.py
126-
127-
This script analyzes the stability of benchmark data, comparing the results of private and public devices.
128-
129-
#### Quick Start
130-
131-
```bash
132-
python .ci/scripts/benchmark_tooling/analyze_benchmark_stability.py \
133-
"Benchmark Dataset with Private AWS Devices.xlsx" \
134-
--reference_file "Benchmark Dataset with Public AWS Devices.xlsx"
135-
```
136-
137125
## Running Unit Tests
138126

139127
The benchmark tooling includes unit tests to ensure functionality.

0 commit comments

Comments
 (0)