Skip to content

Conversation

kaiyux
Copy link
Member

@kaiyux kaiyux commented Jan 9, 2024

  • Model Support
    • Add example for multimodal models (BLIP with OPT or T5, LlaVA)
  • Features
    • Smooth Quantization support for ChatGLM2-6B / ChatGLM3-6B / ChatGLM2-6B-32K
    • Out-of-the-box support for the QWEN model
    • Support for returning context and/or generation logits in the Triton backend
  • API
    • Add a set of High-level APIs for end-to-end generation tasks, the features are as below
      • ModelConfig() as a clean configuration interface for LLM tasks
      • LLM() for LLM pipelines, it will trigger the necessary engine building or model quantization silently in the background
      • generate() API for batched offline inference, both single-GPU and multi-GPU supported
      • generate_async() API for asynchronous offline inference on a single GPU, streaming mode is supported
  • Bug fixes
  • Performance
    • Performance optimization of beam search kernel
    • Increase default freeGpuMemoryFraction parameter from 0.85 to 0.9 for higher throughput
  • Documentation
    • Add documentation for best practices for tuning the performance of TensorRT-LLM (See docs/source/perf_best_practices.md)
    • Add documentation for Falcon AWQ support (See examples/falcon/README.md)

@kaiyux kaiyux marked this pull request as draft January 9, 2024 12:09
@Shixiaowei02 Shixiaowei02 marked this pull request as ready for review January 9, 2024 13:00
@kaiyux kaiyux merged commit d879430 into main Jan 9, 2024
@kaiyux kaiyux deleted the kaiyu/update branch January 9, 2024 13:03
wu1du2 pushed a commit to wu1du2/TensorRT-LLM that referenced this pull request May 11, 2025
* Update TensorRT-LLM

---------

Co-authored-by: Shixiaowei02 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants