Skip to content

Commit

Permalink
fix dependencies install for contorlnet (#2613)
Browse files Browse the repository at this point in the history
CVS-159848
CVS-159849
CVS-159873
  • Loading branch information
eaidova authored Dec 23, 2024
1 parent 4cb3198 commit 4c25688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" \"--extra-index-url\",\n",
" \"https://download.pytorch.org/whl/cpu\",\n",
")\n",
"pip_install(\"-no-deps\", \"contorlnet-aux>=0.0.6\")\n",
"pip_install(\"--no-deps\", \"contorlnet-aux>=0.0.6\")\n",
"pip_install(\"openvino>=2023.1.0\")"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"\"torch>=2.1\" \\\n",
"\"datasets\" \\\n",
"\"accelerate\" \\\n",
"\"qwen-agent==0.0.7\" \"transformers>=4.38.1\" \"gradio==4.21.0\", \"modelscope-studio>=0.4.0\" \"langchain>=0.2.3\" \"langchain-community>=0.2.4\" \"wikipedia\"\n",
"\"qwen-agent[gui]==0.0.7\" \"transformers>=4.38.1\" \"gradio==4.21.0\", \"modelscope-studio>=0.4.0,<1.0.0\" \"langchain>=0.2.3\" \"langchain-community>=0.2.4\" \"wikipedia\"\n",
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
"\"git+https://github.com/huggingface/optimum-intel.git\" \\\n",
"\"git+https://github.com/openvinotoolkit/nncf.git\"\n",
Expand Down

0 comments on commit 4c25688

Please # to comment.