Skip to content

Commit 6d4e295

Browse files
authored
move smolvlm based notebooks on optimum-intel default (#2845)
1 parent 1bc5c7b commit 6d4e295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/smoldocling/smoldocling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"\n",
7777
"%pip install -q \"torch>=2.1\" \"torchvision\" \"Pillow\" \"gradio>=4.36\" \"opencv-python\" \"docling_core\" \"num2words\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
7878
"%pip install -q -U \"openvino>=2025.0.0\" \"openvino-tokenizers>=2025.0.0\" \"nncf>=2.15.0\"\n",
79-
"%pip install -q \"git+https://github.com/eaidova/optimum-intel.git@ea/smolvlm\" \"transformers>=4.46\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
79+
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" \"transformers>=4.46\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
8080
"\n",
8181
"if platform.system() == \"Darwin\":\n",
8282
" %pip install -q \"numpy<2.0\""

notebooks/smolvlm2/smolvlm2.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"\n",
6363
"%pip install -q \"torch>=2.1\" \"torchvision\" \"Pillow\" \"gradio>=4.36\" \"opencv-python\" \"num2words\" \"pyav\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6464
"%pip install -q -U \"openvino>=2025.0.0\" \"openvino-tokenizers>=2025.0.0\" \"nncf>=2.15.0\"\n",
65-
"%pip install -q \"git+https://github.com/eaidova/optimum-intel.git@ea/smolvlm\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
65+
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6666
"%pip install -q \"transformers>=4.50.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6767
"\n",
6868
"if platform.system() == \"Darwin\":\n",

0 commit comments

Comments
 (0)