Skip to content

Commit 137d2cb

Browse files
committed
remove with_metric_learning
1 parent da084bc commit 137d2cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc/getstarted/build_and_install/ubuntu_install_cn.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ PaddlePaddle提供了ubuntu 14.04 deb安装包。
4646
with_double: OFF
4747
with_python: ON
4848
with_rdma: OFF
49-
with_metric_learning:
5049
with_timer: OFF
5150
with_predict_sdk:
5251

paddle/scripts/submit_local.sh.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function version(){
2121
echo " with_double: @WITH_DOUBLE@"
2222
echo " with_python: @WITH_PYTHON@"
2323
echo " with_rdma: @WITH_RDMA@"
24-
echo " with_metric_learning: @WITH_METRIC@"
2524
echo " with_timer: @WITH_TIMER@"
2625
echo " with_predict_sdk: @WITH_PREDICT_SDK@"
2726
}

0 commit comments

Comments
 (0)