Skip to content

Commit d7515ce

Browse files
committed
add a graph
1 parent bd6df55 commit d7515ce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)