morriszms commited on
Commit
3cb09f1
Β·
verified Β·
1 Parent(s): 98a38b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -58,12 +58,47 @@ This repo contains GGUF format model files for [nicholasKluge/Aira-2-1B5](https:
58
 
59
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
60
 
61
- <div style="text-align: left; margin: 20px 0;">
62
- <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;">
63
- Run them on the TensorBlock client using your local machine β†—
64
- </a>
65
- </div>
66
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  ## Prompt template
68
 
69
  ```
 
58
 
59
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
60
 
61
+ ## Our projects
62
+ <table border="1" cellspacing="0" cellpadding="10">
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="Project A" width="450"/></th>
69
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" 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
 
104
  ```