TensorRT-LLMs/tests/llmapi/apps
2025-04-09 09:06:37 +08:00
..
_test_llm_chat.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
_test_llm_server.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
_test_openai_chat.py open source 09df54c0cc99354a60bbc0303e3e8ea33a96bef0 (#2725) 2025-02-11 02:21:51 +00:00
_test_openai_completions.py open source 09df54c0cc99354a60bbc0303e3e8ea33a96bef0 (#2725) 2025-02-11 02:21:51 +00:00
_test_openai_misc.py open source 09df54c0cc99354a60bbc0303e3e8ea33a96bef0 (#2725) 2025-02-11 02:21:51 +00:00
_test_openai_multi_chat.py TensorRT-LLM v0.18.1 release (#3389) 2025-04-09 09:06:37 +08:00
_test_openai_multi_gpu.py open source 09df54c0cc99354a60bbc0303e3e8ea33a96bef0 (#2725) 2025-02-11 02:21:51 +00:00
openai_server.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
README.md TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +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.