Possible collaboration between GONNX and gomlx? #3
Replies: 1 comment 1 reply
-
|
hey Bram, I hadn't seen Funny that one of my next projects is going to add Gorgonia's Tensor library as a backend for GoMLX :) While XLA is immensely faster (desirable when training or larger models), it has this huge inconvenience of having C++ libraries that needs installing, and it doesn't support Darwin (it's broken/missing pieces). So I urgently need to add a GoMLX backend using Tensor. But one of the main reasons we (with folks from KnightsAnalytics conceived Hey, you be up for a sync up ? Maybe we could brainstorm where to collaborate ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there @janpfeifer!
Awesome work on
gomlx, amazing! I just discovered your package a few days ago.Some time ago, together with a colleague of mine we built gonnx.
We were missing a package that could run our ONNX models in Go (with GRU and LSTM layers). Gonnx is by no means complete, and still missing operators and different operator sets, but I thought maybe it is interesting to look if there is a way of combining the packages, or in some way share implementation?
Our backend currently is build upon Tensor.
What would this package mostly need now? Maybe we could try combining some efforts? What do you think?
Beta Was this translation helpful? Give feedback.
All reactions