GGUF
Merge
mergekit
Nexusflow/Starling-LM-7B-beta
FuseAI/FuseChat-7B-VaRM
TensorBlock
GGUF
Eval Results (legacy)
conversational
Instructions to use tensorblock/L-MChat-7b-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/L-MChat-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 tensorblock/L-MChat-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/L-MChat-7b-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/L-MChat-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/L-MChat-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/L-MChat-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/L-MChat-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/L-MChat-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/L-MChat-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/L-MChat-7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/L-MChat-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/L-MChat-7b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/L-MChat-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/L-MChat-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/L-MChat-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/L-MChat-7b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/L-MChat-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/L-MChat-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/L-MChat-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/L-MChat-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.L-MChat-7b-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -223,12 +223,47 @@ This repo contains GGUF format model files for [Artples/L-MChat-7b](https://hugg
|
|
| 223 |
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).
|
| 224 |
|
| 225 |
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
</
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
## Prompt template
|
| 233 |
|
| 234 |
|
|
|
|
| 223 |
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).
|
| 224 |
|
| 225 |
|
| 226 |
+
## Our projects
|
| 227 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 228 |
+
<tr>
|
| 229 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 230 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 231 |
+
</tr>
|
| 232 |
+
<tr>
|
| 233 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 234 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 235 |
+
</tr>
|
| 236 |
+
<tr>
|
| 237 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 238 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 239 |
+
</tr>
|
| 240 |
+
<tr>
|
| 241 |
+
<th>
|
| 242 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 243 |
+
display: inline-block;
|
| 244 |
+
padding: 8px 16px;
|
| 245 |
+
background-color: #FF7F50;
|
| 246 |
+
color: white;
|
| 247 |
+
text-decoration: none;
|
| 248 |
+
border-radius: 6px;
|
| 249 |
+
font-weight: bold;
|
| 250 |
+
font-family: sans-serif;
|
| 251 |
+
">👀 See what we built 👀</a>
|
| 252 |
+
</th>
|
| 253 |
+
<th>
|
| 254 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 255 |
+
display: inline-block;
|
| 256 |
+
padding: 8px 16px;
|
| 257 |
+
background-color: #FF7F50;
|
| 258 |
+
color: white;
|
| 259 |
+
text-decoration: none;
|
| 260 |
+
border-radius: 6px;
|
| 261 |
+
font-weight: bold;
|
| 262 |
+
font-family: sans-serif;
|
| 263 |
+
">👀 See what we built 👀</a>
|
| 264 |
+
</th>
|
| 265 |
+
</tr>
|
| 266 |
+
</table>
|
| 267 |
## Prompt template
|
| 268 |
|
| 269 |
|