GGUF
English
code
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
9bcc019
Β·
verified Β·
1 Parent(s): ba28e03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -133,44 +133,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
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
 
 
133
 
134
  ## Our projects
135
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
136
  <tr>
137
+ <th colspan="2" style="font-size: 25px;">Forge</th>
138
+ </tr>
139
+ <tr>
140
+ <th colspan="2">
141
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
142
+ </th>
143
+ </tr>
144
+ <tr>
145
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
146
+ </tr>
147
+ <tr>
148
+ <th colspan="2">
149
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
150
+ display: inline-block;
151
+ padding: 8px 16px;
152
+ background-color: #FF7F50;
153
+ color: white;
154
+ text-decoration: none;
155
+ border-radius: 6px;
156
+ font-weight: bold;
157
+ font-family: sans-serif;
158
+ ">πŸš€ Try it now! πŸš€</a>
159
+ </th>
160
+ </tr>
161
+
162
+ <tr>
163
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
164
+ <th style="font-size: 25px;">TensorBlock Studio</th>
165
+ </tr>
166
+ <tr>
167
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
168
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
169
  </tr>
170
  <tr>
171
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
172
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
173
  </tr>
174
+ <tr>
175
+ <th>
176
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
177
+ display: inline-block;
178
+ padding: 8px 16px;
179
+ background-color: #FF7F50;
180
+ color: white;
181
+ text-decoration: none;
182
+ border-radius: 6px;
183
+ font-weight: bold;
184
+ font-family: sans-serif;
185
+ ">πŸ‘€ See what we built πŸ‘€</a>
186
+ </th>
187
+ <th>
188
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
189
+ display: inline-block;
190
+ padding: 8px 16px;
191
+ background-color: #FF7F50;
192
+ color: white;
193
+ text-decoration: none;
194
+ border-radius: 6px;
195
+ font-weight: bold;
196
+ font-family: sans-serif;
197
+ ">πŸ‘€ See what we built πŸ‘€</a>
198
+ </th>
199
+ </tr>
200
  </table>
201
  ## Prompt template
202