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 -yComponents
- 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
- Untar the files and you can use the executables directly. Please keep the "lib" folder next to the executables.
- For python package please use pypi instructions.