build: 添加 Dockerfile 并更新 README 文档
添加 Dockerfile 用于构建 MUSA 架构的镜像,并更新 README 文档说明构建方法
This commit is contained in:
10
README.md
10
README.md
@@ -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 .
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user