Skip to content

Commit

Permalink
Add pr ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 9, 2024
1 parent e9f728c commit f40a096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/tritonbench/test-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ fi

. "${SETUP_SCRIPT}"

# install deps
pip install psutil tabulate

python -m unittest test.test_gpu.main
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
packaging
pynvml
psutil
tabulate
transformers==4.46.1

0 comments on commit f40a096

Please sign in to comment.