Text Generation
GGUF
TensorBlock
GGUF
morriszms commited on
Commit
6ac4ed1
Β·
verified Β·
1 Parent(s): 2525946

Update README.md

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