Text Generation
Transformers
GGUF
English
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
ecafad9
Β·
verified Β·
1 Parent(s): b45be0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -132,12 +132,47 @@ This repo contains GGUF format model files for [kyujinpy/SOLAR-Platypus-10.7B-v1
132
 
133
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
134
 
135
- <div style="text-align: left; margin: 20px 0;">
136
- <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;">
137
- Run them on the TensorBlock client using your local machine β†—
138
- </a>
139
- </div>
140
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  ## Prompt template
142
 
143
  ```
 
132
 
133
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
134
 
135
+ ## Our projects
136
+ <table border="1" cellspacing="0" cellpadding="10">
137
+ <tr>
138
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
139
+ <th style="font-size: 25px;">TensorBlock Studio</th>
140
+ </tr>
141
+ <tr>
142
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
143
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
144
+ </tr>
145
+ <tr>
146
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
147
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
148
+ </tr>
149
+ <tr>
150
+ <th>
151
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
152
+ display: inline-block;
153
+ padding: 8px 16px;
154
+ background-color: #FF7F50;
155
+ color: white;
156
+ text-decoration: none;
157
+ border-radius: 6px;
158
+ font-weight: bold;
159
+ font-family: sans-serif;
160
+ ">πŸ‘€ See what we built πŸ‘€</a>
161
+ </th>
162
+ <th>
163
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
164
+ display: inline-block;
165
+ padding: 8px 16px;
166
+ background-color: #FF7F50;
167
+ color: white;
168
+ text-decoration: none;
169
+ border-radius: 6px;
170
+ font-weight: bold;
171
+ font-family: sans-serif;
172
+ ">πŸ‘€ See what we built πŸ‘€</a>
173
+ </th>
174
+ </tr>
175
+ </table>
176
  ## Prompt template
177
 
178
  ```