morriszms commited on
Commit
a5fd6d4
Β·
verified Β·
1 Parent(s): f8cde85

Update README.md

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