mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-22 19:52:38 +08:00
* Deduce default max_tokens for trtllm-serve Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com> * Improve executor_config.max_seq_len assignment in TRT workflow Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com> * Enhance error message Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com> * Add deduced max_tokens test Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com> --------- Signed-off-by: Pengyun Lin <81065165+LinPoly@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _test_llm_chat.py | ||
| _test_llm_server.py | ||
| _test_openai_chat_multimodal.py | ||
| _test_openai_chat_structural_tag.py | ||
| _test_openai_chat.py | ||
| _test_openai_completions.py | ||
| _test_openai_consistent_chat.py | ||
| _test_openai_metrics.py | ||
| _test_openai_misc.py | ||
| _test_openai_multi_chat.py | ||
| _test_openai_multi_gpu.py | ||
| _test_openai_multi_nodes.py | ||
| _test_openai_reasoning.py | ||
| _test_trtllm_serve_duplicated_args.py | ||
| _test_trtllm_serve_example.py | ||
| _test_trtllm_serve_multimodal_example.py | ||
| openai_server.py | ||
| README.md | ||
This directory contains the end-to-end tests for the LLM API applications in examples/apps.
These tests are triggered in the test_e2e.py.