This LoRA adapter was converted to GGUF format from
itcen-entec/gemma-2-2b-korean-taxlaw-lora via the ggml.ai's
GGUF-my-lora space.
Refer to the
original adapter repository for more details.
1# with cli
2llama-cli -m base_model.gguf --lora gemma-2-2b-korean-taxlaw-lora-f16.gguf (...other args)
3
4# with server
5llama-server -m base_model.gguf --lora gemma-2-2b-korean-taxlaw-lora-f16.gguf (...other args)
To know more about LoRA usage with llama.cpp server, refer to the
llama.cpp server documentation.