Releases: iree-gd/iree.gd
v0.0.2
Future releases 💽
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!
v0.0.1-alpha4
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 oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha3
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 oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
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]
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 oflib
for windows build.
[v0.0.1-alpha0] The very beginning
Added
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha2
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 oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha1 ⚙️
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 oflib
for windows build.
[v0.0.1-alpha0] The very beginning
Added
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha0 🎉
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
andIREEModule
for executing machine learning models. - Add a sample for people to try out.