Instructions to use tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-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 tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-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 tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
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 tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
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 tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF with Ollama:
ollama run hf.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
- Lemonade
How to use tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF:Q2_K
Run and chat with the model
lemonade run user.Mistral-7B-Instruct-v0.2-sharded2GB-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_L.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_M.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_S.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q4_0.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_M.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_S.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q5_0.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_M.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_S.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q6_K.gguf +3 -0
- Mistral-7B-Instruct-v0.2-sharded2GB-Q8_0.gguf +3 -0
- README.md +75 -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 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Mistral-7B-Instruct-v0.2-sharded2GB-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d61eef7603ee7b244119fc900ac67a84c568d8287313de7e1c0a58f2bd7d0e4b
|
| 3 |
+
size 2719242784
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85789af9ab0d7392c4252c7b9f7a380fc93bc45399df53fb0b32a73400f19fdf
|
| 3 |
+
size 3822025248
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d49cac88e96572eeb13bc20c19eae5f34b416a6c8576a1be0fb24d9d99beac3
|
| 3 |
+
size 3518986784
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b236c1ffa2e3973bfc1e020548b3d694eacfb3bd414595bbe14790a5b097d9b
|
| 3 |
+
size 3164568096
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5881ea13b1c02aba71f1f8905cb32aa6e5f3731a2046ac01b4e6385a27385c0
|
| 3 |
+
size 4108917280
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aef842ee0fcc3fbd0b2ddf7d7bfd75a1f2c6b4c12e1dbb272794ae9d97738d1
|
| 3 |
+
size 4368439840
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:889c840ef79c046852b11ff5ee08331ad079dd88e291e84ae91136bbaedff0c6
|
| 3 |
+
size 4140374560
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ec82b0a348bd23de63196f469c12b760b853e12f705918abd5b4dfdbb78e31f
|
| 3 |
+
size 4997716512
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b83ad1e5f090e33cde186550491c5ba5cbb1b1ba8d758e8a4f206aebd5a774f
|
| 3 |
+
size 5131409952
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8a1f5f1e6f1016684a7a8aa4c0ab365ac0c7480e35ae1b31c490bf291cb550f
|
| 3 |
+
size 4997716512
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:092b0cfb63f08dcfb27811965b966adae876da5d005156a765a0c92594c46cbc
|
| 3 |
+
size 5942065696
|
Mistral-7B-Instruct-v0.2-sharded2GB-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5fdc387afd1f2f897d710c2b7dd330fb163f7c7664f7916439c02da2c3ad270
|
| 3 |
+
size 7695858208
|
README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: jonflynn/Mistral-7B-Instruct-v0.2-sharded2GB
|
| 3 |
+
tags:
|
| 4 |
+
- TensorBlock
|
| 5 |
+
- GGUF
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 9 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 10 |
+
</div>
|
| 11 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 13 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 14 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
| 15 |
+
</p>
|
| 16 |
+
</div>
|
| 17 |
+
</div>
|
| 18 |
+
|
| 19 |
+
## jonflynn/Mistral-7B-Instruct-v0.2-sharded2GB - GGUF
|
| 20 |
+
|
| 21 |
+
This repo contains GGUF format model files for [jonflynn/Mistral-7B-Instruct-v0.2-sharded2GB](https://huggingface.co/jonflynn/Mistral-7B-Instruct-v0.2-sharded2GB).
|
| 22 |
+
|
| 23 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 24 |
+
|
| 25 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 26 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
| 27 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 28 |
+
</a>
|
| 29 |
+
</div>
|
| 30 |
+
|
| 31 |
+
## Prompt template
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
<s>[INST] {prompt} [/INST]
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## Model file specification
|
| 38 |
+
|
| 39 |
+
| Filename | Quant type | File Size | Description |
|
| 40 |
+
| -------- | ---------- | --------- | ----------- |
|
| 41 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 42 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_S.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
| 43 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_M.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
| 44 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_L.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
| 45 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q4_0.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 46 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_S.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
| 47 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_M.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
| 48 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q5_0.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 49 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_S.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
| 50 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_M.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
| 51 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q6_K.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
| 52 |
+
| [Mistral-7B-Instruct-v0.2-sharded2GB-Q8_0.gguf](https://huggingface.co/tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF/blob/main/Mistral-7B-Instruct-v0.2-sharded2GB-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
## Downloading instruction
|
| 56 |
+
|
| 57 |
+
### Command line
|
| 58 |
+
|
| 59 |
+
Firstly, install Huggingface Client
|
| 60 |
+
|
| 61 |
+
```shell
|
| 62 |
+
pip install -U "huggingface_hub[cli]"
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
Then, downoad the individual model file the a local directory
|
| 66 |
+
|
| 67 |
+
```shell
|
| 68 |
+
huggingface-cli download tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF --include "Mistral-7B-Instruct-v0.2-sharded2GB-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 72 |
+
|
| 73 |
+
```shell
|
| 74 |
+
huggingface-cli download tensorblock/Mistral-7B-Instruct-v0.2-sharded2GB-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 75 |
+
```
|