TensorRT-LLMs/tests/hlapi/apps
2024-08-29 17:25:07 +08:00
..
_test_llm_chat.py TensorRT-LLM v0.11 Update (#1969) 2024-07-17 20:45:02 +08:00
_test_llm_server.py TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
_test_openai_chat.py TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
_test_openai_completions.py TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
_test_openai_misc.py TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
openai_server.py TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
README.md TensorRT-LLM v0.11 Update (#1969) 2024-07-17 20:45:02 +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.