morriszms commited on
Commit
85adcbf
Β·
verified Β·
1 Parent(s): 07f858d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -145,12 +145,47 @@ This repo contains GGUF format model files for [swap-uniba/LLaMAntino-3-ANITA-8B
145
  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).
146
 
147
 
148
- <div style="text-align: left; margin: 20px 0;">
149
- <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;">
150
- Run them on the TensorBlock client using your local machine β†—
151
- </a>
152
- </div>
153
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  ## Prompt template
155
 
156
 
 
145
  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).
146
 
147
 
148
+ ## Our projects
149
+ <table border="1" cellspacing="0" cellpadding="10">
150
+ <tr>
151
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
152
+ <th style="font-size: 25px;">TensorBlock Studio</th>
153
+ </tr>
154
+ <tr>
155
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
156
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
157
+ </tr>
158
+ <tr>
159
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
160
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
161
+ </tr>
162
+ <tr>
163
+ <th>
164
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
165
+ display: inline-block;
166
+ padding: 8px 16px;
167
+ background-color: #FF7F50;
168
+ color: white;
169
+ text-decoration: none;
170
+ border-radius: 6px;
171
+ font-weight: bold;
172
+ font-family: sans-serif;
173
+ ">πŸ‘€ See what we built πŸ‘€</a>
174
+ </th>
175
+ <th>
176
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
177
+ display: inline-block;
178
+ padding: 8px 16px;
179
+ background-color: #FF7F50;
180
+ color: white;
181
+ text-decoration: none;
182
+ border-radius: 6px;
183
+ font-weight: bold;
184
+ font-family: sans-serif;
185
+ ">πŸ‘€ See what we built πŸ‘€</a>
186
+ </th>
187
+ </tr>
188
+ </table>
189
  ## Prompt template
190
 
191