Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04ad09f

Browse filesBrowse files
committed
Update Build
1 parent af336a9 commit 04ad09f
Copy full SHA for 04ad09f

File tree

Expand file treeCollapse file tree

14 files changed

+13
-560
lines changed
Filter options
Expand file treeCollapse file tree

14 files changed

+13
-560
lines changed

‎CMakeLists.txt

Copy file name to clipboard
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
cmake_minimum_required(VERSION 3.4...3.22)
22

3-
project(llama_cpp)
3+
project(falcon_cpp)
44

55
option(FORCE_CMAKE "Force CMake build of Python bindings" OFF)
66

77
set(FORCE_CMAKE $ENV{FORCE_CMAKE})
88

99
if (UNIX AND NOT FORCE_CMAKE)
1010
add_custom_command(
11-
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/vendor/llama.cpp/libllama.so
11+
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/vendor/ggllm.cpp/libggllm.so
1212
COMMAND make libllama.so
13-
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/vendor/llama.cpp
13+
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/vendor/ggllm.cpp
1414
)
1515
add_custom_target(
1616
run ALL
17-
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vendor/llama.cpp/libllama.so
17+
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vendor/ggllm.cpp/libggllm.so
1818
)
1919
install(
20-
FILES ${CMAKE_CURRENT_SOURCE_DIR}/vendor/llama.cpp/libllama.so
20+
FILES ${CMAKE_CURRENT_SOURCE_DIR}/vendor/ggllm.cpp/libggllm.so
2121
DESTINATION llama_cpp
2222
)
2323
else()
2424
set(BUILD_SHARED_LIBS "On")
25-
add_subdirectory(vendor/llama.cpp)
25+
add_subdirectory(vendor/ggllm.cpp)
2626
install(
27-
TARGETS llama
28-
LIBRARY DESTINATION llama_cpp
29-
RUNTIME DESTINATION llama_cpp
30-
ARCHIVE DESTINATION llama_cpp
31-
FRAMEWORK DESTINATION llama_cpp
32-
RESOURCE DESTINATION llama_cpp
27+
TARGETS ggllm
28+
LIBRARY DESTINATION falcon_cpp
29+
RUNTIME DESTINATION falcon_cpp
30+
ARCHIVE DESTINATION falcon_cpp
31+
FRAMEWORK DESTINATION falcon_cpp
32+
RESOURCE DESTINATION falcon_cpp
3333
)
3434
endif()

‎docker/README.md

Copy file name to clipboardExpand all lines: docker/README.md
-66Lines changed: 0 additions & 66 deletions
This file was deleted.

‎docker/cuda_simple/Dockerfile

Copy file name to clipboardExpand all lines: docker/cuda_simple/Dockerfile
-16Lines changed: 0 additions & 16 deletions
This file was deleted.

‎docker/open_llama/Dockerfile

Copy file name to clipboardExpand all lines: docker/open_llama/Dockerfile
-51Lines changed: 0 additions & 51 deletions
This file was deleted.

‎docker/open_llama/build.sh

Copy file name to clipboardExpand all lines: docker/open_llama/build.sh
-14Lines changed: 0 additions & 14 deletions
This file was deleted.

‎docker/open_llama/hug_model.py

Copy file name to clipboardExpand all lines: docker/open_llama/hug_model.py
-139Lines changed: 0 additions & 139 deletions
This file was deleted.

‎docker/open_llama/start.sh

Copy file name to clipboardExpand all lines: docker/open_llama/start.sh
-28Lines changed: 0 additions & 28 deletions
This file was deleted.

‎docker/open_llama/start_server.sh

Copy file name to clipboardExpand all lines: docker/open_llama/start_server.sh
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎docker/openblas_simple/Dockerfile

Copy file name to clipboardExpand all lines: docker/openblas_simple/Dockerfile
-15Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.