Text Generation
Transformers
GGUF
code
TensorBlock
GGUF
Eval Results
conversational
morriszms commited on
Commit
09bb521
Β·
verified Β·
1 Parent(s): 13a54d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -106,44 +106,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
106
 
107
  ## Our projects
108
  <table border="1" cellspacing="0" cellpadding="10">
109
- <tr>
110
- <th style="font-size: 25px;">Awesome MCP Servers</th>
111
- <th style="font-size: 25px;">TensorBlock Studio</th>
112
- </tr>
113
  <tr>
114
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
115
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  </tr>
117
  <tr>
118
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
119
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
120
  </tr>
121
- <tr>
122
- <th>
123
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
124
- display: inline-block;
125
- padding: 8px 16px;
126
- background-color: #FF7F50;
127
- color: white;
128
- text-decoration: none;
129
- border-radius: 6px;
130
- font-weight: bold;
131
- font-family: sans-serif;
132
- ">πŸ‘€ See what we built πŸ‘€</a>
133
- </th>
134
- <th>
135
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
136
- display: inline-block;
137
- padding: 8px 16px;
138
- background-color: #FF7F50;
139
- color: white;
140
- text-decoration: none;
141
- border-radius: 6px;
142
- font-weight: bold;
143
- font-family: sans-serif;
144
- ">πŸ‘€ See what we built πŸ‘€</a>
145
- </th>
146
- </tr>
147
  </table>
148
  ## Prompt template
149
 
 
106
 
107
  ## Our projects
108
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
109
  <tr>
110
+ <th colspan="2" style="font-size: 25px;">Forge</th>
111
+ </tr>
112
+ <tr>
113
+ <th colspan="2">
114
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
115
+ </th>
116
+ </tr>
117
+ <tr>
118
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
119
+ </tr>
120
+ <tr>
121
+ <th colspan="2">
122
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
123
+ display: inline-block;
124
+ padding: 8px 16px;
125
+ background-color: #FF7F50;
126
+ color: white;
127
+ text-decoration: none;
128
+ border-radius: 6px;
129
+ font-weight: bold;
130
+ font-family: sans-serif;
131
+ ">πŸš€ Try it now! πŸš€</a>
132
+ </th>
133
+ </tr>
134
+
135
+ <tr>
136
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
137
+ <th style="font-size: 25px;">TensorBlock Studio</th>
138
+ </tr>
139
+ <tr>
140
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
141
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
142
  </tr>
143
  <tr>
144
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
145
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
146
  </tr>
147
+ <tr>
148
+ <th>
149
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" 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
+ ">πŸ‘€ See what we built πŸ‘€</a>
159
+ </th>
160
+ <th>
161
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
162
+ display: inline-block;
163
+ padding: 8px 16px;
164
+ background-color: #FF7F50;
165
+ color: white;
166
+ text-decoration: none;
167
+ border-radius: 6px;
168
+ font-weight: bold;
169
+ font-family: sans-serif;
170
+ ">πŸ‘€ See what we built πŸ‘€</a>
171
+ </th>
172
+ </tr>
173
  </table>
174
  ## Prompt template
175