morriszms commited on
Commit
6ff93d1
ยท
verified ยท
1 Parent(s): 2130a1f

Update README.md

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