Update README.md
Browse files
README.md
CHANGED
@@ -147,12 +147,47 @@ This repo contains GGUF format model files for [fluently-lm/FluentlyLM-Prinum](h
|
|
147 |
|
148 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
|
149 |
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
</
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
## Prompt template
|
157 |
|
158 |
```
|
|
|
147 |
|
148 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
|
149 |
|
150 |
+
## Our projects
|
151 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
152 |
+
<tr>
|
153 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
154 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
155 |
+
</tr>
|
156 |
+
<tr>
|
157 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
158 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
159 |
+
</tr>
|
160 |
+
<tr>
|
161 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
162 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
163 |
+
</tr>
|
164 |
+
<tr>
|
165 |
+
<th>
|
166 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
167 |
+
display: inline-block;
|
168 |
+
padding: 8px 16px;
|
169 |
+
background-color: #FF7F50;
|
170 |
+
color: white;
|
171 |
+
text-decoration: none;
|
172 |
+
border-radius: 6px;
|
173 |
+
font-weight: bold;
|
174 |
+
font-family: sans-serif;
|
175 |
+
">π See what we built π</a>
|
176 |
+
</th>
|
177 |
+
<th>
|
178 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
179 |
+
display: inline-block;
|
180 |
+
padding: 8px 16px;
|
181 |
+
background-color: #FF7F50;
|
182 |
+
color: white;
|
183 |
+
text-decoration: none;
|
184 |
+
border-radius: 6px;
|
185 |
+
font-weight: bold;
|
186 |
+
font-family: sans-serif;
|
187 |
+
">π See what we built π</a>
|
188 |
+
</th>
|
189 |
+
</tr>
|
190 |
+
</table>
|
191 |
## Prompt template
|
192 |
|
193 |
```
|