backscrub icon indicating copy to clipboard operation
backscrub copied to clipboard

Test builds with later Tensorflow Lite releases

Open phlash opened this issue 4 years ago • 5 comments
trafficstars

TFLite are now up to 2.6.1 (stable) and beyond in testing releases: https://github.com/tensorflow/tensorflow/releases

These may offer fixes for newer toolchains (GCC 11+, Clang 12+), in particular on more bleeding edge distros such as Manjaro.

Ticket here is to try these later versions of TFLite against newer toolchains, and ensure backscrub still actually works :smile:

See also: #93

phlash avatar Nov 03 '21 15:11 phlash

Manjaro, GCC 11.1.0: TFLite v2.6.0 - builds ok :+1: Debian (stable), GCC 10.2.0: TFLite v2.6.0 - build ok :+1: , runs ok :clap:

PR #121 covers the change - would appreciate others testing on their distro.

phlash avatar Nov 03 '21 16:11 phlash

Updated main and experimental to TFLite 2.6.0: works fine on Lubuntu 20.04 LTS for me, no obvious regressions.

Didn't test with any more recent TFLite releases.

BenBE avatar Nov 03 '21 18:11 BenBE

Manjaro, GCC 11.1.0: TFLite v2.6.0 - builds ok

Probably doesn't help a lot, but builds and runs great under Arch Linux with the same versions.

cypMon avatar Nov 04 '21 14:11 cypMon

What might be interesting is if the code still works properly with the upcoming 2.7 release.

BenBE avatar Nov 04 '21 17:11 BenBE

Ferora, GCC 12.1.1: TFLite v2.8.0 - builds ok

jjsarton avatar Aug 24 '22 13:08 jjsarton