morriszms commited on
Commit
c87c546
Β·
verified Β·
1 Parent(s): 9eb373b

Update README.md

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