mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-23 12:12:39 +08:00
* feat: trtllm-serve multimodal support Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> * remove disable argument Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> * remove disable Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> * add and separate tests and move the doc Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> * remove block_resue arg from serve.py Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> --------- Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> Co-authored-by: Haohang Huang <31998628+symphonylyh@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _test_llm_chat.py | ||
| _test_llm_server.py | ||
| _test_openai_chat_multimodal.py | ||
| _test_openai_chat.py | ||
| _test_openai_completions.py | ||
| _test_openai_consistent_chat.py | ||
| _test_openai_metrics.py | ||
| _test_openai_misc.py | ||
| _test_openai_multi_chat.py | ||
| _test_openai_multi_gpu.py | ||
| _test_openai_multi_nodes.py | ||
| _test_trtllm_serve_example.py | ||
| _test_trtllm_serve_multimodal_example.py | ||
| openai_server.py | ||
| README.md | ||
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.