TensorRT-LLMs/tests/llmapi/apps
Dan Blanaru 16d2467ea8 Update TensorRT-LLM (#2755)
* Update TensorRT-LLM

---------

Co-authored-by: Denis Kayshev <topenkoff@gmail.com>
Co-authored-by: akhoroshev <arthoroshev@gmail.com>
Co-authored-by: Patrick Reiter Horn <patrick.horn@gmail.com>

Update
2025-02-11 03:01:00 +00: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 (#2755) 2025-02-11 03:01:00 +00:00
_test_openai_completions.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_test_openai_misc.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_test_openai_multi_chat.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
_test_openai_multi_gpu.py Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
openai_server.py Update TensorRT-LLM (#2532) 2024-12-04 21:16:56 +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.