Skip to content

Commit 4d90aa3

Browse files
Fix gemma4 notebooks: add tokenizers and temporary switch to custom o… (#3411)
…ptimum branch
1 parent 7014b75 commit 4d90aa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/gemma4/gemma4.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"outputs": [],
8383
"source": [
8484
"%pip uninstall -q -y optimum optimum-intel optimum-onnx\n",
85-
"%pip install -q \"git+https://github.com/rkazants/optimum-intel.git@support_gemma4\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
86-
"%pip install -qU --pre \"openvino\" \"nncf\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
85+
"%pip install -q \"git+https://github.com/aleksandr-mokrov/optimum-intel.git@gemma4-moe-fixes\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
86+
"%pip install -qU --pre \"openvino\" \"openvino-tokenizers\" \"nncf\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
8787
"%pip install -q \"transformers==5.5.0\"\n",
8888
"%pip install -q \"torch>=2.10\" \"torchvision\" \"Pillow\" \"gradio>=6.0\" \"opencv-python\" \"requests\" \"matplotlib\" --extra-index-url https://download.pytorch.org/whl/cpu"
8989
]

0 commit comments

Comments
 (0)