TensorRT-LLMs/tests/llmapi/apps
石晓伟 8f91cff22e
TensorRT-LLM Release 0.15.0 (#2529)
Co-authored-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
2024-12-04 13:44:56 +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 TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
_test_openai_completions.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
_test_openai_misc.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08:00
_test_openai_multi_gpu.py TensorRT-LLM Release 0.15.0 (#2529) 2024-12-04 13:44:56 +08: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.