morriszms commited on
Commit
bd70a58
Β·
verified Β·
1 Parent(s): 9f9412c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -28,12 +28,47 @@ This repo contains GGUF format model files for [lightblue/suzume-llama-3-8B-mult
28
  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).
29
 
30
 
31
- <div style="text-align: left; margin: 20px 0;">
32
- <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;">
33
- Run them on the TensorBlock client using your local machine β†—
34
- </a>
35
- </div>
36
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## Prompt template
38
 
39
 
 
28
  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).
29
 
30
 
31
+ ## Our projects
32
+ <table border="1" cellspacing="0" cellpadding="10">
33
+ <tr>
34
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
35
+ <th style="font-size: 25px;">TensorBlock Studio</th>
36
+ </tr>
37
+ <tr>
38
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
39
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
40
+ </tr>
41
+ <tr>
42
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
43
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
44
+ </tr>
45
+ <tr>
46
+ <th>
47
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
48
+ display: inline-block;
49
+ padding: 8px 16px;
50
+ background-color: #FF7F50;
51
+ color: white;
52
+ text-decoration: none;
53
+ border-radius: 6px;
54
+ font-weight: bold;
55
+ font-family: sans-serif;
56
+ ">πŸ‘€ See what we built πŸ‘€</a>
57
+ </th>
58
+ <th>
59
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
60
+ display: inline-block;
61
+ padding: 8px 16px;
62
+ background-color: #FF7F50;
63
+ color: white;
64
+ text-decoration: none;
65
+ border-radius: 6px;
66
+ font-weight: bold;
67
+ font-family: sans-serif;
68
+ ">πŸ‘€ See what we built πŸ‘€</a>
69
+ </th>
70
+ </tr>
71
+ </table>
72
  ## Prompt template
73
 
74