Commit d996d30e authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update

parent 8e7eaab8
...@@ -50,8 +50,8 @@ go env -w GOPROXY=https://goproxy.cn,direct ...@@ -50,8 +50,8 @@ go env -w GOPROXY=https://goproxy.cn,direct
##### 运行编译 ##### 运行编译
```bash ```bash
export LD_LIBRARY_PATH=/path/to/ollama/llama/build/linux-amd64/runners/rocm:$LD_LIBRARY_PATH (path/to换成自己ollama路径)
make -j 16 make -j 16
export LD_LIBRARY_PATH=/path/to/ollama/llama/build/linux-amd64/runners/rocm:$LD_LIBRARY_PATH (path/to换成自己ollama路径)
go build . go build .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment