Skip to content

deepinsight/paralite

Repository files navigation

paralite

Machine Learning Platform Based on PS-Lite

This project is based on DMLC's ps-lite to deliver several kinds of general purpose machine learning libraries.

How to build

# 安装依赖
# ZMQ
yum install cppzmq-devel.x86_64
# Protobuf
yum install -y protobuf-devel
# LZ4
yum install -y lz4-devel
# Glog
yum install -y glog-devel

# CityHash(optional)
git clone https://github.com/google/cityhash
cd cityhash
./configure --enable-sse4.2
make all check CXXFLAGS="-g -O3 -msse4.2"
make install


# build
mkdir build
cd build
cmake ..
make

Testing

Local

Distribute

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •