ilya Koryakin
ilya Koryakin
/kind bug **What steps did you take and what happened:** Trying install the KServe "Quickstart" environment with curl -s "https://raw.githubusercontent.com/kserve/kserve/release-0.9/hack/quick_install.sh" | bash % Total % Received % Xferd Average Speed...
If you run [this example code,](https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/transformers/rope/__init__.py) there will be a bug. Error: > x_rope = (x_rope * self.cos_cached[:x.shape[0]]) + (neg_half_x * self.sin_cached[:x.shape[0]]) > ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > RuntimeError: The size of tensor...