Skip to content

Commit 8bbbe5b

Browse files
authored
Use TensorRT-LLM fork in Triton Inference Server development (#8593)
1 parent 26e9b1e commit 8bbbe5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qa/L0_openai/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@ function download_tensorrt_llm_models {
3131
TENSORRTLLM_VERSION="$1"
3232
TENSORRTLLM_DIR="$2"
3333
rm -rf ${TENSORRTLLM_DIR} && mkdir ${TENSORRTLLM_DIR}
34-
git clone --filter=blob:none --no-checkout https://github.com/NVIDIA/TensorRT-LLM.git ${TENSORRTLLM_DIR}
34+
git clone --filter=blob:none --no-checkout https://github.com/triton-inference-server/TensorRT-LLM.git ${TENSORRTLLM_DIR}
3535
pushd ${TENSORRTLLM_DIR}
3636
git sparse-checkout set triton_backend/all_models
3737
git checkout ${TENSORRTLLM_VERSION}

0 commit comments

Comments
 (0)