metadata
library_name: transformers
tags:
- mergekit
- merge
- TensorBlock
- GGUF
base_model: DavidAU/L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B
Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
DavidAU/L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B - GGUF
This repo contains GGUF format model files for DavidAU/L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4242.
Prompt template
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
Cutting Knowledge Date: December 2023
Today Date: 01 Jan 2025
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
Model file specification
Downloading instruction
Command line
Firstly, install Huggingface Client
pip install -U "huggingface_hub[cli]"
Then, downoad the individual model file the a local directory
huggingface-cli download tensorblock/L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B-GGUF --include "L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
If you wanna download multiple model files with a pattern (e.g., *Q4_K*gguf
), you can try:
huggingface-cli download tensorblock/L3.2-Rogue-Creative-Instruct-Uncensored-Abliterated-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'