Text Generation
Transformers
GGUF
code
TensorBlock
GGUF
Eval Results
conversational
morriszms commited on
Commit
8547753
·
verified ·
1 Parent(s): 7adf391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -104,12 +104,47 @@ This repo contains GGUF format model files for [bigcode/starcoder2-15b-instruct-
104
  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).
105
 
106
 
107
- <div style="text-align: left; margin: 20px 0;">
108
- <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;">
109
- Run them on the TensorBlock client using your local machine ↗
110
- </a>
111
- </div>
112
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ## Prompt template
114
 
115
 
 
104
  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).
105
 
106
 
107
+ ## Our projects
108
+ <table border="1" cellspacing="0" cellpadding="10">
109
+ <tr>
110
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
111
+ <th style="font-size: 25px;">TensorBlock Studio</th>
112
+ </tr>
113
+ <tr>
114
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
115
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
116
+ </tr>
117
+ <tr>
118
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
119
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
120
+ </tr>
121
+ <tr>
122
+ <th>
123
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
124
+ display: inline-block;
125
+ padding: 8px 16px;
126
+ background-color: #FF7F50;
127
+ color: white;
128
+ text-decoration: none;
129
+ border-radius: 6px;
130
+ font-weight: bold;
131
+ font-family: sans-serif;
132
+ ">👀 See what we built 👀</a>
133
+ </th>
134
+ <th>
135
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
136
+ display: inline-block;
137
+ padding: 8px 16px;
138
+ background-color: #FF7F50;
139
+ color: white;
140
+ text-decoration: none;
141
+ border-radius: 6px;
142
+ font-weight: bold;
143
+ font-family: sans-serif;
144
+ ">👀 See what we built 👀</a>
145
+ </th>
146
+ </tr>
147
+ </table>
148
  ## Prompt template
149
 
150