From 62d786b4f3c67ecc0014d03f403c827a6741eaae Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 12 May 2024 02:00:16 +0200 Subject: [PATCH] remove comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11feeac1d..362ab3673 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1271,7 +1271,7 @@ set_target_properties(llama PROPERTIES PUBLIC_HEADER ${CMAKE_CURRENT_SOURCE_DIR} install(TARGETS llama LIBRARY PUBLIC_HEADER) install( - FILES convert.py # does this need to be changed to convert-hf-to-gguf.py? + FILES convert.py PERMISSIONS OWNER_READ OWNER_WRITE