mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-22 19:52:38 +08:00
* finish Signed-off-by: Ubospica <ubospica@gmail.com> * update Signed-off-by: Ubospica <ubospica@gmail.com> * update Signed-off-by: Ubospica <ubospica@gmail.com> * fix Signed-off-by: Enwei Zhu <21126786+syuoni@users.noreply.github.com> * exc overlap scheduler Signed-off-by: Enwei Zhu <21126786+syuoni@users.noreply.github.com> * add test Signed-off-by: Enwei Zhu <21126786+syuoni@users.noreply.github.com> * fix api ref Signed-off-by: Enwei Zhu <21126786+syuoni@users.noreply.github.com> --------- Signed-off-by: Ubospica <ubospica@gmail.com> Signed-off-by: Enwei Zhu <21126786+syuoni@users.noreply.github.com> Co-authored-by: Enwei Zhu <21126786+syuoni@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.