Skip to content

Commit fa662e1

Browse files
ggerganoviThalay
authored andcommitted
cmake : remove install of llama convert script [no ci] (ggml-org#2266)
1 parent f925f68 commit fa662e1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,18 +161,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/whisper-config.cmake
161161
${CMAKE_CURRENT_BINARY_DIR}/whisper-version.cmake
162162
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/whisper)
163163

164-
install(
165-
FILES convert-hf-to-gguf.py
166-
PERMISSIONS
167-
OWNER_READ
168-
OWNER_WRITE
169-
OWNER_EXECUTE
170-
GROUP_READ
171-
GROUP_EXECUTE
172-
WORLD_READ
173-
WORLD_EXECUTE
174-
DESTINATION ${CMAKE_INSTALL_BINDIR})
175-
176164
configure_file(cmake/whisper.pc.in
177165
"${CMAKE_CURRENT_BINARY_DIR}/whisper.pc"
178166
@ONLY)

0 commit comments

Comments
 (0)