Skip to content

Commit 7cfdd06

Browse files
committed
add sentencepiece
1 parent f519e4d commit 7cfdd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/flex.2-image-generation/flex.2-image-generation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"source": [
5757
"import platform\n",
5858
"\n",
59-
"%pip install -q \"transformers>=4.51\" \"diffusers>=0.33.0\" \"gradio>=5.30\" \"torch>=2.2\" \"torchvision\" \"pillow\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
59+
"%pip install -q \"transformers>=4.51\" \"diffusers>=0.33.0\" \"gradio>=5.30\" \"torch>=2.2\" \"torchvision\" \"pillow\" \"sentencepiece\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6060
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6161
"%pip install -q --pre -U \"openvino>=2025.1.0\" \"nncf>=2.16.0\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
6262
"\n",

0 commit comments

Comments
 (0)