Skip to content

Commit 4be3923

Browse files
committed
install requirements-dev.txt in run-nightly-benchmark.sh
Signed-off-by: Kunshang Ji <[email protected]>
1 parent 748608a commit 4be3923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/nightly-benchmarks/scripts/run-nightly-benchmarks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ main() {
426426

427427
pip install -U transformers
428428

429+
pip install -r requirements-dev.txt
430+
echo $(which genai-perf)
431+
429432
# check storage
430433
df -h
431434

0 commit comments

Comments
 (0)