mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-04 10:11:47 +08:00
Signed-off-by: yunruis <205571022+yunruis@users.noreply.github.com> Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com> Signed-off-by: Mike Iovine <miovine@nvidia.com> Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com> Signed-off-by: qgai <qgai@nvidia.com> Signed-off-by: Balaram Buddharaju <169953907+brb-nv@users.noreply.github.com> Signed-off-by: Yan Chunwei <328693+Superjomn@users.noreply.github.com> Signed-off-by: Junyi Xu <219237550+JunyiXu-nv@users.noreply.github.com> Signed-off-by: Simeng Liu <simengl@nvidia.com> Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com> Signed-off-by: Jin Li <59594262+liji-nv@users.noreply.github.com> Signed-off-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com> Signed-off-by: Vincent Zhang <vinczhang@nvidia.com> Signed-off-by: peaceh <103117813+peaceh-nv@users.noreply.github.com> Signed-off-by: Michal Guzek <mguzek@nvidia.com> Signed-off-by: Michal Guzek <moraxu@users.noreply.github.com> Signed-off-by: Chang Liu (Enterprise Products) <9713593+chang-l@users.noreply.github.com> Signed-off-by: leslie-fang25 <leslief@nvidia.com> Signed-off-by: Shunkang <182541032+Shunkangz@users.noreply.github.co> Signed-off-by: junq <22017000+QiJune@users.noreply.github.com> Co-authored-by: yunruis <205571022+yunruis@users.noreply.github.com> Co-authored-by: sunnyqgg <159101675+sunnyqgg@users.noreply.github.com> Co-authored-by: brb-nv <169953907+brb-nv@users.noreply.github.com> Co-authored-by: Yan Chunwei <328693+Superjomn@users.noreply.github.com> Co-authored-by: JunyiXu-nv <219237550+JunyiXu-nv@users.noreply.github.com> Co-authored-by: Simeng Liu <109828133+SimengLiu-nv@users.noreply.github.com> Co-authored-by: Guoming Zhang <137257613+nv-guomingz@users.noreply.github.com> Co-authored-by: Jin Li <59594262+liji-nv@users.noreply.github.com> Co-authored-by: Ivy Zhang <25222398+crazydemo@users.noreply.github.com> Co-authored-by: Vincent Zhang <vcheungyi@163.com> Co-authored-by: peaceh-nv <103117813+peaceh-nv@users.noreply.github.com> Co-authored-by: Michal Guzek <moraxu@users.noreply.github.com> Co-authored-by: Chang Liu <9713593+chang-l@users.noreply.github.com> Co-authored-by: Leslie Fang <leslief@nvidia.com> Co-authored-by: Shunkangz <182541032+Shunkangz@users.noreply.github.com> Co-authored-by: Shunkang <182541032+Shunkangz@users.noreply.github.co> Co-authored-by: QI JUN <22017000+QiJune@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _test_disagg_serving_multi_nodes.py | ||
| _test_llm_chat.py | ||
| _test_llm_server.py | ||
| _test_openai_cache_salt.py | ||
| _test_openai_chat_guided_decoding.py | ||
| _test_openai_chat_harmony.py | ||
| _test_openai_chat_multimodal.py | ||
| _test_openai_chat.py | ||
| _test_openai_completions.py | ||
| _test_openai_consistent_chat.py | ||
| _test_openai_lora.py | ||
| _test_openai_metrics.py | ||
| _test_openai_misc.py | ||
| _test_openai_mmencoder.py | ||
| _test_openai_multi_chat.py | ||
| _test_openai_multi_gpu.py | ||
| _test_openai_multi_nodes.py | ||
| _test_openai_perf_metrics.py | ||
| _test_openai_prometheus.py | ||
| _test_openai_reasoning.py | ||
| _test_openai_responses.py | ||
| _test_openai_tool_call.py | ||
| _test_trtllm_serve_benchmark.py | ||
| _test_trtllm_serve_duplicated_args.py | ||
| _test_trtllm_serve_example.py | ||
| _test_trtllm_serve_lora.py | ||
| _test_trtllm_serve_multimodal_benchmark.py | ||
| _test_trtllm_serve_multimodal_example.py | ||
| _test_trtllm_serve_top_logprobs.py | ||
| openai_server.py | ||
| README.md | ||
| test_chat_utils.py | ||
| test_harmony_channel_validation.py | ||
| test_tool_parsers.py | ||
| utils.py | ||
This directory contains the end-to-end tests for trtllm-serve.
These tests are triggered in the test_e2e.py.