metadata
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- jeonsworld/CarbonVillain-en-10.7B-v2
- kyujinpy/Sakura-SOLAR-Instruct
- TensorBlock
- GGUF
base_model: invalid-coder/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp
Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
invalid-coder/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp - GGUF
This repo contains GGUF format model files for invalid-coder/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4011.
Prompt template
### System:
{system_prompt}
### User:
{prompt}
### Assistant:
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/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp-GGUF --include "Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp-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/Sakura-SOLAR-Instruct-CarbonVillain-en-10.7B-v2-slerp-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'