Text Generation
Transformers
GGUF
English
Chinese
llama
Merge
medical
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
1fe9739
Β·
verified Β·
1 Parent(s): ef3a8fc

Update README.md

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