morriszms commited on
Commit
0c3f7a3
Β·
verified Β·
1 Parent(s): 014c8ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -88,12 +88,47 @@ This repo contains GGUF format model files for [bigcode/starcoder2-7b](https://h
88
  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).
89
 
90
 
91
- <div style="text-align: left; margin: 20px 0;">
92
- <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;">
93
- Run them on the TensorBlock client using your local machine β†—
94
- </a>
95
- </div>
96
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ## Prompt template
98
 
99
 
 
88
  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).
89
 
90
 
91
+ ## Our projects
92
+ <table border="1" cellspacing="0" cellpadding="10">
93
+ <tr>
94
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
95
+ <th style="font-size: 25px;">TensorBlock Studio</th>
96
+ </tr>
97
+ <tr>
98
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
99
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
100
+ </tr>
101
+ <tr>
102
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
103
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
104
+ </tr>
105
+ <tr>
106
+ <th>
107
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
108
+ display: inline-block;
109
+ padding: 8px 16px;
110
+ background-color: #FF7F50;
111
+ color: white;
112
+ text-decoration: none;
113
+ border-radius: 6px;
114
+ font-weight: bold;
115
+ font-family: sans-serif;
116
+ ">πŸ‘€ See what we built πŸ‘€</a>
117
+ </th>
118
+ <th>
119
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
120
+ display: inline-block;
121
+ padding: 8px 16px;
122
+ background-color: #FF7F50;
123
+ color: white;
124
+ text-decoration: none;
125
+ border-radius: 6px;
126
+ font-weight: bold;
127
+ font-family: sans-serif;
128
+ ">πŸ‘€ See what we built πŸ‘€</a>
129
+ </th>
130
+ </tr>
131
+ </table>
132
  ## Prompt template
133
 
134