GGUF
Mixture of Experts
mixtral
openchat/openchat-3.5-0106
giux78/zefiro-7b-beta-ITA-v0.1
azale-ai/Starstreak-7b-beta
gagan3012/Mistral_arabic_dpo
davidkim205/komt-mistral-7b-v1
OpenBuddy/openbuddy-zephyr-7b-v14.1
manishiitg/open-aditi-hi-v1
VAGOsolutions/SauerkrautLM-7b-v1-mistral
TensorBlock
GGUF
Eval Results (legacy)
conversational
Instructions to use tensorblock/Multilingual-mistral-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Multilingual-mistral-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Multilingual-mistral-GGUF", filename="Multilingual-mistral-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Multilingual-mistral-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/Multilingual-mistral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Multilingual-mistral-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/Multilingual-mistral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Multilingual-mistral-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/Multilingual-mistral-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Multilingual-mistral-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/Multilingual-mistral-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Multilingual-mistral-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Multilingual-mistral-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Multilingual-mistral-GGUF with Ollama:
ollama run hf.co/tensorblock/Multilingual-mistral-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Multilingual-mistral-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/Multilingual-mistral-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/Multilingual-mistral-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/Multilingual-mistral-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Multilingual-mistral-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Multilingual-mistral-GGUF:Q2_K
- Lemonade
How to use tensorblock/Multilingual-mistral-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Multilingual-mistral-GGUF:Q2_K
Run and chat with the model
lemonade run user.Multilingual-mistral-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Multilingual-mistral-Q3_K_L.gguf +0 -3
- Multilingual-mistral-Q3_K_M.gguf +0 -3
- Multilingual-mistral-Q3_K_S.gguf +0 -3
- Multilingual-mistral-Q4_0.gguf +0 -3
- Multilingual-mistral-Q4_K_M.gguf +0 -3
- Multilingual-mistral-Q4_K_S.gguf +0 -3
- Multilingual-mistral-Q5_0.gguf +0 -3
- Multilingual-mistral-Q5_K_M.gguf +0 -3
- Multilingual-mistral-Q5_K_S.gguf +0 -3
- Multilingual-mistral-Q6_K.gguf +0 -3
- Multilingual-mistral-Q8_0.gguf +0 -3
Multilingual-mistral-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f0427994deb88c15d93611db710f648e6a7701f2d5bc9da14aa804a7404bda0c
|
| 3 |
-
size 24169646432
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5828a62e1b5c3489b984a70e67ed103ccc2d383a784ba18ef411c2d1c3aadb2b
|
| 3 |
-
size 22546450784
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9814788cc82ae0161a709d974061bef534cf0a6cd1fcb4fc8cef25088bc060d2
|
| 3 |
-
size 20432521568
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bca43a0f4c2429dc7268061f85a7bb04c7686f29b7fd87e9b03cd78f9dfd3583
|
| 3 |
-
size 26443589984
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b824bd6b4b6e1def0ea5765d144d3d60f198b135e940cfaa598275b5be19cb3
|
| 3 |
-
size 28448467296
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c383cac85dc148a9cc1740fb8ac985b71a14a44bde4501811d1687fe1935b23d
|
| 3 |
-
size 26745579872
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3834c05f905879598bef484e8f2db21f5150d2377a503a00bbe8b3b4436ec8fa
|
| 3 |
-
size 32231336288
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5a8dc95919ab7bf3d5540542a8fe2dfbff6c672c13c9cfe39670d5fc59dafe19
|
| 3 |
-
size 33229580640
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5291a2e9070047eeeb831f17152b58ce10f3bd17eb2bc318928753c52b4003ab
|
| 3 |
-
size 32231336288
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e48f3ff7f972240625df42d49d5b43758a250fcb962ab979c057d6cfe7917241
|
| 3 |
-
size 38380816736
|
|
|
|
|
|
|
|
|
|
|
|
Multilingual-mistral-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e3be801debfd5b8f5fd21f9fe6c4a62ec768442ca77e4b720867cbd2ff0e3a6e
|
| 3 |
-
size 49626319200
|
|
|
|
|
|
|
|
|
|
|
|