morriszms commited on
Commit
e0d30a6
Β·
verified Β·
1 Parent(s): 628a19a

Update README.md

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