build: 添加 Dockerfile 并更新 README 文档

添加 Dockerfile 用于构建 MUSA 架构的镜像,并更新 README 文档说明构建方法
This commit is contained in:
2026-01-16 15:14:20 +08:00
parent 620f04050b
commit 9177dab775
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# llama.cpp
> Sync from upstream `llama.cpp` repository
> Sync with upstream `ggml-org/llama.cpp` tag `b7751`
Last version: git.modelhub.org.cn:9443/enginex-mthreads/mthreads-llama.cpp:b7751
## Build Docker Image
```bash
docker build -t enginex-mthreads/mthreads-llama.cpp:b7751 .
```
![llama](https://user-images.githubusercontent.com/1991296/230134379-7181e485-c521-4d23-a0d6-f7b3b61ba524.png)