GGUF
English
code
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
28b5951
Β·
verified Β·
1 Parent(s): 5f58e09

Update README.md

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