Transformers
GGUF
English
code
Mixture of Experts
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
1ba6499
·
verified ·
1 Parent(s): e124f2f

Update README.md

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