Update README.md
Browse files
README.md
CHANGED
|
@@ -41,12 +41,47 @@ This repo contains GGUF format model files for [SentientAGI/Dobby-Mini-Leashed-L
|
|
| 41 |
|
| 42 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
</
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
## Prompt template
|
| 51 |
|
| 52 |
```
|
|
|
|
| 41 |
|
| 42 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
|
| 43 |
|
| 44 |
+
## Our projects
|
| 45 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 46 |
+
<tr>
|
| 47 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 48 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 49 |
+
</tr>
|
| 50 |
+
<tr>
|
| 51 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 52 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 53 |
+
</tr>
|
| 54 |
+
<tr>
|
| 55 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 56 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 57 |
+
</tr>
|
| 58 |
+
<tr>
|
| 59 |
+
<th>
|
| 60 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 61 |
+
display: inline-block;
|
| 62 |
+
padding: 8px 16px;
|
| 63 |
+
background-color: #FF7F50;
|
| 64 |
+
color: white;
|
| 65 |
+
text-decoration: none;
|
| 66 |
+
border-radius: 6px;
|
| 67 |
+
font-weight: bold;
|
| 68 |
+
font-family: sans-serif;
|
| 69 |
+
">π See what we built π</a>
|
| 70 |
+
</th>
|
| 71 |
+
<th>
|
| 72 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 73 |
+
display: inline-block;
|
| 74 |
+
padding: 8px 16px;
|
| 75 |
+
background-color: #FF7F50;
|
| 76 |
+
color: white;
|
| 77 |
+
text-decoration: none;
|
| 78 |
+
border-radius: 6px;
|
| 79 |
+
font-weight: bold;
|
| 80 |
+
font-family: sans-serif;
|
| 81 |
+
">π See what we built π</a>
|
| 82 |
+
</th>
|
| 83 |
+
</tr>
|
| 84 |
+
</table>
|
| 85 |
## Prompt template
|
| 86 |
|
| 87 |
```
|