GGUF
TensorBlock
GGUF
conversational
morriszms commited on
Commit
50ec37d
Β·
verified Β·
1 Parent(s): 4b10575

Update README.md

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