morriszms commited on
Commit
a36412c
Β·
verified Β·
1 Parent(s): a88e5b4

Update README.md

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