Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Sep 30, 2024
1 parent 3df3e71 commit 42d0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy_tests/test_integrations/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

jax.config.update("jax_enable_x64", True)

# jax_kornia = ivy.transpile(kornia, source="torch", target="jax")
jax_kornia = ivy.transpile(kornia, source="torch", target="jax")
# np_kornia = ivy.transpile(kornia, source="torch", target="numpy")
tf_kornia = ivy.transpile(kornia, source="torch", target="tensorflow")

Expand Down

0 comments on commit 42d0f53

Please sign in to comment.