morriszms commited on
Commit
c5da83f
Β·
verified Β·
1 Parent(s): a2d1374

Update README.md

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