Skip to content

Commit

Permalink
fix: update supported frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 2, 2024
1 parent 7fb014a commit cdd4d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ We're working hard on adding support for more frameworks, let us know on [Discor
|------------|:------:|:------:|
| PyTorch || 🚧 |
| TensorFlow | 🚧 ||
| JAX | 🚧 | 🚧 |
| NumPy | 🚧 | 🚧 |
| JAX | 🚧 | |
| NumPy | 🚧 | |

<br>

Expand Down
4 changes: 2 additions & 2 deletions docs/overview/design/ivy_as_a_transpiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Here, we explain the Ivy's source-to-source transpiler and computational graph t
+-------------+-+--------+--------+
| TensorFlow | | 🚧 ||
+-------------+-+--------+--------+
| JAX | | 🚧 | 🚧 |
| JAX | | 🚧 | |
+-------------+-+--------+--------+
| NumPy | | 🚧 | 🚧 |
| NumPy | | 🚧 | |
+-------------+-+--------+--------+


Expand Down

0 comments on commit cdd4d99

Please sign in to comment.