morriszms commited on
Commit
3d600b2
Β·
verified Β·
1 Parent(s): 94d0ce5

Update README.md

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