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

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Update TensorRT-LLM #2436

merged 2 commits into from
Nov 12, 2024

Conversation

kaiyux
Copy link
Member

@kaiyux kaiyux commented Nov 12, 2024

  • Model Support
    • Added support for Minitron, see examples/nemotron.
    • Added a GPT Variant - Granite(20B and 34B), see “GPT Variant - Granite” section in examples/gpt/README.md.
    • Added support for LLaVA-OneVision model, see “LLaVA, LLaVa-NeXT, LLaVA-OneVision and VILA” section in examples/multimodal/README.md.
  • Features
    • Added a trtllm-serve command to launch a FastAPI based server.
    • Added support for prompt-lookup speculative decoding, see examples/prompt_lookup/README.md.
    • Added FP8 support for Nemotron NAS 51B. See examples/nemotron_nas/README.md.
    • Integrated the QServe w4a8 per-group/per-channel quantization, see “w4aINT8 quantization (QServe)” section in examples/llama/README.md.
    • Added a C++ example for fast logits using the executor API, see “executorExampleFastLogits” section in examples/cpp/executor/README.md.
  • API
    • [BREAKING CHANGE] auto is used as the default value for --dtype option in quantize and checkpoints conversion scripts.
    • [BREAKING CHANGE] Deprecated gptManager API path in gptManagerBenchmark.
  • Bug fixes
  • Infrastructure Changes
    • The base Docker image for TensorRT-LLM is updated to nvcr.io/nvidia/pytorch:24.10-py3.
    • The base Docker image for TensorRT-LLM Backend is updated to nvcr.io/nvidia/tritonserver:24.10-py3.
    • The dependent TensorRT version is updated to 10.6.
    • The dependent CUDA version is updated to 12.6.2.
    • The dependent PyTorch version is updated to 2.5.1.

@kaiyux kaiyux merged commit c629546 into main Nov 12, 2024
@kaiyux kaiyux deleted the preview/main branch November 12, 2024 07:27
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