From 00afc7859072bdcaba30611c6563f2f7ac7104a3 Mon Sep 17 00:00:00 2001 From: Katarzyna Papis Date: Tue, 6 Aug 2024 19:08:35 +0200 Subject: [PATCH] [Bugfix] add gguf dependency (#7198) Co-authored-by: katarzyna.papis --- requirements-openvino.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-openvino.txt b/requirements-openvino.txt index a86c6cb5..2dd971d6 100644 --- a/requirements-openvino.txt +++ b/requirements-openvino.txt @@ -25,6 +25,7 @@ outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0 typing_extensions filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4 pyzmq +gguf == 0.9.1 # OpenVINO dependencies torch >= 2.1.2