diff --git a/qa/L0_infer/install_and_test.sh b/qa/L0_infer/install_and_test.sh index c2cf047093..71d8ad5a2e 100755 --- a/qa/L0_infer/install_and_test.sh +++ b/qa/L0_infer/install_and_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -45,8 +45,5 @@ else curl fi -# install client libraries -pip3 install tritonclient[all] - # Run the actual test bash -x test.sh