morriszms commited on
Commit
b265d3e
Β·
verified Β·
1 Parent(s): 681ab01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -6
README.md CHANGED
@@ -25,12 +25,47 @@ This repo contains GGUF format model files for [I-BRICKS/Cerebro_BM_solar_v01](h
25
 
26
  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).
27
 
28
- <div style="text-align: left; margin: 20px 0;">
29
- <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;">
30
- Run them on the TensorBlock client using your local machine β†—
31
- </a>
32
- </div>
33
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ## Prompt template
35
 
36
  ```
 
25
 
26
  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).
27
 
28
+ ## Our projects
29
+ <table border="1" cellspacing="0" cellpadding="10">
30
+ <tr>
31
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
32
+ <th style="font-size: 25px;">TensorBlock Studio</th>
33
+ </tr>
34
+ <tr>
35
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
36
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
37
+ </tr>
38
+ <tr>
39
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
40
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
41
+ </tr>
42
+ <tr>
43
+ <th>
44
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
45
+ display: inline-block;
46
+ padding: 8px 16px;
47
+ background-color: #FF7F50;
48
+ color: white;
49
+ text-decoration: none;
50
+ border-radius: 6px;
51
+ font-weight: bold;
52
+ font-family: sans-serif;
53
+ ">πŸ‘€ See what we built πŸ‘€</a>
54
+ </th>
55
+ <th>
56
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
57
+ display: inline-block;
58
+ padding: 8px 16px;
59
+ background-color: #FF7F50;
60
+ color: white;
61
+ text-decoration: none;
62
+ border-radius: 6px;
63
+ font-weight: bold;
64
+ font-family: sans-serif;
65
+ ">πŸ‘€ See what we built πŸ‘€</a>
66
+ </th>
67
+ </tr>
68
+ </table>
69
  ## Prompt template
70
 
71
  ```