Skip to content

Commit 97ee23c

Browse files
committed
Fixed issues building on clean machine
1 parent 9ffc808 commit 97ee23c

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

demos/websocket/client/package-lock.json

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/websocket/server/websocket_service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ namespace websocket_demo
5555
void* data = nullptr;
5656
uint64_t size = 0;
5757

58+
// https://huggingface.co/unsloth/Qwen3-0.6B-GGUF?show_file_info=Qwen3-0.6B-BF16.gguf
5859
auto err
5960
= parse_model(secret_llama::v1_0::llm_model{.name = "Qwen3-0.6B-BF16",
6061
.local_path = "/var/home/edward/Models/Qwen3-0.6B.gguf/BF16/Qwen3-0.6B-BF16.gguf",

submodules/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ if(CANOPY_STANDALONE)
126126
${CMAKE_CURRENT_SOURCE_DIR}/llhttp/src/native)
127127

128128
if(CANOPY_BUILD_DEMOS)
129-
if(CANOPY_BUILD_COROUTINE)
130-
add_subdirectory(llama.cpp)
131-
endif()
129+
set(LLAMA_BUILD_COMMON ON)
130+
add_subdirectory(llama.cpp)
132131
endif()
133132
endif()
134133
endif()

0 commit comments

Comments
 (0)