morriszms commited on
Commit
416734c
·
verified ·
1 Parent(s): 670a8fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -199,12 +199,47 @@ This repo contains GGUF format model files for [nicholasKluge/TeenyTinyLlama-160
199
 
200
  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).
201
 
202
- <div style="text-align: left; margin: 20px 0;">
203
- <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;">
204
- Run them on the TensorBlock client using your local machine ↗
205
- </a>
206
- </div>
207
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  ## Prompt template
209
 
210
  ```
 
199
 
200
  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).
201
 
202
+ ## Our projects
203
+ <table border="1" cellspacing="0" cellpadding="10">
204
+ <tr>
205
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
206
+ <th style="font-size: 25px;">TensorBlock Studio</th>
207
+ </tr>
208
+ <tr>
209
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
210
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
211
+ </tr>
212
+ <tr>
213
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
214
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
215
+ </tr>
216
+ <tr>
217
+ <th>
218
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
219
+ display: inline-block;
220
+ padding: 8px 16px;
221
+ background-color: #FF7F50;
222
+ color: white;
223
+ text-decoration: none;
224
+ border-radius: 6px;
225
+ font-weight: bold;
226
+ font-family: sans-serif;
227
+ ">👀 See what we built 👀</a>
228
+ </th>
229
+ <th>
230
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
231
+ display: inline-block;
232
+ padding: 8px 16px;
233
+ background-color: #FF7F50;
234
+ color: white;
235
+ text-decoration: none;
236
+ border-radius: 6px;
237
+ font-weight: bold;
238
+ font-family: sans-serif;
239
+ ">👀 See what we built 👀</a>
240
+ </th>
241
+ </tr>
242
+ </table>
243
  ## Prompt template
244
 
245
  ```