TensorRT-LLMs/tests/unittest/llmapi/apps
xinhe-nv efb763402f
[None][chore] Add failed cases into waives.txt (#7841)
Signed-off-by: xinhe-nv <200704525+xinhe-nv@users.noreply.github.com>
Signed-off-by: Xin He (SW-GPU) <200704525+xinhe-nv@users.noreply.github.com>
2025-09-19 17:59:47 +08:00
..
__init__.py
_test_llm_chat.py
_test_llm_server.py
_test_openai_cache_salt.py
_test_openai_chat_harmony.py
_test_openai_chat_json.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_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_trtllm_serve_benchmark.py [None][chore] Add failed cases into waives.txt (#7841) 2025-09-19 17:59:47 +08:00
_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
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.