mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-18 05:56:00 -04:00
Attempt to fix linkage of LLAMA_CHATML_TEMPLATE
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#define DEFAULT_MODEL_PATH "models/7B/ggml-model-f16.gguf"
|
||||
|
||||
extern const char * LLAMA_CHATML_TEMPLATE;
|
||||
extern const std::string LLAMA_CHATML_TEMPLATE;
|
||||
|
||||
struct common_adapter_lora_info {
|
||||
std::string path;
|
||||
|
Reference in New Issue
Block a user