Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 548 Bytes

HetuML

An Efficient Machine Learning Library for Hetu.

Installation

  1. Clone the respository.

  2. Requirements: HetuML requires you to have the following tools prepared

  • CMake >= 3.11
  • Protobuf >= 3.0.0
  • OpenMP
  1. Configuration: Before compilation, please refer to your configuration by cp cmake/config.cmake.template cmake/config.cmake. Modify the configuration as needed.

  2. Compile HetuML via the following commands

mkdir build && cd build
cmake ..
make -j 8
  1. Set environment variables by running source env.exp