Skip to content

Commit

Permalink
moved deps on build only
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Jun 25, 2024
1 parent 3c5a103 commit ed8fc22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ LP_transformations:
- GPU
- PyTorch_FE
- TF_FE
- TOKENIZERS # TF_FE depends on tokenizers build
- TFL_FE
- ONNX_FE
- PDPD_FE
- JAX_FE
build:
- TOKENIZERS # TF_FE tests depends on tokenizers build

preprocessing:
revalidate:
Expand All @@ -33,7 +34,6 @@ CPU:
- ONNX_RT
- PyTorch_FE
- TF_FE
- TOKENIZERS # TF_FE depends on tokenizers build
- ONNX_FE
- JAX_FE
build:
Expand All @@ -42,6 +42,7 @@ CPU:
- AUTO_BATCH
- TEMPLATE
- IR_FE
- TOKENIZERS # TF_FE tests depends on tokenizers build

GPU:
build:
Expand Down Expand Up @@ -128,7 +129,7 @@ TF_FE:
build:
- CPU
- Python_API
- TOKENIZERS # TF_FE depends on tokenizers build
- TOKENIZERS # TF_FE tests depends on tokenizers build

TFL_FE:
revalidate:
Expand All @@ -143,7 +144,6 @@ PyTorch_FE:
build:
- CPU
- Python_API
- TOKENIZERS # TF_FE depends on tokenizers build

JAX_FE:
revalidate:
Expand All @@ -167,7 +167,6 @@ Python_API:
- MO
- tools
- TF_FE
- TOKENIZERS # TF_FE depends on tokenizers build
build:
- CPU
- HETERO
Expand All @@ -180,6 +179,7 @@ Python_API:
- TFL_FE
- PyTorch_FE
- JAX_FE
- TOKENIZERS # TF_FE tests depends on tokenizers build

JS_API:
build:
Expand Down Expand Up @@ -211,9 +211,9 @@ MO:
revalidate:
- PyTorch_FE
- TF_FE
- TOKENIZERS # TF_FE depends on tokenizers build
build:
- Python_API
- TOKENIZERS # TF_FE tests depends on tokenizers build

tools:
build:
Expand Down

0 comments on commit ed8fc22

Please sign in to comment.