GGUF
TensorBlock
GGUF
morriszms commited on
Commit
99366b8
Β·
verified Β·
1 Parent(s): e4fff3e

Update README.md

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