Skip to content

Commit

Permalink
fix ci detected issues (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Jun 13, 2024
1 parent 248ceba commit 081ce1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .ci/ignore_pip_conflicts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ notebooks/vision-paddlegan-anime/vision-paddlegan-anime.ipynb # old scipy
notebooks/vision-paddlegan-superresolution/vision-paddlegan-superresolution.ipynb # old scipy and scikit-image
notebooks/stable-diffusion-torchdynamo-backend/stable-diffusion-torchdynamo-backend.ipynb
notebooks/sketch-to-image-pix2pix-turbo/sketch-to-image-pix2pix-turbo.ipynb
notebooks/yolov10-optimization/yolov10-optimization.ipynb
notebooks/yolov10-optimization/yolov10-optimization.ipynb # nncf from git
notebooks/person-counting-webcam/person-counting.ipynb # numpy should be installed first
notebooks/llava-multimodal-chatbot/videollava-multimodal-chatbot.ipynb # torchvision < 0.17.0
notebooks/parler-tts-text-to-speech/parler-tts-text-to-speech.ipynb # torch >= 2.2
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"\n",
"os.environ[\"GIT_CLONE_PROTECTION_ACTIVE\"] = \"false\"\n",
"\n",
"%pip install -q timm \"torch>=2.1\" \"torchvision\" \"opencv_python\" \"pillow\" \"PyYAML\" \"scipy\" \"scikit-image\" \"datasets\" \"gradio>=4.19\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q timm \"torch>=2.1\" \"torchvision\" \"timm\" \"opencv_python\" \"pillow\" \"PyYAML\" \"scipy\" \"scikit-image\" \"datasets\" \"gradio>=4.19\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -Uq --pre \"openvino\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
"%pip install -q \"git+https://github.com/openvinotoolkit/nncf.git\"\n",
"\n",
Expand Down Expand Up @@ -471,7 +471,9 @@
"execution_count": 14,
"id": "a278a56c-3a44-4853-afff-247322a4af3d",
"metadata": {
"test_replace": {"subset_size = 300": "subset_size = 10"}
"test_replace": {
"subset_size = 300": "subset_size = 10"
}
},
"outputs": [],
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q speechbrain --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"speechbrain>=1.0.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q --upgrade --force-reinstall torch torchaudio --index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q \"transformers>=4.30.0\" \"huggingface_hub>=0.8.0\" \"SoundFile\"\n",
"%pip install -q \"openvino>=2024.1.0\""
Expand Down

0 comments on commit 081ce1d

Please sign in to comment.