Skip to content

Commit

Permalink
fix installation in dit notebook (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jun 19, 2024
1 parent a925266 commit c695956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q \"torch>=2.1\" torchvision einops timm peft accelerate transformers diffusers huggingface-hub tokenizers sentencepiece protobuf loguru --extra-index-url https://download.pytorch.org/whl/cpu\\\n",
"%pip install -q \"torch>=2.1\" torchvision einops timm peft accelerate transformers diffusers huggingface-hub tokenizers sentencepiece protobuf loguru --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"nncf>=2.11\" \"gradio>=4.19\" \"pillow\" \"opencv-python\"\n",
"%pip install -pre -Uq openvino --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
]
Expand Down

0 comments on commit c695956

Please sign in to comment.