Skip to content

Commit 3194fe1

Browse files
authored
Fixing a minor problem with libraries installing (#1684)
1 parent 70e5e71 commit 3194fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/105-language-quantize-bert/105-language-quantize-bert.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"outputs": [],
4444
"source": [
4545
"%pip install -q \"nncf>=2.5.0\" \n",
46-
"%pip install -q \"transformers\" datasets evaluate --extra-index-url https://download.pytorch.org/whl/cpu\n",
46+
"%pip install -q transformers datasets evaluate --extra-index-url https://download.pytorch.org/whl/cpu\n",
4747
"%pip install -q \"openvino>=2023.1.0\""
4848
]
4949
},

0 commit comments

Comments
 (0)