Skip to content

Commit 767d66b

Browse files
authored
fix pip command syntax (#1569)
1 parent 003b247 commit 767d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/267-distil-whisper-asr/267-distil-whisper-asr.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"outputs": [],
5959
"source": [
60-
"%pip install -q \"transformers>=4.35\" onnx \"git+https://github.com/huggingface/optimum-intel.git --extra-index-url https://download.pytorch.org/whl/cpu\n",
60+
"%pip install -q \"transformers>=4.35\" onnx \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
6161
"%pip install -q \"openvino>=2023.2.0\" datasets \"gradio>=4.0\" \"librosa\" \"soundfile\"\n",
6262
"%pip install -q \"nncf>=2.6.0\" \"jiwer\""
6363
]

0 commit comments

Comments
 (0)