Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TensorRT-LLM #846

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Update TensorRT-LLM #846

merged 2 commits into from
Jan 9, 2024

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
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