Skip to content

Commit

Permalink
update testing in precommit (openvinotoolkit#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Feb 15, 2024
1 parent cd2251c commit f4164d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci/ignore_treon_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
271-sdxl-turbo
272-paint-by-example
273-stable-zephyr-3b-chatbot
275-llm-question-answering
276-stable-diffusion-torchdynamo-backend
278-stable-diffusion-ip-adapter
281-kosmos2-multimodal-large-language-model
283-photo-maker
285-surya-line-level-text-detection
Expand Down
2 changes: 2 additions & 0 deletions .ci/ignore_treon_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
271-sdxl-turbo
272-paint-by-example
273-stable-zephyr-3b-chatbot
275-llm-question-answering
276-stable-diffusion-torchdynamo-backend
278-stable-diffusion-ip-adapter
281-kosmos2-multimodal-large-language-model
283-photo-maker
285-surya-line-level-text-detection
Expand Down
2 changes: 2 additions & 0 deletions .ci/ignore_treon_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
271-sdxl-turbo
272-paint-by-example
273-stable-zephyr-3b-chatbot
275-llm-question-answering
276-stable-diffusion-torchdynamo-backend
278-stable-diffusion-ip-adapter
281-kosmos2-multimodal-large-language-model
279-mobilevlm-language-assistant
283-photo-maker
Expand Down
2 changes: 2 additions & 0 deletions .ci/ignore_treon_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
271-sdxl-turbo
272-paint-by-example
273-stable-zephyr-3b-chatbot
275-llm-question-answering
276-stable-diffusion-torchdynamo-backend
278-stable-diffusion-ip-adapter
281-kosmos2-multimodal-large-language-model
283-photo-maker
285-surya-line-level-text-detection
Expand Down
2 changes: 1 addition & 1 deletion .ci/patch_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Notebooks that are excluded from the CI tests
EXCLUDED_NOTEBOOKS = ["data-preparation-ct-scan.ipynb"]
EXCLUDED_NOTEBOOKS = ["data-preparation-ct-scan.ipynb", "pytorch-monai-training.ipynb" ]

DEVICE_WIDGET = "device = widgets.Dropdown("

Expand Down

0 comments on commit f4164d3

Please sign in to comment.