File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 62
62
CUBLASLD_FLAGS =
63
63
CUBLAS_OBJS =
64
64
65
- OBJS_FULL += ggml-alloc.o ggml-quants.o unicode.o unicode-data.o sgemm.o common.o grammar-parser.o
66
- OBJS_SIMPLE += ggml-alloc.o ggml-quants_noavx2.o unicode.o unicode-data.o sgemm_noavx2.o common.o grammar-parser.o
67
- OBJS_FAILSAFE += ggml-alloc.o ggml-quants_failsafe.o unicode.o unicode-data.o sgemm_failsafe.o common.o grammar-parser.o
65
+ OBJS_FULL += ggml-alloc.o ggml-quants.o unicode.o unicode-data.o sgemm.o common.o sampling.o grammar-parser.o
66
+ OBJS_SIMPLE += ggml-alloc.o ggml-quants_noavx2.o unicode.o unicode-data.o sgemm_noavx2.o common.o sampling.o grammar-parser.o
67
+ OBJS_FAILSAFE += ggml-alloc.o ggml-quants_failsafe.o unicode.o unicode-data.o sgemm_failsafe.o common.o sampling.o grammar-parser.o
68
68
69
69
# lets try enabling everything
70
70
CFLAGS += -pthread -s -Wno-deprecated -Wno-deprecated-declarations
@@ -497,6 +497,8 @@ llama.o: llama.cpp ggml.h ggml-alloc.h ggml-backend.h ggml-cuda.h ggml-metal.h l
497
497
$(CXX ) $(CXXFLAGS ) -c $< -o $@
498
498
common.o : common/common.cpp common/common.h common/log.h
499
499
$(CXX ) $(CXXFLAGS ) -c $< -o $@
500
+ sampling.o : common/sampling.cpp common/common.h common/sampling.h common/log.h
501
+ $(CXX ) $(CXXFLAGS ) -c $< -o $@
500
502
console.o : common/console.cpp common/console.h
501
503
$(CXX ) $(CXXFLAGS ) -c $< -o $@
502
504
grammar-parser.o : common/grammar-parser.cpp common/grammar-parser.h
You can’t perform that action at this time.
0 commit comments