morriszms commited on
Commit
69aaf7d
·
verified ·
1 Parent(s): 96d065b

Update README.md

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