Text Generation
Transformers
GGUF
English
TensorBlock
GGUF
conversational
morriszms commited on
Commit
6b8f258
Β·
verified Β·
1 Parent(s): d701432

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -34,44 +34,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
34
 
35
  ## Our projects
36
  <table border="1" cellspacing="0" cellpadding="10">
37
- <tr>
38
- <th style="font-size: 25px;">Awesome MCP Servers</th>
39
- <th style="font-size: 25px;">TensorBlock Studio</th>
40
- </tr>
41
  <tr>
42
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
43
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  </tr>
45
  <tr>
46
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
47
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
48
  </tr>
49
- <tr>
50
- <th>
51
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
52
- display: inline-block;
53
- padding: 8px 16px;
54
- background-color: #FF7F50;
55
- color: white;
56
- text-decoration: none;
57
- border-radius: 6px;
58
- font-weight: bold;
59
- font-family: sans-serif;
60
- ">πŸ‘€ See what we built πŸ‘€</a>
61
- </th>
62
- <th>
63
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
64
- display: inline-block;
65
- padding: 8px 16px;
66
- background-color: #FF7F50;
67
- color: white;
68
- text-decoration: none;
69
- border-radius: 6px;
70
- font-weight: bold;
71
- font-family: sans-serif;
72
- ">πŸ‘€ See what we built πŸ‘€</a>
73
- </th>
74
- </tr>
75
  </table>
76
  ## Prompt template
77
 
 
34
 
35
  ## Our projects
36
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
37
  <tr>
38
+ <th colspan="2" style="font-size: 25px;">Forge</th>
39
+ </tr>
40
+ <tr>
41
+ <th colspan="2">
42
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
43
+ </th>
44
+ </tr>
45
+ <tr>
46
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
47
+ </tr>
48
+ <tr>
49
+ <th colspan="2">
50
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
51
+ display: inline-block;
52
+ padding: 8px 16px;
53
+ background-color: #FF7F50;
54
+ color: white;
55
+ text-decoration: none;
56
+ border-radius: 6px;
57
+ font-weight: bold;
58
+ font-family: sans-serif;
59
+ ">πŸš€ Try it now! πŸš€</a>
60
+ </th>
61
+ </tr>
62
+
63
+ <tr>
64
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
65
+ <th style="font-size: 25px;">TensorBlock Studio</th>
66
+ </tr>
67
+ <tr>
68
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
69
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
70
  </tr>
71
  <tr>
72
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
73
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
74
  </tr>
75
+ <tr>
76
+ <th>
77
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
78
+ display: inline-block;
79
+ padding: 8px 16px;
80
+ background-color: #FF7F50;
81
+ color: white;
82
+ text-decoration: none;
83
+ border-radius: 6px;
84
+ font-weight: bold;
85
+ font-family: sans-serif;
86
+ ">πŸ‘€ See what we built πŸ‘€</a>
87
+ </th>
88
+ <th>
89
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
90
+ display: inline-block;
91
+ padding: 8px 16px;
92
+ background-color: #FF7F50;
93
+ color: white;
94
+ text-decoration: none;
95
+ border-radius: 6px;
96
+ font-weight: bold;
97
+ font-family: sans-serif;
98
+ ">πŸ‘€ See what we built πŸ‘€</a>
99
+ </th>
100
+ </tr>
101
  </table>
102
  ## Prompt template
103