diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 69a0ec9d..ffd86c8f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -52,11 +52,6 @@ if(WASMEDGE_PLUGIN_IMAGE) endif() endif() -# WasmEdge plug-in: LLMC. -if(WASMEDGE_PLUGIN_LLMC) - add_subdirectory(wasmedge_llmc) -endif() - # WasmEdge plug-in: OCR. if(WASMEDGE_PLUGIN_OCR) add_subdirectory(wasmedge_ocr) diff --git a/plugins/wasmedge_llmc/CMakeLists.txt b/plugins/wasmedge_llmc/CMakeLists.txt deleted file mode 100644 index 6798cef7..00000000 --- a/plugins/wasmedge_llmc/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# SPDX-FileCopyrightText: 2019-2024 Second State INC - -message(FATAL_ERROR "WasmEdge LLMC plugin is removed due to the upstream end-of-life. Reference: https://github.com/WasmEdge/llm.c") diff --git a/test/plugins/CMakeLists.txt b/test/plugins/CMakeLists.txt index 7ead52f7..7a904075 100644 --- a/test/plugins/CMakeLists.txt +++ b/test/plugins/CMakeLists.txt @@ -39,11 +39,6 @@ if(WASMEDGE_PLUGIN_IMAGE) endif() endif() -# WasmEdge plug-in: LLMC. -if(WASMEDGE_PLUGIN_LLMC) - add_subdirectory(wasmedge_llmc) -endif() - # WasmEdge plug-in: OpenCV-mini. if(WASMEDGE_PLUGIN_OPENCVMINI) # wasmedge_opencvmini is currently supported only on Linux and macOS. diff --git a/test/plugins/wasmedge_llmc/CMakeLists.txt b/test/plugins/wasmedge_llmc/CMakeLists.txt deleted file mode 100644 index 6798cef7..00000000 --- a/test/plugins/wasmedge_llmc/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# SPDX-FileCopyrightText: 2019-2024 Second State INC - -message(FATAL_ERROR "WasmEdge LLMC plugin is removed due to the upstream end-of-life. Reference: https://github.com/WasmEdge/llm.c")