Skip to content

V1.0.1

Latest

Choose a tag to compare

@alonyado alonyado released this 17 Sep 09:48
· 65 commits to main since this release

This release provides compiled binaries, for manylinux2014 (glibc>=2.17)

Runtime dependencies

  • libgomp1 (OpenMP library)

to install libgomp1 in ubuntu (similar command for other distros):

sudo apt install libgomp1 -y

Components

  • AlgoMarker shared library - libdyn_AlgoMarker.so - required for running and executing models.
  • AlgoMarker_Server - provides a REST API interface for AlgoMarker shared library. Together with model file and configuration you can deploy a model with REST API.
  • all_tools.tar.bz2 - MES command line tools
    • Untar the files and you can use the executables directly. Please keep the "lib" folder next to the executables.
      Use "--help" to see help on each tool
  • For python package please use pypi instructions.