Skip to content

Tensorflow-lite package for gaudi inference

Wouter Deconinck requested to merge tensorflow-lite into master

Tensorflow Lite is a bit of a vendored dependency mess. It includes find_packages for standard libraries but with non-standard library names, bundles a Find.cmake, which immediately calls a FetchContent on hard-coded commit hashes. For now, we both depend on the spack versions of those dependencies we can depend on, but then use the vendored versions anyway. Call it a work in progress.

  • write a proper install target into the CMakeLists.txt, PR to tensorflow, pull in here as patch
  • patch away the custom Find.cmake files and use proper dependencies
  • develop a docker build CI test based on tflite-minimal example

Merge request reports