Skip to content

Commit 9a5e1c1

Browse files
committed
Add missing new .cpp files to build
1 parent 261556f commit 9a5e1c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ add_library(llama
4848
models/chameleon.cpp
4949
models/chatglm.cpp
5050
models/codeshell.cpp
51+
models/cogvlm.cpp
5152
models/cohere2-iswa.cpp
5253
models/command-r.cpp
5354
models/dbrx.cpp
@@ -107,6 +108,8 @@ add_library(llama
107108
models/qwen2moe.cpp
108109
models/qwen2vl.cpp
109110
models/qwen3.cpp
111+
models/qwen3vl.cpp
112+
models/qwen3vl-moe.cpp
110113
models/qwen3moe.cpp
111114
models/refact.cpp
112115
models/rwkv6-base.cpp

0 commit comments

Comments
 (0)