File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments