From e4d1fb08a6cfd3c03ecb8b0d0d1fe5a0af692caa Mon Sep 17 00:00:00 2001 From: Yingge He Date: Tue, 9 Jun 2026 21:17:13 -0700 Subject: [PATCH] test: Remove pip3 install `tritonclient[all]` --- qa/L0_infer/install_and_test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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