Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for PA binary within tritonclient pip wheel #3028

Merged
merged 2 commits into from
Jun 22, 2021
Merged

Conversation

tanmayv25
Copy link
Contributor

Check for cases like: triton-inference-server/client#18.

EXECUTABLES="perf_analyzer perf_client"
for l in $EXECUTABLES; do
if [ $(which -a $l | grep "/usr/local/bin/$l" | wc -l) -ne 1 ]; then
which -a $l
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this line need?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of failure we will print all the locations of executables in the system path. This might help us in understanding what is wrong right away.

qa/L0_sdk/test.sh Outdated Show resolved Hide resolved
@tanmayv25 tanmayv25 requested a review from CoderHam June 22, 2021 09:52
@tanmayv25 tanmayv25 merged commit a581016 into main Jun 22, 2021
@Tabrizian Tabrizian deleted the tanmayv-whl branch June 22, 2021 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants