TensorRT-LLMs/tests/llmapi/apps
Kaiyu Xie 75057cd036
Update TensorRT-LLM (#2333)
* Update TensorRT-LLM

---------

Co-authored-by: Puneesh Khanna <puneesh.khanna@tii.ae>
Co-authored-by: Ethan Zhang <26497102+ethnzhng@users.noreply.github.com>
2024-10-15 15:28:40 +08:00
..
_test_llm_chat.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
_test_llm_server.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
_test_openai_chat.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
_test_openai_completions.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
_test_openai_misc.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
openai_server.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
README.md Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00

This directory contains the end-to-end tests for the HLAPI applications in examples/apps.

These tests are triggered in the test_e2e.py.