TensorRT-LLMs/tests/llmapi/apps
2024-11-05 16:27:06 +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 (#2389) 2024-10-29 22:24:38 +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 (#2413) 2024-11-05 16:27:06 +08:00
_test_openai_misc.py Update TensorRT-LLM (#2333) 2024-10-15 15:28:40 +08:00
_test_openai_multi_gpu.py Update TensorRT-LLM (#2413) 2024-11-05 16:27:06 +08:00
openai_server.py Update TensorRT-LLM (#2413) 2024-11-05 16:27:06 +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.