Skip to content

Commit

Permalink
update some notebooks requirements (#1647)
Browse files Browse the repository at this point in the history
* update some notebooks requirements

* Update 272-paint-by-example.ipynb
  • Loading branch information
eaidova authored Jan 24, 2024
1 parent 5fa65cf commit 44ba1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/272-paint-by-example/272-paint-by-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"source": [
"%pip install -q \"gradio>=4.10.0\"\n",
"%pip install -q torch torchvision --extra-index-url \"https://download.pytorch.org/whl/cpu\"\n",
"%pip install -q \"diffusers>=-1.14.0\" \"openvino>=2023.2.0\" \"transformers>=4.25.1\" ipywidgets opencv_python"
"%pip install -q \"diffusers>=0.25.0\" \"peft<=0.6.2\" \"openvino>=2023.2.0\" \"transformers>=4.25.1\" ipywidgets opencv_python"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
],
"source": [
"%pip install -q \"transformers>=4.36.0\"\n",
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu -r ./openvino.genai/llm_bench/python/requirements.txt\n",
"%pip uninstall -q -y openvino openvino-dev openvino-nightly\n",
"%pip install -q openvino-nightly\n",
Expand Down

0 comments on commit 44ba1ea

Please sign in to comment.