Skip to content

Commit

Permalink
install requirements-dev.txt in run-nightly-benchmark.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Jan 3, 2025
1 parent 576fe3c commit 155ba8d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ main() {

pip install -U transformers

pip install -r requirements-dev.txt
echo $(which genai-perf)

# check storage
df -h

Expand Down

0 comments on commit 155ba8d

Please sign in to comment.