Implemented a temporary patch for recently broken MiniMax-M2 (in builds after 12/10) for some quants.

This commit is contained in:
eugr
2025-12-11 11:13:05 -08:00
parent 9d351cd6d5
commit 5fba205db4
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ The Dockerfile builds from the main branch of VLLM, so depending on when you run
## CHANGELOG
### 2025-12-11
Applied a patch to fix broken MiniMax-M2 in some quants after [this commit](https://github.com/vllm-project/vllm/commit/d017bceb08eaac7bae2c499124ece737fb4fb22b) until [this PR](https://github.com/vllm-project/vllm/pull/30389) is approved.
See [this issue](https://github.com/vllm-project/vllm/issues/30445) for details.
### 2025-12-05
Added `build-and-copy.sh` for convenience.