espressif / esp-nn

Optimised Neural Network functions for Espressif chipsets
Apache License 2.0
125 stars 22 forks source link

Releases #2

Closed AIWintermuteAI closed 1 year ago

AIWintermuteAI commented 2 years ago

Hello! I've tested optimized kernels for plain ESP32 and got very nice performance boost! Good job! A little organizational question - do you plan to have releases published? For my project, all the components will be automatically obtained with git clone and in order to ensure stable builds either release or branch number is preferred. I could use a commit number too, but that would be less convenient. I'm sure other people using ESP-NN also would appreciate having versioned releases.

vikramdattu commented 2 years ago

Hi @AIWintermuteAI release sure is under consideration and will be tagged soon.

nliaudat commented 1 year ago

any up ?

vikramdattu commented 1 year ago

Hi @nliaudat you can use following tag: v1.0-beta

kedars commented 1 year ago

https://github.com/espressif/esp-nn/releases/tag/v1.0-beta

nliaudat commented 1 year ago

many thanks ! Regards