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

Update README.md

parent 86ba98aa
...@@ -49,7 +49,7 @@ make -j$(nproc) ...@@ -49,7 +49,7 @@ make -j$(nproc)
## 运行 ## 运行
```bash ```bash
export HSA_OVERRIDE_GFX_VERSION=设备型号(如: Z100L gfx906对应9.0.6;K100 gfx926对应9.2.6;K100AI gfx928对应9.2.8,bw gfx936对9.3.6) export HSA_OVERRIDE_GFX_VERSION=设备型号(如: Z100L gfx906对应9.0.6;K100 gfx926对应9.2.6;K100AI gfx928对应9.2.8,bw gfx936对9.3.6)
export ROCR_VISIBLE_DEVICES=所有设备号(0,1,2,3,4,5,6,...)/选择设备号 export ROCR_VISIBLE_DEVICES=所有设备号(0,1,2,3,4,5,6,...)/选择设备号
go run . serve (选择可用设备,可通过上条命令输出结果查看) go run . serve (选择可用设备,可通过上条命令输出结果查看)
go run . run llama3.1 go run . run llama3.1
......
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