Instructions to use tensorblock/Mistral-RAG-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Mistral-RAG-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Mistral-RAG-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Mistral-RAG-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Mistral-RAG-GGUF", filename="Mistral-RAG-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Mistral-RAG-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-RAG-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Mistral-RAG-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-RAG-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Mistral-RAG-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-RAG-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Mistral-RAG-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-RAG-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Mistral-RAG-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Mistral-RAG-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Mistral-RAG-GGUF with Ollama:
ollama run hf.co/tensorblock/Mistral-RAG-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Mistral-RAG-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/Mistral-RAG-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/Mistral-RAG-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/Mistral-RAG-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/Mistral-RAG-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Mistral-RAG-GGUF:Q2_K
- Lemonade
How to use tensorblock/Mistral-RAG-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Mistral-RAG-GGUF:Q2_K
Run and chat with the model
lemonade run user.Mistral-RAG-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- Mistral-RAG-Q3_K_L.gguf +0 -3
- Mistral-RAG-Q3_K_S.gguf +0 -3
- Mistral-RAG-Q4_0.gguf +0 -3
- Mistral-RAG-Q4_K_M.gguf +0 -3
- Mistral-RAG-Q4_K_S.gguf +0 -3
- Mistral-RAG-Q5_0.gguf +0 -3
- Mistral-RAG-Q5_K_M.gguf +0 -3
- Mistral-RAG-Q5_K_S.gguf +0 -3
- Mistral-RAG-Q6_K.gguf +0 -3
- Mistral-RAG-Q8_0.gguf +0 -3
Mistral-RAG-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8bd7f546a58259297ba311a6ef4f9ece34adccad0ec13e72ef76bf2d485af6eb
|
| 3 |
-
size 3822024768
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:543dc7113fe7beefe7e3badab67ed0e9d2d60b9c4030d5eb1777578f3f99a417
|
| 3 |
-
size 3164567616
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bacdb6ad524ba784227b1d37ce7d170f94b36541993a1e357b02f806ea4b7956
|
| 3 |
-
size 4108916800
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0805c8d61e5ee68d5c7b03d34fa66831ee17b5ee0b1194aa7db4b697f75051f
|
| 3 |
-
size 4368439360
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c09ad342e99b9f933d1f6c5efebc390b7c5d7b64fd05092953d206b32216f9d5
|
| 3 |
-
size 4140374080
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f248d460d6ebcdc2404c73c946d1558ae5cfeebc84c8cdc5f72512af00901188
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4e9ae12611c55b6be74e6bfd50e78e8cb47d8fae3e67b7c18617fdbe33e922c0
|
| 3 |
-
size 5131409472
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4008f4e6387fccea1ff78e76d44b62db22d698f5a290ccc00952de199113dc91
|
| 3 |
-
size 4997716032
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5172176df074b3d1f77417a56ae3040657b46ec8098113c50e134e0a38856985
|
| 3 |
-
size 5942065216
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-RAG-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:14c94ddabede9fe17a025b5022d0fd089739a8e5fdb5d6b48af801e33fb2a4d6
|
| 3 |
-
size 7695857728
|
|
|
|
|
|
|
|
|
|
|
|