Update README.md
Browse files
README.md
CHANGED
|
@@ -22,12 +22,47 @@ This repo contains GGUF format model files for [MaziyarPanahi/sqlcoder-7b-Mistra
|
|
| 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 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
</
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Prompt template
|
| 32 |
|
| 33 |
```
|
|
|
|
| 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 |
+
## Our projects
|
| 26 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 27 |
+
<tr>
|
| 28 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 29 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 30 |
+
</tr>
|
| 31 |
+
<tr>
|
| 32 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 33 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 34 |
+
</tr>
|
| 35 |
+
<tr>
|
| 36 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 37 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 38 |
+
</tr>
|
| 39 |
+
<tr>
|
| 40 |
+
<th>
|
| 41 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 42 |
+
display: inline-block;
|
| 43 |
+
padding: 8px 16px;
|
| 44 |
+
background-color: #FF7F50;
|
| 45 |
+
color: white;
|
| 46 |
+
text-decoration: none;
|
| 47 |
+
border-radius: 6px;
|
| 48 |
+
font-weight: bold;
|
| 49 |
+
font-family: sans-serif;
|
| 50 |
+
">π See what we built π</a>
|
| 51 |
+
</th>
|
| 52 |
+
<th>
|
| 53 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 54 |
+
display: inline-block;
|
| 55 |
+
padding: 8px 16px;
|
| 56 |
+
background-color: #FF7F50;
|
| 57 |
+
color: white;
|
| 58 |
+
text-decoration: none;
|
| 59 |
+
border-radius: 6px;
|
| 60 |
+
font-weight: bold;
|
| 61 |
+
font-family: sans-serif;
|
| 62 |
+
">π See what we built π</a>
|
| 63 |
+
</th>
|
| 64 |
+
</tr>
|
| 65 |
+
</table>
|
| 66 |
## Prompt template
|
| 67 |
|
| 68 |
```
|