morriszms commited on
Commit
ce6b4f4
Β·
verified Β·
1 Parent(s): 987dcd6

Update README.md

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