|
| 1 | +<!-- |
| 2 | +# Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved. |
| 3 | +# |
| 4 | +# Redistribution and use in source and binary forms, with or without |
| 5 | +# modification, are permitted provided that the following conditions |
| 6 | +# are met: |
| 7 | +# * Redistributions of source code must retain the above copyright |
| 8 | +# notice, this list of conditions and the following disclaimer. |
| 9 | +# * Redistributions in binary form must reproduce the above copyright |
| 10 | +# notice, this list of conditions and the following disclaimer in the |
| 11 | +# documentation and/or other materials provided with the distribution. |
| 12 | +# * Neither the name of NVIDIA CORPORATION nor the names of its |
| 13 | +# contributors may be used to endorse or promote products derived |
| 14 | +# from this software without specific prior written permission. |
| 15 | +# |
| 16 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY |
| 17 | +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 18 | +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 19 | +# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 20 | +# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 21 | +# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 22 | +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 23 | +# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| 24 | +# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 | +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | +--> |
| 28 | + |
1 | 29 | # Deploying Phi-3 Model with Triton and TRT-LLM
|
2 | 30 |
|
3 | 31 | This guide captures the steps to build Phi-3 with TRT-LLM and deploy with Triton Inference Server. It also shows a shows how to use GenAI-Perf to run benchmarks to measure model performance in terms of throughput and latency.
|
@@ -326,7 +354,7 @@ All config files inside /tensorrtllm\_backend/all\_models/inflight\_batcher\_llm
|
326 | 354 | <details>
|
327 | 355 | <summary><b> ensemble/config.pbtxt</b></summary>
|
328 | 356 |
|
329 |
| - # Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 357 | + # Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
330 | 358 | #
|
331 | 359 | # Redistribution and use in source and binary forms, with or without
|
332 | 360 | # modification, are permitted provided that the following conditions
|
@@ -836,7 +864,7 @@ All config files inside /tensorrtllm\_backend/all\_models/inflight\_batcher\_llm
|
836 | 864 | <details>
|
837 | 865 | <summary><b>postprocessing/config.pbtxt</b></summary>
|
838 | 866 |
|
839 |
| - # Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 867 | + # Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
840 | 868 | #
|
841 | 869 | # Redistribution and use in source and binary forms, with or without
|
842 | 870 | # modification, are permitted provided that the following conditions
|
@@ -965,7 +993,7 @@ All config files inside /tensorrtllm\_backend/all\_models/inflight\_batcher\_llm
|
965 | 993 | <details>
|
966 | 994 | <summary><b> preprocessing/config.pbtxt</b> </summary>
|
967 | 995 |
|
968 |
| - # Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 996 | + # Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
969 | 997 | #
|
970 | 998 | # Redistribution and use in source and binary forms, with or without
|
971 | 999 | # modification, are permitted provided that the following conditions
|
@@ -1160,7 +1188,7 @@ All config files inside /tensorrtllm\_backend/all\_models/inflight\_batcher\_llm
|
1160 | 1188 | <summary> <b> tensorrt_llm/config.pbtxt </b></summary>
|
1161 | 1189 |
|
1162 | 1190 |
|
1163 |
| - # Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 1191 | + # Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
1164 | 1192 | #
|
1165 | 1193 | # Redistribution and use in source and binary forms, with or without
|
1166 | 1194 | # modification, are permitted provided that the following conditions
|
|
0 commit comments