morriszms commited on
Commit
4bd671c
Β·
verified Β·
1 Parent(s): 584af38

Update README.md

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