Skip to content

Commit

Permalink
Update run-performance-benchmarks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Jan 22, 2025
1 parent 68ad4e3 commit 35c3f29
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,12 @@ run_serving_tests() {
done
}

clean_docker() {
docker system prune -af --volumes
}

main() {
clean_docker
check_gpus
check_hf_token

Expand Down

0 comments on commit 35c3f29

Please sign in to comment.