Instructions to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16 # Run inference directly in the terminal: llama cli -hf ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16 # Run inference directly in the terminal: llama cli -hf ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
Use Docker
docker model run hf.co/ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
- LM Studio
- Jan
- vLLM
How to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-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": "ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
- Ollama
How to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF with Ollama:
ollama run hf.co/ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
- Unsloth Studio
How to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-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 ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF with Docker Model Runner:
docker model run hf.co/ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
- Lemonade
How to use ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ZeroWw/Replete-LLM-Qwen2-7b_Beta-Preview-GGUF:F16
Run and chat with the model
lemonade run user.Replete-LLM-Qwen2-7b_Beta-Preview-GGUF-F16
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ 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 |
+
Replete-LLM-Qwen2-7b_Beta-Preview.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Replete-LLM-Qwen2-7b_Beta-Preview.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Replete-LLM-Qwen2-7b_Beta-Preview.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Replete-LLM-Qwen2-7b_Beta-Preview.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Replete-LLM-Qwen2-7b_Beta-Preview.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
My own (ZeroWw) quantizations.
|
| 10 |
+
output and embed tensors quantized to f16.
|
| 11 |
+
all other tensors quantized to q5_k or q6_k.
|
| 12 |
+
|
| 13 |
+
Result:
|
| 14 |
+
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
| 15 |
+
and they perform as well as the pure f16.
|
| 16 |
+
|
| 17 |
+
Updated on: Tue Jul 30, 15:14:34
|
Replete-LLM-Qwen2-7b_Beta-Preview.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:312b22967cd39ce47cbd913b09f1d73bbe558080a3ca1c965b3dd2f4c8321b2f
|
| 3 |
+
size 15237851136
|
Replete-LLM-Qwen2-7b_Beta-Preview.q5_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43a88abeb348e5d0b4b8a98c704e052aa31710a9028aad9c67a8d17166bef25
|
| 3 |
+
size 6803064832
|
Replete-LLM-Qwen2-7b_Beta-Preview.q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08c5cd862f13eaf08ed067d7bf93b27701440ac6a944b08e5d04ebf07be275fc
|
| 3 |
+
size 7540049920
|
Replete-LLM-Qwen2-7b_Beta-Preview.q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46cc4ac9c804ca84c67e13b03df69d9ae46bbda6043069783cb35abc70d51c11
|
| 3 |
+
size 9120393216
|
Replete-LLM-Qwen2-7b_Beta-Preview.q8_p.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e73d981f1057a58966f95ef0178d4b7593cb0a726362c4d8c0b033f3007592a
|
| 3 |
+
size 8098523136
|