mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-25 05:02:59 +08:00
* feat: adding multimodal (only image for now) support in trtllm-bench Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * fix: add in load_dataset() calls to maintain the v2.19.2 behavior Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * re-adding prompt_token_ids and using that for prompt_len Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * updating the datasets version in examples as well Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * api changes are not needed Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * moving datasets requirement and removing a missed api change Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * addressing review comments Signed-off-by: Rakib Hasan <rhasan@nvidia.com> * refactoring the quickstart example Signed-off-by: Rakib Hasan <rhasan@nvidia.com> --------- Signed-off-by: Rakib Hasan <rhasan@nvidia.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| __init__.py | ||
| _run_mpi_comm_task.py | ||
| fake.sh | ||
| grid_searcher.py | ||
| run_llm_exit.py | ||
| run_llm_with_postproc.py | ||
| run_llm.py | ||
| test_build_cache.py | ||
| test_executor.py | ||
| test_llm_args.py | ||
| test_llm_download.py | ||
| test_llm_kv_cache_events.py | ||
| test_llm_models.py | ||
| test_llm_multi_gpu.py | ||
| test_llm_perf_evaluator.py | ||
| test_llm_quant.py | ||
| test_llm_utils.py | ||
| test_llm.py | ||
| test_mpi_session.py | ||