TensorRT-LLMs/tests/llmapi/apps
Kaiyu Xie 1730a587d8
Update TensorRT-LLM (#2363)
* Update TensorRT-LLM

---------

Co-authored-by: tonylek <137782967+tonylek@users.noreply.github.com>
2024-10-22 20:27:35 +08:00
..
_test_llm_chat.py Update TensorRT-LLM (#2363) 2024-10-22 20:27:35 +08:00
_test_llm_server.py Update TensorRT-LLM (#2363) 2024-10-22 20:27:35 +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 (#2363) 2024-10-22 20:27:35 +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.