morriszms commited on
Commit
e32c0fa
ยท
verified ยท
1 Parent(s): e2655fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -188,12 +188,47 @@ This repo contains GGUF format model files for [HuggingFaceH4/zephyr-7b-beta](ht
188
  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).
189
 
190
 
191
- <div style="text-align: left; margin: 20px 0;">
192
- <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
193
- Run them on the TensorBlock client using your local machine โ†—
194
- </a>
195
- </div>
196
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  ## Prompt template
198
 
199
 
 
188
  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).
189
 
190
 
191
+ ## Our projects
192
+ <table border="1" cellspacing="0" cellpadding="10">
193
+ <tr>
194
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
195
+ <th style="font-size: 25px;">TensorBlock Studio</th>
196
+ </tr>
197
+ <tr>
198
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
199
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
200
+ </tr>
201
+ <tr>
202
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
203
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
204
+ </tr>
205
+ <tr>
206
+ <th>
207
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
208
+ display: inline-block;
209
+ padding: 8px 16px;
210
+ background-color: #FF7F50;
211
+ color: white;
212
+ text-decoration: none;
213
+ border-radius: 6px;
214
+ font-weight: bold;
215
+ font-family: sans-serif;
216
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
217
+ </th>
218
+ <th>
219
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
220
+ display: inline-block;
221
+ padding: 8px 16px;
222
+ background-color: #FF7F50;
223
+ color: white;
224
+ text-decoration: none;
225
+ border-radius: 6px;
226
+ font-weight: bold;
227
+ font-family: sans-serif;
228
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
229
+ </th>
230
+ </tr>
231
+ </table>
232
  ## Prompt template
233
 
234