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

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Update TensorRT-LLM #1891

merged 1 commit into from
Jul 4, 2024

Conversation

kaiyux
Copy link
Member

@kaiyux kaiyux commented Jul 4, 2024

  • Features
    • Support the pipeline parallelism cases when the number of layers cannot be divided by PP size.
    • Add LoRA support to Qwen2, see “Run models with LoRA” section in examples/qwen/README.md.
    • Add support for Phi-3-mini/small FP8 base + FP16/BF16 LoRA, see “Run Phi-3 with LoRA” section in examples/phi/README.md.
    • Add support for starcoder-v2 FP8 base + FP16/BF16 LoRA, see “Run StarCoder2 with LoRA” section in examples/gpt/README.md.
    • Add numQueuedRequests to the iteration stats log of the executor API.
    • Support FP8 OOTB MoE.
    • Add concurrency argument for gptManagerBenchmark.
  • API
    • [BREAKING CHANGE] Remove attention_qk_half_accumulation knob from trtllm-build command.
    • [BREAKING CHANGE] Add a runtime max_num_tokens knob to the ExecutorConfig and gptManagerBenchmark.
    • [BREAKING CHANGE] The default value of max_seq_len is read from the HuggingFace mode config now.
    • [BREAKING CHANGE] Several refactors to the Python high level API, see examples/high-level-api/README.md.
    • Update the apps examples using the LLM APIs, please refer to the examples/apps/READEME.md for details.
  • Bug fixes
  • Infra
    • The dependent ModelOpt version is updated to v0.13.0.

@kaiyux kaiyux merged commit 9dbc5b3 into main Jul 4, 2024
@kaiyux kaiyux deleted the preview/main branch July 4, 2024 06:37
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