Instructions to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
Use Docker
docker model run hf.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
- Ollama
How to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with Ollama:
ollama run hf.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with Docker Model Runner:
docker model run hf.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
- Lemonade
How to use featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-IQ4_XS.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q2_K.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_L.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_M.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_S.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_M.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_S.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_M.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_S.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q6_K.gguf +3 -0
- CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q8_0.gguf +3 -0
- README.md +47 -0
- featherless-quants.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d74cdb3a404358fcf52d369110dcd1374f343899b9848059addedc88adc53cb2
|
| 3 |
+
size 3944389152
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:755b505d3793b7ff89db7753deffb46920b53ae74adf6465f7b3010447077cd6
|
| 3 |
+
size 2719242784
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6929bedcb5864421518ebb59f7f97a3f29199817ccd2388f3416bac225841a46
|
| 3 |
+
size 3822025248
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df27bdda5d5c1e3d388fabc169b9d5823e26ef990695f5af55185e742469a3d3
|
| 3 |
+
size 3518986784
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee1b62839112564572abe2b1564e4a6deef0d9a4a1ea316a6f9097bf4ec36f59
|
| 3 |
+
size 3164568096
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07022061b1a7f24484442bc76b1666c03cc8334d8b94e4c76cd221df4dbc6f20
|
| 3 |
+
size 4368439840
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e5ef65f186b22b4a0a2af7efc7f31685a2b7ca268942623c2d018d5b3c1cbe
|
| 3 |
+
size 4140374560
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95fed3a425df0b16749ddef652005f02d4ab2c70140008e58eae27474c19258c
|
| 3 |
+
size 5131409952
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f32ffaa0000550aedcbaf656eca57a66971527195330f61b5c48cb7a7332ebc
|
| 3 |
+
size 4997716512
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f77611f363a7280665adea6dc9c39e8b91364901da8d15a0c3fda507c41193c
|
| 3 |
+
size 5942065696
|
CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81ee9a52bd46b4aad490da0ddceadbcd9f92495b1bc2b316c383a21a6478e58d
|
| 3 |
+
size 7695858208
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: CorticalStack-pastiche-crown-clown-7b-dare-dpo
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# CorticalStack-pastiche-crown-clown-7b-dare-dpo GGUF Quantizations π
|
| 8 |
+
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
*Optimized GGUF quantization files for enhanced model performance*
|
| 12 |
+
|
| 13 |
+
> Powered by [Featherless AI](https://featherless.ai) - run any model you'd like for a simple small fee.
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Available Quantizations π
|
| 17 |
+
|
| 18 |
+
| Quantization Type | File | Size |
|
| 19 |
+
|-------------------|------|------|
|
| 20 |
+
| IQ4_XS | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-IQ4_XS.gguf) | 3761.66 MB |
|
| 21 |
+
| Q2_K | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q2_K.gguf) | 2593.27 MB |
|
| 22 |
+
| Q3_K_L | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_L.gguf) | 3644.97 MB |
|
| 23 |
+
| Q3_K_M | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_M.gguf) | 3355.97 MB |
|
| 24 |
+
| Q3_K_S | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q3_K_S.gguf) | 3017.97 MB |
|
| 25 |
+
| Q4_K_M | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_M.gguf) | 4166.07 MB |
|
| 26 |
+
| Q4_K_S | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q4_K_S.gguf) | 3948.57 MB |
|
| 27 |
+
| Q5_K_M | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_M.gguf) | 4893.69 MB |
|
| 28 |
+
| Q5_K_S | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q5_K_S.gguf) | 4766.19 MB |
|
| 29 |
+
| Q6_K | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q6_K.gguf) | 5666.80 MB |
|
| 30 |
+
| Q8_0 | [CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/CorticalStack-pastiche-crown-clown-7b-dare-dpo-GGUF/blob/main/CorticalStack-pastiche-crown-clown-7b-dare-dpo-Q8_0.gguf) | 7339.34 MB |
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## β‘ Powered by [Featherless AI](https://featherless.ai)
|
| 36 |
+
|
| 37 |
+
### Key Features
|
| 38 |
+
|
| 39 |
+
- π₯ **Instant Hosting** - Deploy any Llama model on HuggingFace instantly
|
| 40 |
+
- π οΈ **Zero Infrastructure** - No server setup or maintenance required
|
| 41 |
+
- π **Vast Compatibility** - Support for 2400+ models and counting
|
| 42 |
+
- π **Affordable Pricing** - Starting at just $10/month
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
**Links:**
|
| 47 |
+
[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models)
|
featherless-quants.png
ADDED
|
Git LFS Details
|