TensorRT-LLMs/tests/unittest/llmapi/apps
Linda b394c51c99
[https://nvbugs/5409416][fix] test_openai_multi_chat_example (#7174)
Signed-off-by: Linda-Stadter <57756729+Linda-Stadter@users.noreply.github.com>
2025-08-26 11:33:58 +02:00
..
__init__.py
_test_llm_chat.py
_test_llm_server.py
_test_openai_chat_json.py [https://nvbugs/5375594][fix] fix oom issue on structural_tag test case (#6838) 2025-08-13 10:09:35 -04:00
_test_openai_chat_multimodal.py
_test_openai_chat_structural_tag.py [https://nvbugs/5375594][fix] fix oom issue on structural_tag test case (#6838) 2025-08-13 10:09:35 -04:00
_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_multi_chat.py [https://nvbugs/5409416][fix] test_openai_multi_chat_example (#7174) 2025-08-26 11:33:58 +02:00
_test_openai_multi_gpu.py
_test_openai_multi_nodes.py
_test_openai_reasoning.py
_test_trtllm_serve_benchmark.py
_test_trtllm_serve_duplicated_args.py
_test_trtllm_serve_example.py [None][chore] Enhance trtllm-serve example test (#6604) 2025-08-06 20:30:35 +08:00
_test_trtllm_serve_lora.py
_test_trtllm_serve_multimodal_example.py
openai_server.py
README.md
utils.py

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.