TensorRT-LLMs/tests/unittest/llmapi/apps
Kaiyu Xie 2631f21089
Update (#2978)
Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
2025-03-23 16:39:35 +08:00
..
_test_llm_chat.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_llm_server.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_chat.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_completions.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_consistent_chat.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_metrics.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_misc.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_multi_chat.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
_test_openai_multi_gpu.py Update (#2978) 2025-03-23 16:39:35 +08:00
_test_openai_multi_nodes.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
openai_server.py Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
README.md Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00

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.