From 2e51370bfad8c8530a2409149204218922ee87fc Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Thu, 15 Feb 2024 17:07:27 +0100 Subject: [PATCH 1/2] update optimum required version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 023ac84b6c..07dab91965 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ INSTALL_REQUIRE = [ "torch>=1.11", - "optimum @ git+https://github.com/huggingface/optimum.git", # TODO : 1.17.0 + "optimum>=1.17.0", "transformers>=4.26.0", "datasets>=1.4.0", "sentencepiece", From 28c4c2ded8b53726f363d9eb33901e8ece8759a9 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Thu, 15 Feb 2024 17:08:43 +0100 Subject: [PATCH 2/2] Update nncf required version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07dab91965..5edb7ee8ae 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "optimum>=1.16.1", ], "openvino-tokenizers": ["openvino-tokenizers[transformers]"], - "nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf.git"], + "nncf": ["nncf>=2.8.1"], "ipex": ["intel-extension-for-pytorch", "onnx"], "diffusers": ["diffusers"], "quality": QUALITY_REQUIRE,