GGUF LoRA adapters
Collection
Adapters extracted from fine tuned models, using mergekit-extract-lora • 16 items • Updated • 5
How to use ggml-org/LoRA-Llama-3-Instruct-abliteration-8B-F16-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ggml-org/LoRA-Llama-3-Instruct-abliteration-8B-F16-GGUF", dtype="auto")How to use ggml-org/LoRA-Llama-3-Instruct-abliteration-8B-F16-GGUF with PEFT:
Task type is invalid.
This LoRA adapter was converted to GGUF format from grimjim/Llama-3-Instruct-abliteration-LoRA-8B via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.
# with cli
llama-cli -m base_model.gguf --lora Llama-3-Instruct-abliteration-LoRA-8B-f16.gguf (...other args)
# with server
llama-server -m base_model.gguf --lora Llama-3-Instruct-abliteration-LoRA-8B-f16.gguf (...other args)
To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.
16-bit