Transformers
GGUF
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
bf04048
Β·
verified Β·
1 Parent(s): f18cb06

Update README.md

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