Skip to content

Releases: iree-gd/iree.gd

v0.0.2

13 Aug 19:32
4e38259
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

[v0.0.2] Add IREE.ZOO

  • Add a way to download models

Future releases 💽

25 Jan 03:08
e8217a5
Compare
Choose a tag to compare

Release on V-Sekai's iree.gd fork

With collaboration with @fire & @Ughuuu, future releases will be on V-Sekai's iree.gd fork! 🥳

Thanks to them generously signing the libraries for Mac OSX with their paid apple developer account (which I don't have and I'm not planning to have), iree.gd on Mac OSX will finally be possible!

To their release page!

v0.0.1-alpha4

22 Jan 05:20
c41cf43
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1-alpha4] Improve demo ease of use

  • Defer context initialization to raise error only on IREEModule::run_module.
  • Detect platform to use the correct bytecode.
  • Set sample's main scene.

[v0.0.1-alpha3] Quick import .vmfb files

  • Import .vmfb files directly. (Thanks to Dragos Daian)
  • Fix Linux ARM build.

[v0.0.1-alpha2] Update sample bytecodes

  • Improve logging IREE error.
  • Update sample bytecodes.

[v0.0.1-alpha1] Windows build fix

  • Export .dll instead of lib for windows build.

[v0.0.1-alpha0] The very beginning

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.
  • Add builds for Android, Linux and Windows.

v0.0.1-alpha3

18 Jan 11:16
c83d636
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1-alpha3] Quick import .vmfb files

  • Import .vmfb files directly. (Thanks to Dragos Daian)
  • Fix Linux ARM build.

[v0.0.1-alpha2] Update sample bytecodes

  • Improve logging IREE error.
  • Update sample bytecodes.

[v0.0.1-alpha1] Windows build fix

  • Export .dll instead of lib for windows build.

[v0.0.1-alpha0] The very beginning

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.
  • Add builds for Android, Linux and Windows.

v0.0.1-preview0 [Better message]

17 Jan 12:05
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1-alpha1] Windows build fix

Changed

  • Export .dll instead of lib for windows build.

[v0.0.1-alpha0] The very beginning

Added

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.
  • Add builds for Android, Linux and Windows.

v0.0.1-alpha2

17 Jan 16:10
42149ec
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1-alpha2] Update sample bytecodes

  • Improve logging IREE error.
  • Update sample bytecodes.

[v0.0.1-alpha1] Windows build fix

  • Export .dll instead of lib for windows build.

[v0.0.1-alpha0] The very beginning

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.
  • Add builds for Android, Linux and Windows.

v0.0.1-alpha1 ⚙️

17 Jan 07:37
9a050e2
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1-alpha1] Windows build fix

Changed

  • Export .dll instead of lib for windows build.

[v0.0.1-alpha0] The very beginning

Added

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.
  • Add builds for Android, Linux and Windows.

v0.0.1-alpha0 🎉

17 Jan 03:32
a360cb8
Compare
Choose a tag to compare

Change Log

iree.gd, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.

This is the change log of iree.gd.

[v0.0.1] The very beginning

Added

  • Add IREETensor and IREEModule for executing machine learning models.
  • Add a sample for people to try out.

Changed

Fixed