Instructions to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF", filename="Infinity-Instruct-3M-0625-Mistral-7B-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-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/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-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/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with Ollama:
ollama run hf.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-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 tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-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 tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Infinity-Instruct-3M-0625-Mistral-7B-GGUF-Q2_K
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,8 +27,16 @@ This repo contains GGUF format model files for [BAAI/Infinity-Instruct-3M-0625-M
|
|
| 27 |
|
| 28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Prompt template
|
| 31 |
|
|
|
|
| 32 |
```
|
| 33 |
<|im_start|>system
|
| 34 |
{system_prompt}<|im_end|>
|
|
@@ -41,18 +49,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
| 41 |
|
| 42 |
| Filename | Quant type | File Size | Description |
|
| 43 |
| -------- | ---------- | --------- | ----------- |
|
| 44 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 45 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 46 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 47 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 48 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 49 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 50 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 51 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 52 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 53 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 54 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 55 |
-
| [Infinity-Instruct-3M-0625-Mistral-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/
|
| 56 |
|
| 57 |
|
| 58 |
## Downloading instruction
|
|
|
|
| 27 |
|
| 28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 29 |
|
| 30 |
+
|
| 31 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 32 |
+
<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;">
|
| 33 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 34 |
+
</a>
|
| 35 |
+
</div>
|
| 36 |
+
|
| 37 |
## Prompt template
|
| 38 |
|
| 39 |
+
|
| 40 |
```
|
| 41 |
<|im_start|>system
|
| 42 |
{system_prompt}<|im_end|>
|
|
|
|
| 49 |
|
| 50 |
| Filename | Quant type | File Size | Description |
|
| 51 |
| -------- | ---------- | --------- | ----------- |
|
| 52 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 53 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
| 54 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
| 55 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
| 56 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 57 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
| 58 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
| 59 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 60 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
| 61 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
| 62 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
| 63 |
+
| [Infinity-Instruct-3M-0625-Mistral-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Infinity-Instruct-3M-0625-Mistral-7B-GGUF/blob/main/Infinity-Instruct-3M-0625-Mistral-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
| 64 |
|
| 65 |
|
| 66 |
## Downloading instruction
|