Attempt to fix linkage of LLAMA_CHATML_TEMPLATE
This commit is contained in:
parent
40db78963b
commit
81c0d437a5
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue