GGUF
TensorBlock
GGUF
morriszms commited on
Commit
1c43d84
Β·
verified Β·
1 Parent(s): da4a6d6

Update README.md

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