From b04cd3d48794950c2b3f5d48a0ef75fedef8931d Mon Sep 17 00:00:00 2001 From: Muqi Li Date: Fri, 24 Oct 2025 17:16:19 +0800 Subject: [PATCH] Add 'gguf' to project dependencies (#12046) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 70c097dc6..972c83e27 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "einops", "fastapi", "flashinfer_python==0.4.1", + "gguf", "hf_transfer", "huggingface_hub", "interegular",