morriszms commited on
Commit
25cd93b
Β·
verified Β·
1 Parent(s): 5d6dd4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -175,12 +175,47 @@ This repo contains GGUF format model files for [Weyaxi/Einstein-v7-Qwen2-7B](htt
175
  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).
176
 
177
 
178
- <div style="text-align: left; margin: 20px 0;">
179
- <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;">
180
- Run them on the TensorBlock client using your local machine β†—
181
- </a>
182
- </div>
183
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  ## Prompt template
185
 
186
 
 
175
  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).
176
 
177
 
178
+ ## Our projects
179
+ <table border="1" cellspacing="0" cellpadding="10">
180
+ <tr>
181
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
182
+ <th style="font-size: 25px;">TensorBlock Studio</th>
183
+ </tr>
184
+ <tr>
185
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
186
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
187
+ </tr>
188
+ <tr>
189
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
190
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
191
+ </tr>
192
+ <tr>
193
+ <th>
194
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
195
+ display: inline-block;
196
+ padding: 8px 16px;
197
+ background-color: #FF7F50;
198
+ color: white;
199
+ text-decoration: none;
200
+ border-radius: 6px;
201
+ font-weight: bold;
202
+ font-family: sans-serif;
203
+ ">πŸ‘€ See what we built πŸ‘€</a>
204
+ </th>
205
+ <th>
206
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" 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
+ </tr>
218
+ </table>
219
  ## Prompt template
220
 
221