Instructions to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF", filename="PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-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/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-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/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-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/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
- Ollama
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with Ollama:
ollama run hf.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
- Unsloth Studio
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with Docker Model Runner:
docker model run hf.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
- Lemonade
How to use featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q2_K.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_L.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_M.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_S.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_M.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_S.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_M.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_S.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q6_K.gguf +3 -0
- PocketDoc-Dans-DangerousWinds-V1.1.0-12b-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 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3be1bf9b3e625e3a7579dc504c3f7167088f90d56c936e90132139686d6a439b
|
| 3 |
+
size 6800053792
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f62d424db348e342910696f712e94e0af7775ba2aa01d91d3813633c271bf7ad
|
| 3 |
+
size 4791047712
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90363f00163b38890005181fcb12d575e1f92c37e7cd97b95f55aea1c1fca21e
|
| 3 |
+
size 6561502752
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cdc7f4d666ac15d0e90bce32cb318685e74b726e2684d90f5a7ddc1dc7a4748
|
| 3 |
+
size 6083089952
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f7fd37652a3724c81d399fa94d2fb785bf0c2869a52ad2c8164a9b3b53a59e
|
| 3 |
+
size 5534225952
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafdf3cd218cbd484ebd50bc054ffe72edc0507ca661d8e57a5b225949998470
|
| 3 |
+
size 7477204512
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3fc52b5a36df403f0328335e271037f2912172402fac36aaf9d4c86db12e531
|
| 3 |
+
size 7120197152
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:157043f69a805a449bec31ad598fcf3e2e66fb2c27b23a57615ec63ad5bb5eac
|
| 3 |
+
size 8727631392
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4fce8dd003c46a085bee1f8123efd7763ee7a73a5ec1bf327aac49cc41b995
|
| 3 |
+
size 8518735392
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4cffe100b54148c4ec8230df40e5ec0370676724648218fec58ac84a69f3b23
|
| 3 |
+
size 10056209952
|
PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:078f76d6f8836b7f98be329e5677bc6797fc8b559bba751ace7693aa698d5d9d
|
| 3 |
+
size 13022369312
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: PocketDoc/Dans-DangerousWinds-V1.1.0-12b
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# PocketDoc/Dans-DangerousWinds-V1.1.0-12b 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 | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-IQ4_XS.gguf) | 6485.04 MB |
|
| 21 |
+
| Q2_K | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q2_K.gguf) | 4569.10 MB |
|
| 22 |
+
| Q3_K_L | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_L.gguf) | 6257.54 MB |
|
| 23 |
+
| Q3_K_M | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_M.gguf) | 5801.29 MB |
|
| 24 |
+
| Q3_K_S | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q3_K_S.gguf) | 5277.85 MB |
|
| 25 |
+
| Q4_K_M | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_M.gguf) | 7130.82 MB |
|
| 26 |
+
| Q4_K_S | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q4_K_S.gguf) | 6790.35 MB |
|
| 27 |
+
| Q5_K_M | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_M.gguf) | 8323.32 MB |
|
| 28 |
+
| Q5_K_S | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q5_K_S.gguf) | 8124.10 MB |
|
| 29 |
+
| Q6_K | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q6_K.gguf) | 9590.35 MB |
|
| 30 |
+
| Q8_0 | [PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-GGUF/blob/main/PocketDoc-Dans-DangerousWinds-V1.1.0-12b-Q8_0.gguf) | 12419.10 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
|