Skip to content

Commit

Permalink
(fix)(demos): commented out the failing demo tests until we're able t…
Browse files Browse the repository at this point in the history
…o run the workflow on a GPU machine
  • Loading branch information
YushaArif99 committed Jun 26, 2024
1 parent d92f9c6 commit 7f14d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-nightly-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
module: [
alexnet_demo_cpu,
# bert_demo, # tests disabled until the OOM issue is resolved
image_segmentation_with_ivy_unet_cpu,
#image_segmentation_with_ivy_unet_cpu, # tests disabled until we get cuda installation working in the docker image
# mmpretrain_to_jax, # tests disabled until we get cuda installation working in the docker image
resnet_demo_cpu,
torch_to_jax_cpu,
#torch_to_jax_cpu, # tests disabled until we get cuda installation working in the docker image
lstm_tensorflow_to_torch_cpu,
lstm_torch_to_tensorflow_cpu,
# dinov2_to_paddle, # tests disabled until we get cuda installation working in the docker image
convnext_to_torch_cpu,
#convnext_to_torch_cpu, # tests disabled until we get cuda installation working in the docker image
# xgboost_demo, # tests disabled until we get the csv files uploaded to drive for being used in the tests
]

Expand Down

0 comments on commit 7f14d63

Please sign in to comment.