Skip to content

Commit 946b9d8

Browse files
committed
test
1 parent 9d35227 commit 946b9d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ torchsr==1.0.4
99
transformers==4.47.1
1010
zstd==1.5.5.1
1111
pandas>=2.2.2; python_version >= '3.10'
12-
prettytable>=3.14.0
1312
pytest==7.2.0
1413
pytest-cov==4.1.0
1514
expecttest==0.1.6

extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ phases:
127127
fi
128128
adb -s $DEVICEFARM_DEVICE_UDID shell /data/local/tmp/minibench/xnn_executor_runner --model_path /data/local/tmp/minibench/*.pte --prof_result_path /data/local/tmp/prof_result.bin --num_warmup_iters 10
129129
adb -s $DEVICEFARM_DEVICE_UDID pull /data/local/tmp/prof_result.bin
130+
pip install prettytable
130131
python -m profiler.profiler_results_cli --prof_results_bin prof_result.bin
131132

132133

0 commit comments

Comments
 (0)