Skip to content

Commit

Permalink
update min transformers version in tiny-sd (#2597)
Browse files Browse the repository at this point in the history
CVS-159043
  • Loading branch information
eaidova authored Dec 16, 2024
1 parent 9ee9647 commit 02bae66
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \"torch>=2.1\" torchvision \"openvino>=2023.3.0\" \"opencv-python\" \"pillow\" \"diffusers>=0.18.0\" \"transformers>=4.30.2\" \"gradio>=4.19\""
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \"torch>=2.1\" torchvision \"openvino>=2023.3.0\" \"opencv-python\" \"pillow\" \"diffusers>=0.18.0\" \"transformers>=4.45\" \"gradio>=4.19\""
]
},
{
Expand Down Expand Up @@ -866,6 +866,7 @@
"attachments": {},
"cell_type": "markdown",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -1339,7 +1340,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.4"
},
"openvino_notebooks": {
"imageUrl": "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/tiny-sd-image-generation/tiny-sd-image-generation.png?raw=true",
Expand Down

0 comments on commit 02bae66

Please sign in to comment.