morriszms commited on
Commit
c9220db
Β·
verified Β·
1 Parent(s): eb4c3ed

Update README.md

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