microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
cmake/presets/ort_genai.cmake
12lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | set(OCOS_ENABLE_GPT2_TOKENIZER ON CACHE INTERNAL "" FORCE) |
| 5 | set(OCOS_ENABLE_C_API ON CACHE INTERNAL "" FORCE) |
| 6 | set(OCOS_ENABLE_DLIB ON CACHE INTERNAL "" FORCE) |
| 7 | set(OCOS_ENABLE_VISION ON CACHE INTERNAL "" FORCE) |
| 8 | set(OCOS_ENABLE_VENDOR_IMAGE_CODECS ON CACHE INTERNAL "" FORCE) |
| 9 | set(OCOS_ENABLE_MATH ON CACHE INTERNAL "" FORCE) |
| 10 | set(OCOS_ENABLE_AUDIO ON CACHE INTERNAL "" FORCE) |
| 11 | |
| 12 | set(OCOS_ENABLE_CTEST OFF CACHE INTERNAL "" FORCE) |
| 13 | |