Commit 87c02c4f authored by chenzk's avatar chenzk
Browse files

Update README.md

parent b9a6b30d
...@@ -82,13 +82,13 @@ go build . ...@@ -82,13 +82,13 @@ go build .
##### 启用服务端 (server) ##### 启用服务端 (server)
``` ```
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=设备型号(如: Z100L gfx906对应9.0.6;K100 gfx926对应9.2.6;AI gfx928对应9.2.8)
# 例如 export HSA_OVERRIDE_GFX_VERSION=9.2.8 # 例如 export HSA_OVERRIDE_GFX_VERSION=9.2.8
export ROCR_VISIBLE_DEVICES=所有设备号(0,1,2,3,4,5,6,...)/选择设备号 export ROCR_VISIBLE_DEVICES=显卡序号(0,1,2,3,4,5,6,...)
# 例如 export ROCR_VISIBLE_DEVICES=0, 1, 2, 3, 4 # 例如 export ROCR_VISIBLE_DEVICES=0,1,2,3
./ollama serve ./ollama serve
......
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