morriszms commited on
Commit
b5552d2
·
verified ·
1 Parent(s): 3b155f8

Update README.md

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