Is there a guide for adding additional deep learning framework support for CoLA ? #50
Answered
by
mfinzi
hannibalhuang
asked this question in
Q&A
-
Per in the title |
Beta Was this translation helpful? Give feedback.
Answered by
mfinzi
Sep 21, 2023
Replies: 3 comments 2 replies
-
There's no guide at the moment, but which deep learning framework were you considering? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Working on this in #62 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hannibalhuang #62 is now merged to master and is in v0.0.4. The steps to add a new framework are now:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mfinzi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hannibalhuang #62 is now merged to master and is in v0.0.4.
We have done some simplification of what is required for adding a new backend.
The steps to add a new framework are now:
mindspore_fns.py
in https://github.com/wilson-labs/cola/tree/main/cola/backends with each of the relevant functions we use (in the numpy syntax, see e.g.jax_fns.py
ortorch_fns.py
)