From 89d6f315ec502b1fdc08e6a4f3506b27e6944af1 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Wed, 21 Feb 2024 18:36:53 +0800 Subject: [PATCH] Update NNCF to branch release_v290 Signed-off-by: Peter Chen --- llm_bench/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm_bench/python/requirements.txt b/llm_bench/python/requirements.txt index e4b60f86e..f32b3c152 100644 --- a/llm_bench/python/requirements.txt +++ b/llm_bench/python/requirements.txt @@ -9,7 +9,7 @@ transformers>=4.33 diffusers>=0.22.0 optimum>=1.14.0,<1.17.0 git+https://github.com/huggingface/optimum-intel.git@552de65a9c5f7fa1a2f0ce6859ebdeedaeaabe53 -git+https://github.com/openvinotoolkit/nncf.git +git+https://github.com/openvinotoolkit/nncf.git@release_v290 packaging psutil timm