"llm/llama.cpp/ggml/src/kompute-shaders/op_getrows_f16.comp" did not exist on "ecd2f176277db4f074e25a2c3646b04b51cec119"
Unverified Commit 4841924e authored by Daniel's avatar Daniel Committed by GitHub
Browse files

Update readme.md

parent fbd84f8d
......@@ -5,11 +5,12 @@
## 快速使用
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
```
cmake -DCMAKE_BUILD_TYPE=release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime ..
### Windows
安装Vs2022 打开cpp_onnx目录下的cmake工程,直接 build即可。 本仓库已经准备好所有相关依赖库。
### Linux
See the bottom of this page: Building Guidance
````
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib
```
......
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