There was an error while loading. Please reload this page.
1 parent 8f266e2 commit 212651aCopy full SHA for 212651a
paddle/contrib/inference/CMakeLists.txt
@@ -50,7 +50,7 @@ cc_test(test_paddle_inference_api
50
inference_api_test(test_paddle_inference_api_impl
51
ARGS test_word2vec test_image_classification)
52
53
-if (WITH_ANAKIN)
+if (WITH_ANAKIN AND WITH_TESTING) # only needed in CI
54
# Due to Anakin do not have official library releases and the versions of protobuf and cuda do not match Paddle's,
55
# so anakin library will not be merged to our official inference library. To use anakin prediction API, one need to
56
# compile the libinference_anakin_api.a and compile with anakin.so.
0 commit comments