Skip to content

Commit

Permalink
fix pip command syntax (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Dec 20, 2023
1 parent 003b247 commit 767d66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"outputs": [],
"source": [
"%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",
"%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",
"%pip install -q \"openvino>=2023.2.0\" datasets \"gradio>=4.0\" \"librosa\" \"soundfile\"\n",
"%pip install -q \"nncf>=2.6.0\" \"jiwer\""
]
Expand Down

0 comments on commit 767d66b

Please sign in to comment.