Skip to content

Commit 86c28a0

Browse files
committed
removing job variable in favor of container pre-defined values (#112)
1 parent cd91754 commit 86c28a0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

ci/L0_backend_vllm/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
RET=0
2929
SUBTESTS="accuracy_test request_cancellation enabled_stream vllm_backend metrics_test"
3030

31-
export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
32-
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
33-
3431
python3 -m pip install tritonclient[grpc]
3532

3633
for TEST in ${SUBTESTS}; do

ci/L0_multi_gpu_vllm/multi_lora/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ EXPECTED_NUM_TESTS=2
4141
GENERATE_ENDPOINT="localhost:8000/v2/models/vllm_llama_multi_lora/generate"
4242
CHECK_FOR_ERROR=true
4343

44-
export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
45-
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
46-
4744
make_api_call() {
4845
local endpoint="$1"
4946
local data="$2"

ci/L0_multi_gpu_vllm/vllm_backend/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ CLIENT_PY="./vllm_multi_gpu_test.py"
3636
SAMPLE_MODELS_REPO="../../../samples/model_repository"
3737
EXPECTED_NUM_TESTS=1
3838

39-
export C_INCLUDE_PATH=/usr/local/cuda/include:$C_INCLUDE_PATH
40-
export TRITON_PTXAS_PATH=/usr/local/cuda/bin/ptxas
41-
4239
### Helpers
4340
function validate_file_contains() {
4441
local KEY="${1}"

0 commit comments

Comments
 (0)