Skip to content

Commit 43dc0aa

Browse files
committed
remove unused
1 parent 56b3173 commit 43dc0aa

1 file changed

Lines changed: 1 addition & 43 deletions

File tree

CMakePresets.json

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -90,48 +90,6 @@
9090
{ "name": "x64-windows-sycl-release-f16", "inherits": [ "sycl-base", "release", "sycl_f16" ] },
9191

9292
{ "name": "x64-windows-vulkan-debug", "inherits": [ "base", "vulkan", "debug" ] },
93-
{ "name": "x64-windows-vulkan-release", "inherits": [ "base", "vulkan", "release" ] },
94-
{ "name": "base-windows", "hidden": true, "generator": "Visual Studio 17 2022", "binaryDir": "${sourceDir}/build-${presetName}",
95-
"cacheVariables": { "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", "CMAKE_INSTALL_RPATH": "$ORIGIN;$ORIGIN/.."}
96-
},
97-
{ "name": "ggml-cuda-release", "inherits": "base-windows",
98-
"cacheVariables": {
99-
"CMAKE_BUILD_TYPE": "Release",
100-
"LLAMA_CURL": "OFF",
101-
"GGML_NATIVE": "ON",
102-
"GGML_RPC": "ON",
103-
"LLAMA_BUILD_SERVER": "ON",
104-
"GGML_BACKEND_DL": "OFF",
105-
"GGML_AVX": "ON",
106-
"GGML_AVX2": "ON",
107-
"GGML_AVX512": "ON",
108-
"GGML_AVX512_VBMI": "ON",
109-
"GGML_AVX512_VNNI": "ON",
110-
"GGML_AVX512_BF16": "OFF",
111-
"GGML_MATMUL_INT8": "ON",
112-
"GGML_CUDA": "ON",
113-
"CMAKE_CUDA_ARCHITECTURES": "120",
114-
"GGML_CUDA_GRAPH": "ON",
115-
"GGML_CUDA_USE_CUBLASLT": "ON",
116-
"GGML_CUDA_FORCE_CUBLAS": "OFF",
117-
"GGML_LTO": "ON",
118-
"GGML_OPENMP": "ON",
119-
"GGML_FLASH_ATTN": "ON",
120-
"GGML_CUDA_FA_ALL_QUANTS": "ON",
121-
"GGML_NVTX": "OFF",
122-
"CMAKE_TOOLCHAIN_FILE": {
123-
"value": "D:/vcpkg/scripts/buildsystems/vcpkg.cmake",
124-
"type": "FILEPATH"
125-
}
126-
}
127-
}
128-
],
129-
"buildPresets": [
130-
{
131-
"name": "ggml-cuda-release",
132-
"configurePreset": "ggml-cuda-release",
133-
"jobs": 24,
134-
"configuration": "Release"
135-
}
93+
{ "name": "x64-windows-vulkan-release", "inherits": [ "base", "vulkan", "release" ] }
13694
]
13795
}

0 commit comments

Comments
 (0)