From ad5ce1ae33624cd35f3d157a0a1cb7f40f58b0d7 Mon Sep 17 00:00:00 2001 From: wangjiawei04 Date: Thu, 14 May 2020 18:11:07 +0800 Subject: [PATCH] fix criteo ctr with cube doc --- python/examples/criteo_ctr_with_cube/README.md | 10 ---------- python/examples/criteo_ctr_with_cube/README_CN.md | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/python/examples/criteo_ctr_with_cube/README.md b/python/examples/criteo_ctr_with_cube/README.md index 056035a6..02125422 100755 --- a/python/examples/criteo_ctr_with_cube/README.md +++ b/python/examples/criteo_ctr_with_cube/README.md @@ -2,16 +2,6 @@ ([简体中文](./README_CN.md)|English) -### Compile Source Code -in the root directory of this git project -``` -mkdir build_server -cd build_server -cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ -DPYTHON_LIBRARIES=$PYTHONROOT/lib64/libpython2.7.so -DPYTHON_EXECUTABLE=$PYTHONROOT/bin/python -DSERVER=ON .. -make -j10 -make install -j10 -``` - ### Get Sample Dataset go to directory `python/examples/criteo_ctr_with_cube` diff --git a/python/examples/criteo_ctr_with_cube/README_CN.md b/python/examples/criteo_ctr_with_cube/README_CN.md index 2ba22770..3b6f812c 100644 --- a/python/examples/criteo_ctr_with_cube/README_CN.md +++ b/python/examples/criteo_ctr_with_cube/README_CN.md @@ -1,16 +1,6 @@ ## 带稀疏参数索引服务的CTR预测服务 (简体中文|[English](./README.md)) -### 编译源代码 -在本项目的根目录下,执行 -``` -mkdir build_server -cd build_server -cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ -DPYTHON_LIBRARIES=$PYTHONROOT/lib64/libpython2.7.so -DPYTHON_EXECUTABLE=$PYTHONROOT/bin/python -DSERVER=ON .. -make -j10 -make install -j10 -``` - ### 获取样例数据 进入目录 `python/examples/criteo_ctr_with_cube` ``` -- GitLab