Skip to content

Commit

Permalink
fix trt llm pynvml error
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 14, 2024
1 parent b8acfb5 commit 556664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli_tensorrt_llm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
--gpus '"device=0,1"'
--entrypoint /bin/bash
opt-bench-tensorrt-llm:latest
-c "pip install -e .[testing] && pytest -k 'cli and tensorrt_llm' -x"
-c "pip install -e .[testing] && pip install pynvml && pytest -k 'cli and tensorrt_llm' -x"

0 comments on commit 556664d

Please sign in to comment.