Text Generation
GGUF
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
65b7d55
·
verified ·
1 Parent(s): 9fdebc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -680,44 +680,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
680
 
681
  ## Our projects
682
  <table border="1" cellspacing="0" cellpadding="10">
683
- <tr>
684
- <th style="font-size: 25px;">Awesome MCP Servers</th>
685
- <th style="font-size: 25px;">TensorBlock Studio</th>
686
- </tr>
687
  <tr>
688
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
689
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
690
  </tr>
691
  <tr>
692
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
693
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
694
  </tr>
695
- <tr>
696
- <th>
697
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
698
- display: inline-block;
699
- padding: 8px 16px;
700
- background-color: #FF7F50;
701
- color: white;
702
- text-decoration: none;
703
- border-radius: 6px;
704
- font-weight: bold;
705
- font-family: sans-serif;
706
- ">👀 See what we built 👀</a>
707
- </th>
708
- <th>
709
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
710
- display: inline-block;
711
- padding: 8px 16px;
712
- background-color: #FF7F50;
713
- color: white;
714
- text-decoration: none;
715
- border-radius: 6px;
716
- font-weight: bold;
717
- font-family: sans-serif;
718
- ">👀 See what we built 👀</a>
719
- </th>
720
- </tr>
721
  </table>
722
  ## Prompt template
723
 
 
680
 
681
  ## Our projects
682
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
683
  <tr>
684
+ <th colspan="2" style="font-size: 25px;">Forge</th>
685
+ </tr>
686
+ <tr>
687
+ <th colspan="2">
688
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
689
+ </th>
690
+ </tr>
691
+ <tr>
692
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
693
+ </tr>
694
+ <tr>
695
+ <th colspan="2">
696
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
697
+ display: inline-block;
698
+ padding: 8px 16px;
699
+ background-color: #FF7F50;
700
+ color: white;
701
+ text-decoration: none;
702
+ border-radius: 6px;
703
+ font-weight: bold;
704
+ font-family: sans-serif;
705
+ ">🚀 Try it now! 🚀</a>
706
+ </th>
707
+ </tr>
708
+
709
+ <tr>
710
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
711
+ <th style="font-size: 25px;">TensorBlock Studio</th>
712
+ </tr>
713
+ <tr>
714
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
715
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
716
  </tr>
717
  <tr>
718
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
719
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
720
  </tr>
721
+ <tr>
722
+ <th>
723
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
724
+ display: inline-block;
725
+ padding: 8px 16px;
726
+ background-color: #FF7F50;
727
+ color: white;
728
+ text-decoration: none;
729
+ border-radius: 6px;
730
+ font-weight: bold;
731
+ font-family: sans-serif;
732
+ ">👀 See what we built 👀</a>
733
+ </th>
734
+ <th>
735
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
736
+ display: inline-block;
737
+ padding: 8px 16px;
738
+ background-color: #FF7F50;
739
+ color: white;
740
+ text-decoration: none;
741
+ border-radius: 6px;
742
+ font-weight: bold;
743
+ font-family: sans-serif;
744
+ ">👀 See what we built 👀</a>
745
+ </th>
746
+ </tr>
747
  </table>
748
  ## Prompt template
749