Revert LLAMA_CHATML_TEMPLATE refactor

This commit is contained in:
ochafik 2025-01-18 01:04:12 +00:00
parent 81c0d437a5
commit d5fa351a24
3 changed files with 8 additions and 15 deletions

View file

@ -26,8 +26,6 @@
#define DEFAULT_MODEL_PATH "models/7B/ggml-model-f16.gguf"
extern const std::string LLAMA_CHATML_TEMPLATE;
struct common_adapter_lora_info {
std::string path;
float scale;