Commit 2c4bfde1 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent f9230af4
...@@ -83,6 +83,9 @@ go build . ...@@ -83,6 +83,9 @@ go build .
##### 启用服务端 (server) ##### 启用服务端 (server)
``` ```
export HSA_OVERRIDE_GFX_VERSION=设备型号(如: gfx906对应9.0.6;k100ai gfx928对应9.2.8) export HSA_OVERRIDE_GFX_VERSION=设备型号(如: gfx906对应9.0.6;k100ai gfx928对应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,...)/选择设备号
./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