Instructions to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF", filename="Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
Use Docker
docker model run hf.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
- Ollama
How to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF with Ollama:
ollama run hf.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
- Unsloth Studio
How to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF with Docker Model Runner:
docker model run hf.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
- Lemonade
How to use featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-IQ4_XS.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q2_K.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_L.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_M.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_S.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_M.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_S.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_M.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_S.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q6_K.gguf +3 -0
- Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-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 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22d80e9eac29c2f6d8386ea7d7ef56dbca300382a1eec467feb007b06b5da9a7
|
| 3 |
+
size 4250297120
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:131601d88796a633c8ee1834f67c8d428781e7257028258474a6837af4767ab6
|
| 3 |
+
size 3015938848
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee207dd5d2767f73d91d6822b1c8b8edf3d1698cbb700e121d2229da52efc2a9
|
| 3 |
+
size 4088458016
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:925fc51888fa3640b6bcb530d64b78015a5c7006e0ceb30cad29b4c0b3114558
|
| 3 |
+
size 3808389920
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8eb792f6186e98ad18d57c168524cbde17087773c9feb30deb845d12e58f6cb
|
| 3 |
+
size 3492367136
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e83c3d47d8baabb16b813ab0225be4028aae8cffee21438d67b88a2757e3a36b
|
| 3 |
+
size 4683072288
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be2647ac5c79f5a1525d9c791ce2f18db6b372045c7d9efe089f0a426edae149
|
| 3 |
+
size 4457767712
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67fd7ad3b42874b605a70eab0b36e5975b691093d9a12541e0ba642c119a151c
|
| 3 |
+
size 5444829984
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7ed8c9f0df6d030b26a821c267e88bba9eaa1e4daa36c840d65a46babde1cc1
|
| 3 |
+
size 5315175200
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29650409e80410411848916580d6d1780c6602c89caac0c35c833775f8850c8e
|
| 3 |
+
size 6254197536
|
Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:976585f3e6b7e4653bafe6acd96776f8d99de2a45f856e334c69af694b7ecac5
|
| 3 |
+
size 8098523936
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Orion-zhen/Qwen2.5-7B-Instruct-Uncensored
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Orion-zhen/Qwen2.5-7B-Instruct-Uncensored 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 | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-IQ4_XS.gguf) | 4053.40 MB |
|
| 21 |
+
| Q2_K | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q2_K.gguf) | 2876.22 MB |
|
| 22 |
+
| Q3_K_L | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_L.gguf) | 3899.06 MB |
|
| 23 |
+
| Q3_K_M | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_M.gguf) | 3631.96 MB |
|
| 24 |
+
| Q3_K_S | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q3_K_S.gguf) | 3330.58 MB |
|
| 25 |
+
| Q4_K_M | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_M.gguf) | 4466.13 MB |
|
| 26 |
+
| Q4_K_S | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q4_K_S.gguf) | 4251.26 MB |
|
| 27 |
+
| Q5_K_M | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_M.gguf) | 5192.59 MB |
|
| 28 |
+
| Q5_K_S | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q5_K_S.gguf) | 5068.95 MB |
|
| 29 |
+
| Q6_K | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q6_K.gguf) | 5964.47 MB |
|
| 30 |
+
| Q8_0 | [Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-GGUF/blob/main/Orion-zhen-Qwen2.5-7B-Instruct-Uncensored-Q8_0.gguf) | 7723.35 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
|