morriszms commited on
Commit
efb194b
Β·
verified Β·
1 Parent(s): e0f9a12

Update README.md

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