billishyahao
billishyahao
The patch including four parts: 1. Enable nn.contrib_dense_pack to be partitioned and offloaded by dnnl byoc. 1. Enable alter dense layout function during build relay model by introducing nn.contrib_dense_pack. 2....
[Pandas 1.1.5](https://pypi.org/project/pandas/1.1.5/) is the last version to support Python 3.6, so we are supposed to modify the version of pandas to avoid seeing pip complains. ``` ERROR: Could not find...
When we invoke ``` relay_mod = relay.transform.ToMixedPrecision('bfloat16')(relay_mod) ``` pass, we are supposed to get a well-transformed model which contains different kinds of operators with auto mix precision. However, we have...
This minor patch is to fix typo in moe introduction document.
# What does this PR do? This patch aims to enable gemma2 both training and inferencing on gaudi device. Also static shape support is enabled as well. The performance results...