Instructions to use mradermacher/spellcheck-mistral-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/spellcheck-mistral-7b-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/spellcheck-mistral-7b-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/spellcheck-mistral-7b-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/spellcheck-mistral-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/spellcheck-mistral-7b-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 mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/spellcheck-mistral-7b-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 mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/spellcheck-mistral-7b-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 mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/spellcheck-mistral-7b-GGUF with Ollama:
ollama run hf.co/mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/spellcheck-mistral-7b-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/spellcheck-mistral-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/spellcheck-mistral-7b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.spellcheck-mistral-7b-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ language:
|
|
| 7 |
- en
|
| 8 |
library_name: transformers
|
| 9 |
license: agpl-3.0
|
|
|
|
|
|
|
| 10 |
quantized_by: mradermacher
|
| 11 |
---
|
| 12 |
## About
|
|
@@ -19,6 +21,9 @@ quantized_by: mradermacher
|
|
| 19 |
static quants of https://huggingface.co/openfoodfacts/spellcheck-mistral-7b
|
| 20 |
|
| 21 |
<!-- provided-files -->
|
|
|
|
|
|
|
|
|
|
| 22 |
weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
|
| 23 |
## Usage
|
| 24 |
|
|
@@ -62,6 +67,6 @@ questions you might have and/or if you want some other model quantized.
|
|
| 62 |
|
| 63 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 64 |
me use its servers and providing upgrades to my workstation to enable
|
| 65 |
-
this work in my free time.
|
| 66 |
|
| 67 |
<!-- end -->
|
|
|
|
| 7 |
- en
|
| 8 |
library_name: transformers
|
| 9 |
license: agpl-3.0
|
| 10 |
+
mradermacher:
|
| 11 |
+
readme_rev: 1
|
| 12 |
quantized_by: mradermacher
|
| 13 |
---
|
| 14 |
## About
|
|
|
|
| 21 |
static quants of https://huggingface.co/openfoodfacts/spellcheck-mistral-7b
|
| 22 |
|
| 23 |
<!-- provided-files -->
|
| 24 |
+
|
| 25 |
+
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#spellcheck-mistral-7b-GGUF).***
|
| 26 |
+
|
| 27 |
weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
|
| 28 |
## Usage
|
| 29 |
|
|
|
|
| 67 |
|
| 68 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 69 |
me use its servers and providing upgrades to my workstation to enable
|
| 70 |
+
this work in my free time.
|
| 71 |
|
| 72 |
<!-- end -->
|