From cb8d75c4e0b8cc72fa685eca3fe6be1bc3099875 Mon Sep 17 00:00:00 2001 From: gitlawr Date: Wed, 2 Apr 2025 18:59:18 +0800 Subject: [PATCH] chore: update box --- gpustack/worker/tools_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpustack/worker/tools_manager.py b/gpustack/worker/tools_manager.py index d2c8650..4f2fc72 100644 --- a/gpustack/worker/tools_manager.py +++ b/gpustack/worker/tools_manager.py @@ -17,7 +17,7 @@ from gpustack.utils import platform logger = logging.getLogger(__name__) -BUILTIN_LLAMA_BOX_VERSION = "v0.0.128" +BUILTIN_LLAMA_BOX_VERSION = "v0.0.127" BUILTIN_GGUF_PARSER_VERSION = "v0.13.20"