Instructions to use nisten/Reflection-70b-PreciseQuant-6bpw-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 nisten/Reflection-70b-PreciseQuant-6bpw-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 nisten/Reflection-70b-PreciseQuant-6bpw-gguf # Run inference directly in the terminal: llama cli -hf nisten/Reflection-70b-PreciseQuant-6bpw-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf nisten/Reflection-70b-PreciseQuant-6bpw-gguf # Run inference directly in the terminal: llama cli -hf nisten/Reflection-70b-PreciseQuant-6bpw-gguf
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 nisten/Reflection-70b-PreciseQuant-6bpw-gguf # Run inference directly in the terminal: ./llama-cli -hf nisten/Reflection-70b-PreciseQuant-6bpw-gguf
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 nisten/Reflection-70b-PreciseQuant-6bpw-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf nisten/Reflection-70b-PreciseQuant-6bpw-gguf
Use Docker
docker model run hf.co/nisten/Reflection-70b-PreciseQuant-6bpw-gguf
- LM Studio
- Jan
- Ollama
How to use nisten/Reflection-70b-PreciseQuant-6bpw-gguf with Ollama:
ollama run hf.co/nisten/Reflection-70b-PreciseQuant-6bpw-gguf
- Unsloth Desktop
- Docker Model Runner
How to use nisten/Reflection-70b-PreciseQuant-6bpw-gguf with Docker Model Runner:
docker model run hf.co/nisten/Reflection-70b-PreciseQuant-6bpw-gguf
- Lemonade
How to use nisten/Reflection-70b-PreciseQuant-6bpw-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nisten/Reflection-70b-PreciseQuant-6bpw-gguf
Run and chat with the model
lemonade run user.Reflection-70b-PreciseQuant-6bpw-gguf-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ base_model: [mattshumer/Reflection-Llama-3.1-70B]
|
|
| 7 |
# This gets 99.96% perplexity at 50gb filesize whereas fp8 (not tested on this model) is known to be 97-98.8%
|
| 8 |
|
| 9 |
|
| 10 |
-
Only posting one quant because it's really annoying to make these and I haven't automated it yet, takes 30+ iterations of models as I have to recompile llama.cpp every build/test step until the lowest weight configs are found.
|
| 11 |
|
| 12 |
>🐧 To download faster on Linux `sudo apt install -y aria2`
|
| 13 |
>🍎 On Mac `brew install aria2`
|
|
|
|
| 7 |
# This gets 99.96% perplexity at 50gb filesize whereas fp8 (not tested on this model) is known to be 97-98.8%
|
| 8 |
|
| 9 |
|
| 10 |
+
Only posting one quant because it's really annoying to make these and I haven't automated it yet, takes 30+ iterations of models as I have to recompile llama.cpp every build/test step until the lowest perplexity loss per weight quantization configs are found. End result is... saves 5gb of space vs regular q6_k
|
| 11 |
|
| 12 |
>🐧 To download faster on Linux `sudo apt install -y aria2`
|
| 13 |
>🍎 On Mac `brew install aria2`
|