We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f925f68 commit fa662e1Copy full SHA for fa662e1
CMakeLists.txt
@@ -161,18 +161,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/whisper-config.cmake
161
${CMAKE_CURRENT_BINARY_DIR}/whisper-version.cmake
162
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/whisper)
163
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
-
176
configure_file(cmake/whisper.pc.in
177
"${CMAKE_CURRENT_BINARY_DIR}/whisper.pc"
178
@ONLY)
0 commit comments