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 4a558204fd [Hexagon] Add default vtcm capacity for targets (#15414)
add 64ac43a243 [CI] Bump Flax and Jaxlib versions to fix Jaxlib install
error (#15421)
add d1f7ef4986 [XGBoost,MetaSchedule] Support xgb set tree method (#15133)
add 6e33de61af [Frontend][Keras] Add support for swish actiivation (#15422)
add 5b431f5dd0 [Submodule] Add Flash attention v2 (#15423)
No new revisions were added by this update.
Summary of changes:
.gitmodules | 3 +++
3rdparty/libflash_attn | 1 +
LICENSE | 3 ++-
docker/install/ubuntu_install_jax.sh | 10 ++++----
licenses/LICENSE.libflash_attn.txt | 29 +++++++++++++++++++++++
python/setup.py | 6 +++++
python/tvm/meta_schedule/cost_model/cost_model.py | 9 ++++---
python/tvm/meta_schedule/cost_model/xgb_model.py | 14 +++++++++++
python/tvm/meta_schedule/tune.py | 2 +-
python/tvm/relay/frontend/keras.py | 2 ++
tests/python/frontend/keras/test_forward.py | 5 ++--
11 files changed, 72 insertions(+), 12 deletions(-)
create mode 160000 3rdparty/libflash_attn
create mode 100644 licenses/LICENSE.libflash_attn.txt