morriszms commited on
Commit
48b38b9
Β·
verified Β·
1 Parent(s): 1c4e414

Update README.md

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