Bump onnx from 1.12.0 to 1.13.0 - #1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](onnx/onnx@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
4 tasks
nv-guomingz
pushed a commit
that referenced
this pull request
Jan 24, 2025
* Add README * Add unified converter (#1) * init v3 lite feat * fix moe topk method * fix noaux_tc logic * fix deepseek v3 normal rope * refactor * wo conversion ok debugging build * add quantize for attn.dense * add unified converter support * testing unified converter * add convert checkpoint and update docs --------- Co-authored-by: Zeyu Wang <zeyuw@nvidia.com> * update README * add FP8 notes * Update run.py result * Update V3 README * Update usages of FP8 to BF16 instruction * fix model name mapping (#2) * Update HF ckpt BF16 conversion. * fix config of deepseek kv cache * Remove source code * Deepseek V3 FP8 Support --------- Co-authored-by: jershi425 <83951930+jershi425@users.noreply.github.com> Co-authored-by: Zeyu Wang <zeyuw@nvidia.com> Co-authored-by: Hanyue He <hanyueh@nvidia.com> Co-authored-by: root <root@h20-2.cm.cluster>
4 tasks
4 tasks
1 task
zhengd-nv
pushed a commit
to zhengd-nv/TensorRT-LLM
that referenced
this pull request
Nov 21, 2025
…ug fix (NVIDIA#1) Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * feat: ut for mooncake Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: add mooncake backend for cacheTransceiverTest Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: remove link Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * feat: add missing build Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * feat: add missing link Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: transferAgentTest Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: transferAgentTest Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: transferAgentTest Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: transferAgentTest Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: add status->wait Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * feat: add mooncake option for cacheTransceiver Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: rollbakc add status->wait Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * test: add debug msg Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: set batchId to invalid after xfer complete Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: set batchId to invalid after xfer complete Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: set batchId to invalid after xfer complete Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: set batchId to invalid after xfer complete Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * fix: add status->wait Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * refactor: simplify err msg Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> * refactor: isCompleted always return true after batchID freed Signed-off-by: wjueyao <wyao123@terpmail.umd.edu> --------- Signed-off-by: wjueyao <wyao123@terpmail.umd.edu>
nv-lschneider
referenced
this pull request
in nv-lschneider/TensorRT-LLM
Dec 1, 2025
Signed-off-by: Ludwig Schneider <lschneider@nvidia.com>
5 tasks
5 tasks
karljang
added a commit
to karljang/TensorRT-LLM
that referenced
this pull request
Feb 19, 2026
- Revert utils.py docstring changes (NVIDIA#1) - Remove disable_deep_gemm flag, use module-level quant_config=None (NVIDIA#2) - Replace Flux2SwiGLU with shared swiglu from _torch/modules (NVIDIA#3) - Unify Flux2PosEmbed into FluxPosEmbed with parameterized axes_dim (NVIDIA#4) - Replace Flux2FeedForward with shared GatedMLP (NVIDIA#6) - Revert pipeline.py post_load_weights; add create_weights() in FLUX transformer __init__ to match WAN's __post_init__ pattern (NVIDIA#7) - Refactor _get_quant_algo_for_layer to encapsulate hasattr logic (NVIDIA#9) - Remove partial docstrings that just repeat class names (NVIDIA#10) - Simplify bias flags to direct booleans (NVIDIA#11) - Unify apply_rotary_emb: delete FLUX copy, FluxPosEmbed outputs [1,S,1,D] matching WAN format so shared function unchanged (NVIDIA#12) - Remove dynamic=True from maybe_compile (NVIDIA#13) - Add @torch.compiler.disable on FluxPosEmbed.forward - Tighten FLUX.2 PSNR test threshold from 12 to 20 dB Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Kanghwan Jang <861393+karljang@users.noreply.github.com>
1 task
3 tasks
3 tasks
1 task
1 task
chienchunhung
referenced
this pull request
in chienchunhung/TensorRT-LLM
Apr 16, 2026
The ~21s MPI worker spawn overhead (Python imports, CUDA context, NCCL setup) runs concurrently with the server's model download. In S1, the 63.5s download fully hides this cost; in S2/S3, it becomes visible. Key updates: - "Reading the Results Tables": show separate S1/S2 timeline diagrams explaining the concurrency effect - Part 2 table: add "Worker spawn overhead" row (hidden/~21s) - S2>S1 explanation: split into real I/O difference + hidden parallelism - Insight #1: incorporate hidden parallelism finding - Insight #2: decompose ~25s "executor overhead" into ~21s worker spawn + ~4s other; identify two irreducible floors (spawn + warmup) Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
chienchunhung
referenced
this pull request
in chienchunhung/TensorRT-LLM
Apr 16, 2026
The S2>S1 result reflects the specific test environment (fast internal HF mirror at ~2 GB/s, 8 concurrent NFS readers, worst-case cold NFS). Public HF downloads would likely reverse the ordering. Updated both the Part 2 explanation and Analysis insight #1 to frame this as an observation about the benchmark environment rather than a general claim about NFS vs CDN performance. Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
chienchunhung
referenced
this pull request
in chienchunhung/TensorRT-LLM
Apr 16, 2026
…ta flow - S2 (NFS cold) is the realistic production cold-start scenario; S1's faster result is an artifact of a fast internal HF mirror - Added "Weight Loading Data Flow (TP=8)" section explaining the cooperative prefetch → full load → shard pattern and why every rank must load all safetensors files (HF shards by layer groups, TP shards by tensor slicing) - Highlighted the 8x redundant CPU memory inefficiency that MX addresses by streaming only the relevant shard to each rank - Updated Analysis insight #1 and MX+GMS impact projection to reflect production-centric framing Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
chienchunhung
referenced
this pull request
in chienchunhung/TensorRT-LLM
Apr 16, 2026
The download in S1 inherently warms the OS page cache (Linux retains written pages via write-back caching), so workers always hit warm page cache after a download — regardless of tmpfs vs local disk. This explains why S1 prefetch (3.5s) ≈ S3 prefetch (3.4s). S2 is slower because no prior operation warms the cache — workers read directly from cold NFS (65-99s). Rewrote "Why S2 > S1" explanation, Analysis insight #1, Storage Tier Matrix, and Part 1 description to center on this page-cache-warming mechanism. Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
2ez4bz
pushed a commit
to 2ez4bz/TensorRT-LLM
that referenced
this pull request
Apr 16, 2026
Three issues fixed: 1. past_key_value (singular) renamed to past_key_values (plural) for LlamaAttention and GPT2Attention in transformers 5.x. 2. use_cache parameter removed from attention forward calls in transformers 5.x (cache is always updated in-place). 3. rope_theta/rope_scaling config attributes replaced with unified rope_parameters dict (same fix as test_gpt_attention.py). Without fix NVIDIA#1-2, the DynamicCache was never populated because the kwarg was silently ignored, causing an empty tuple from dynamic_cache_to_legacy and an IndexError at line 1026. Signed-off-by: Jonas Li <6110159+longlee0622@users.noreply.github.com>
Collaborator
|
/bot run |
17 similar comments
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
1 task
1 task
Collaborator
|
/bot run |
8 similar comments
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
Collaborator
|
/bot run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps onnx from 1.12.0 to 1.13.0.
Release notes
Sourced from onnx's releases.
... (truncated)
Changelog
Sourced from onnx's changelog.
... (truncated)
Commits
1ba7856Mark final RC (#4696)7adb421misc fixes for issues found in ort integration (#4681) (#4695)a913015Mark release as rc1 (#4674)3fd41d2Bump version (#4666)bad0697Add LpPool-18 - addceil_modeanddilationsattributes (#4534)7a1fae4make primary ops function step 2 (#4512)8fb26edFixed some typos in python.rst (#4668)9955f35Fix typo in python.rst (#4667)cd6e5dbConsider GraphInferenceContext in inference functions: InferenceContext (#4632)466edb7Add Python 3.11 support (#4490)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.