This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3138328207 [Runtime] Support KV cache with RoPE extension factor array
(#17294)
add bf7bbefd36 [Python][Relax] Rotary positional embedding scaling (#17305)
add 99defd25c4 [Relax][PyTorch] Add support for torch.repeat (#17304)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/nn/llm/kv_cache.py | 396 +++++++++++++++++++--
.../relax/frontend/nn/llm/position_embedding.py | 191 +++++++++-
python/tvm/relax/frontend/nn/llm/tree_attn.py | 26 +-
python/tvm/relax/frontend/torch/fx_translator.py | 9 +
tests/python/relax/test_frontend_from_fx.py | 36 ++
...runtime_builtin_paged_attention_kv_cache_tir.py | 19 +-
6 files changed, 624 insertions(+), 53 deletions(-)