Transformers
GGUF
TensorBlock
GGUF
Eval Results
conversational
morriszms commited on
Commit
eddd45b
Β·
verified Β·
1 Parent(s): 0e3b764

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -224,44 +224,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
224
 
225
  ## Our projects
226
  <table border="1" cellspacing="0" cellpadding="10">
227
- <tr>
228
- <th style="font-size: 25px;">Awesome MCP Servers</th>
229
- <th style="font-size: 25px;">TensorBlock Studio</th>
230
- </tr>
231
  <tr>
232
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
233
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  </tr>
235
  <tr>
236
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
237
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
238
  </tr>
239
- <tr>
240
- <th>
241
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
242
- display: inline-block;
243
- padding: 8px 16px;
244
- background-color: #FF7F50;
245
- color: white;
246
- text-decoration: none;
247
- border-radius: 6px;
248
- font-weight: bold;
249
- font-family: sans-serif;
250
- ">πŸ‘€ See what we built πŸ‘€</a>
251
- </th>
252
- <th>
253
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
254
- display: inline-block;
255
- padding: 8px 16px;
256
- background-color: #FF7F50;
257
- color: white;
258
- text-decoration: none;
259
- border-radius: 6px;
260
- font-weight: bold;
261
- font-family: sans-serif;
262
- ">πŸ‘€ See what we built πŸ‘€</a>
263
- </th>
264
- </tr>
265
  </table>
266
  ## Prompt template
267
 
 
224
 
225
  ## Our projects
226
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
227
  <tr>
228
+ <th colspan="2" style="font-size: 25px;">Forge</th>
229
+ </tr>
230
+ <tr>
231
+ <th colspan="2">
232
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
233
+ </th>
234
+ </tr>
235
+ <tr>
236
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
237
+ </tr>
238
+ <tr>
239
+ <th colspan="2">
240
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
241
+ display: inline-block;
242
+ padding: 8px 16px;
243
+ background-color: #FF7F50;
244
+ color: white;
245
+ text-decoration: none;
246
+ border-radius: 6px;
247
+ font-weight: bold;
248
+ font-family: sans-serif;
249
+ ">πŸš€ Try it now! πŸš€</a>
250
+ </th>
251
+ </tr>
252
+
253
+ <tr>
254
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
255
+ <th style="font-size: 25px;">TensorBlock Studio</th>
256
+ </tr>
257
+ <tr>
258
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
259
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
260
  </tr>
261
  <tr>
262
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
263
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
264
  </tr>
265
+ <tr>
266
+ <th>
267
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
268
+ display: inline-block;
269
+ padding: 8px 16px;
270
+ background-color: #FF7F50;
271
+ color: white;
272
+ text-decoration: none;
273
+ border-radius: 6px;
274
+ font-weight: bold;
275
+ font-family: sans-serif;
276
+ ">πŸ‘€ See what we built πŸ‘€</a>
277
+ </th>
278
+ <th>
279
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
280
+ display: inline-block;
281
+ padding: 8px 16px;
282
+ background-color: #FF7F50;
283
+ color: white;
284
+ text-decoration: none;
285
+ border-radius: 6px;
286
+ font-weight: bold;
287
+ font-family: sans-serif;
288
+ ">πŸ‘€ See what we built πŸ‘€</a>
289
+ </th>
290
+ </tr>
291
  </table>
292
  ## Prompt template
293