Text Generation
Transformers
GGUF
TensorBlock
GGUF
morriszms commited on
Commit
757d7a3
Β·
verified Β·
1 Parent(s): 8c837fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -84,12 +84,47 @@ This repo contains GGUF format model files for [BSC-LT/ALIA-40b](https://hugging
84
 
85
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
86
 
87
- <div style="text-align: left; margin: 20px 0;">
88
- <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
89
- Run them on the TensorBlock client using your local machine β†—
90
- </a>
91
- </div>
92
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  ## Prompt template
94
 
95
  ```
 
84
 
85
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
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
 
130
  ```