File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
" \n " ,
77
77
" %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 " ,
78
78
" %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 " ,
80
80
" \n " ,
81
81
" if platform.system() == \" Darwin\" :\n " ,
82
82
" %pip install -q \" numpy<2.0\" "
Original file line number Diff line number Diff line change 62
62
"\n",
63
63
"%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",
64
64
"%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",
66
66
"%pip install -q \"transformers>=4.50.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
67
67
"\n",
68
68
"if platform.system() == \"Darwin\":\n",
You can’t perform that action at this time.
0 commit comments