".github/workflows/build_conda_linux.yml" did not exist on "5e2507f5152894b412439bf214033495e3ca20b2"
Commit b9a6b30d authored by wanglch's avatar wanglch
Browse files

Update README.md

parent bdf9ce94
...@@ -56,7 +56,7 @@ DeepSeek-R1的模型结构通过MLA、DeepSeekMoE、辅助损失无关的负载 ...@@ -56,7 +56,7 @@ DeepSeek-R1的模型结构通过MLA、DeepSeekMoE、辅助损失无关的负载
### 配置ollama环境 ### 配置ollama环境
``` ```
git clone -b 0.5.7 http://developer.sourcefind.cn/codes/OpenDAS/ollama.git git clone -b 0.5.7 http://developer.sourcefind.cn/codes/OpenDAS/ollama.git --depth=1
cd ollama cd ollama
...@@ -82,7 +82,7 @@ go build . ...@@ -82,7 +82,7 @@ go build .
##### 启用服务端 (server) ##### 启用服务端 (server)
``` ```
export HSA_OVERRIDE_GFX_VERSION=设备型号(如: gfx906对应9.0.6;k100ai gfx928对应9.2.8) export HSA_OVERRIDE_GFX_VERSION=设备型号(如: Z100L gfx906对应9.0.6;K100 gfx926对应9.2.6;K100AI gfx928对应9.2.8)
# 例如 export HSA_OVERRIDE_GFX_VERSION=9.2.8 # 例如 export HSA_OVERRIDE_GFX_VERSION=9.2.8
......
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