From 510c7dc051baba4435a990da34f1b30de6d156f2 Mon Sep 17 00:00:00 2001 From: "Sidharth N. Babu" Date: Mon, 19 Jan 2026 14:30:37 -0500 Subject: [PATCH] This commit updates the msgpack / sentencepiece submodules There was an issue building mlc-llm from source with newer CMAKE versions (specifically 4.1.2). This is due to removal of compatibility with CMAKE features below 3.5. The underlying repositories had already been bumped by maintainers, so this is a basic bump. For msgpack, I updated to the latest `master-cpp` branch, and for sentencepiece, i bumped to master. I've tested by building mlc-llm from source using this version of tokenizers-cpp, and it worked with no issues. --- msgpack | 2 +- sentencepiece | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msgpack b/msgpack index 8c602e8..092bc69 160000 --- a/msgpack +++ b/msgpack @@ -1 +1 @@ -Subproject commit 8c602e8579c7e7d65d6f9c6703c9699db3fb0488 +Subproject commit 092bc69b6e815980bce7808595c914dd3a29f905 diff --git a/sentencepiece b/sentencepiece index f2219b5..11051e3 160000 --- a/sentencepiece +++ b/sentencepiece @@ -1 +1 @@ -Subproject commit f2219b53e24ff5deee4cacdc2d0ca3074e529a07 +Subproject commit 11051e3b73b3a6222a52acd720e39805dc7545ab