summaryrefslogtreecommitdiffstats
path: root/model-integration/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-10-27 11:21:53 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-10-27 11:21:53 +0200
commitab27c9f2ed92b4ce1189b9e5bb7de1d6b2218ab4 (patch)
treee15d7b175789718df4e64399d1b331a911fcc408 /model-integration/CMakeLists.txt
parent1b15163ee4186abf57729a07c8946415bc0086d4 (diff)
Remove unnused vespa-convert-tf2onnx script.
Diffstat (limited to 'model-integration/CMakeLists.txt')
-rw-r--r--model-integration/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/model-integration/CMakeLists.txt b/model-integration/CMakeLists.txt
index 9a19c5c31b0..10f5335eec4 100644
--- a/model-integration/CMakeLists.txt
+++ b/model-integration/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(model-integration-jar-with-dependencies.jar)
-vespa_install_script(src/main/python/vespa-convert-tf2onnx.py vespa-convert-tf2onnx bin)
-
install(FILES src/main/config/model-integration.xml DESTINATION conf/configserver-app)
-install_config_definitions() \ No newline at end of file
+install_config_definitions()