Views
No views yet
bsbarkur/llama-3-peft-qlora 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 llama-3-peft-qlora-f16.gguf (...other args)
3
4# with server
5llama-server -m base_model.gguf --lora llama-3-peft-qlora-f16.gguf (...other args)