Text Generation
Transformers
GGUF
TensorBlock
GGUF
morriszms commited on
Commit
45c2619
Β·
verified Β·
1 Parent(s): 69a1227

Update README.md

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