Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Jan 19, 2024
1 parent 333cb58 commit a141bb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_demo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
modules: [torch_to_jax]
modules: [image_segmentation_with_ivy_unet] #[alexnet_demo, bert_demo, image_segmentation_with_ivy_unet, mmpretrain_to_jax, resnet_demo, torch_to_jax]

steps:
- name: Clean repository
Expand Down Expand Up @@ -43,4 +43,3 @@ jobs:
run: |
docker pull unifyai/ivy:latest-gpu
docker run --rm --gpus all -v "$(pwd)"/demos:/ivy/demos -v "$(pwd)"/ivy:/ivy/ivy unifyai/ivy:latest-gpu demos/tests/test_demos.sh ${{ secrets.USER_API_KEY }} examples_and_demos/${{ matrix.modules }}.ipynb ${{ inputs.nightly_binaries }}
docker rmi unifyai/ivy:latest-gpu

0 comments on commit a141bb4

Please sign in to comment.