From 3e352698df366ed7e235811ebf84155041799bae Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Wed, 9 Oct 2024 14:27:05 +0200 Subject: [PATCH] fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61eac1d793..6b3ddc8764 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ INSTALL_REQUIRE = [ "torch>=1.11", "transformers>=4.36,<4.46", - "optimum@git+https://github.com/huggingface/optimum.git@update-diffusers-mixins", + "optimum@git+https://github.com/huggingface/optimum.git", "datasets>=1.4.0", "sentencepiece", "setuptools",