Instructions to use mradermacher/Meidebenne-120b-v1.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Meidebenne-120b-v1.0-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Meidebenne-120b-v1.0-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Meidebenne-120b-v1.0-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 mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS # Run inference directly in the terminal: llama cli -hf mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS # Run inference directly in the terminal: llama cli -hf mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
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 mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
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 mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
Use Docker
docker model run hf.co/mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
- LM Studio
- Jan
- Ollama
How to use mradermacher/Meidebenne-120b-v1.0-GGUF with Ollama:
ollama run hf.co/mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Meidebenne-120b-v1.0-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
- Lemonade
How to use mradermacher/Meidebenne-120b-v1.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Meidebenne-120b-v1.0-GGUF:IQ3_XS
Run and chat with the model
lemonade run user.Meidebenne-120b-v1.0-GGUF-IQ3_XS
List all available models
lemonade list
- Atomic Chat
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
static quants of https://huggingface.co/MatrixC7/Meidebenne-120b-v1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: []
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
quantized_by: mradermacher
|
| 7 |
+
tags:
|
| 8 |
+
- mergekit
|
| 9 |
+
- merge
|
| 10 |
+
---
|
| 11 |
+
## About
|
| 12 |
+
|
| 13 |
static quants of https://huggingface.co/MatrixC7/Meidebenne-120b-v1.0
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
<!-- provided-files -->
|
| 17 |
+
## Usage
|
| 18 |
+
|
| 19 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
| 20 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
| 21 |
+
more details, including on how to concatenate multi-part files.
|
| 22 |
+
|
| 23 |
+
## Provided Quants
|
| 24 |
+
|
| 25 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
| 26 |
+
|
| 27 |
+
| Link | Type | Size/GB | Notes |
|
| 28 |
+
|:-----|:-----|--------:|:------|
|
| 29 |
+
| [GGUF](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q2_K.gguf) | Q2_K | 44.6 | |
|
| 30 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_S.gguf.part2of2) | Q3_K_S | 52.2 | |
|
| 31 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_M.gguf.part2of2) | Q3_K_M | 58.2 | lower quality |
|
| 32 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_L.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q3_K_L.gguf.part2of2) | Q3_K_L | 63.4 | |
|
| 33 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q4_K_S.gguf.part2of2) | Q4_K_S | 68.7 | fast, medium quality |
|
| 34 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q4_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q4_K_M.gguf.part2of2) | Q4_K_M | 72.6 | fast, medium quality |
|
| 35 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q5_K_S.gguf.part2of2) | Q5_K_S | 83.2 | |
|
| 36 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q5_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q5_K_M.gguf.part2of2) | Q5_K_M | 85.4 | |
|
| 37 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q6_K.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q6_K.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q6_K.gguf.part3of3) | Q6_K | 99.1 | very good quality |
|
| 38 |
+
| [PART 1](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q8_0.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q8_0.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/Meidebenne-120b-v1.0-GGUF/resolve/main/Meidebenne-120b-v1.0.Q8_0.gguf.part3of3) | Q8_0 | 128.2 | fast, best quality |
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
| 42 |
+
types (lower is better):
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
+
And here are Artefact2's thoughts on the matter:
|
| 47 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
| 48 |
+
|
| 49 |
+
## Thanks
|
| 50 |
+
|
| 51 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 52 |
+
me use its servers and providing upgrades to my workstation to enable
|
| 53 |
+
this work in my free time.
|
| 54 |
+
|
| 55 |
+
<!-- end -->
|