Skip to content

Releases: gomlx/onnx-gomlx

v0.1.5 🎄 2024/12/19 🎄 Benchmarks & Speedups

19 Dec 17:10
e58ca4c
Compare
Choose a tag to compare

v0.1.4 Added Flatten Op

28 Nov 15:45
39d5638
Compare
Choose a tag to compare
  • Added Flatten op support.

v0.1.3 Saving back to ONNX model after fine-tuning

21 Nov 15:45
Compare
Choose a tag to compare
  • Added ContextToONNX to save variables back to ONNX model (in memory).
  • Refactored internal/togomlx to inside onnx/ subdir.
  • Added Model.Write and Model.SaveToFile.

v0.1.2 Added LSTM support.

17 Nov 19:39
Compare
Choose a tag to compare
  • Updated dependency to GoMLX v0.15.2

v0.1.1 New ops, guess variables being used as constants

15 Nov 10:01
Compare
Choose a tag to compare
  • Assume some variables are constant during constant-expression evaluation.
  • Improved pretty-printing of attributes: include their values for small values.
  • New ops: Range, Tile, CumSum, Not, Tanh, GatherElements, several standard unary and binary operators.
  • Fixed ops: Where.

v0.1.0

09 Nov 09:36
Compare
Choose a tag to compare

API, basic conversion mechanism, on-the-fly constant expression evaluation.

Models already successful converted:

  • "sentence-transformers/all-MiniLM-L6-v2",
  • "KnightsAnalytics/distilbert-base-uncased-finetuned-sst-2-english",
  • "KnightsAnalytics/distilbert-NER",

But still missing many Ops before most models can be converted.