File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ pure C++ implementation based on [@ggerganov](https://github.com/ggerganov)'s [g
1111
1212| [ Supported Models] ( ./docs/models.md ) | [ Download Quantized Models] ( ./docs/quick_start.md#download-quantized-models ) |
1313
14+ ``` mermaid
15+ graph TD;
16+ ggml --> chatllm.cpp
17+ chatllm.cpp --> coding
18+ subgraph coding[Apps]
19+ AlphaGeometryRE
20+ WritingTools
21+ LittleAcademia
22+ end
23+ ggml[<a href="https://github.com/ggml-org/ggml" style="text-decoration:none;">ggml</a> <br><span style="font-size:10px;">Machine learning library</span>];
24+ chatllm.cpp[<a href="https://github.com/foldl/chatllm.cpp" style="text-decoration:none;">chatllm.cpp</a> <br><span style="font-size:10px;">LLM inference</span>];
25+ AlphaGeometryRE[<a href="https://github.com/foldl/alphageometryre" style="text-decoration:none;">AlphaGeometryRE</a> <br><span style="font-size:10px;">AlphaGeometry Re-engineered</span>];
26+ WritingTools[<a href="https://github.com/foldl/WritingTools" style="text-decoration:none;">Writing Tools</a> <br><span style="font-size:10px;">AI aided writing</span>];
27+ LittleAcademia[<a href="https://github.com/foldl/little-academia" style="text-decoration:none;">Little Academia</a> <br><span style="font-size:10px;">Learn programming</span>];
28+ ```
29+
1430** What's New:**
1531
1632* 2025-08-22: Seed-OSS
You can’t perform that action at this time.
0 commit comments