Text Generation
Transformers
GGUF
Korean
TensorBlock
GGUF
morriszms commited on
Commit
2d2f839
Β·
verified Β·
1 Parent(s): 57bfe85

Update README.md

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