Convert Machine Learning CodeBetween Frameworks
pip install ivy
pip install ivy
Ivy allows deep learning models to be transpiled between frameworks with just a single line of code.
TFLlamaModel = ivy.transpile(LlamaModel, source="torch", target="tensorflow")
Ivy brings cross-compatibility to the most widely-used and powerful frameworks in the industry.
We use a source code-to-source code approach to model conversion.
This means the full functionality of your original model is maintained in the target framework,
and it's easy to modify after transpilation - giving superior flexibility in how you choose to develop.
Join our growing community on a mission to make conversions between frameworks simple and accessible to all!
We welcome open-source contributions to Ivy in the form of Pull Requests and Issues on our GitHub repository.
The Ivy Discord server is the perfect place to ask questions, get ideas for how to contribute, and get help from fellow developers and the Ivy team. We're looking forward to working with you!