Commit e81c758e authored by fengyf1's avatar fengyf1
Browse files

Update README.md

parent f1fb0b58
......@@ -53,9 +53,6 @@ curl -f -C - -o rocblas-install-0910-bug.tar.gz https://ksefile.hpccube.com:6524
# 解压至/opt目录下并添加系统环境变量
tar xvf rocblas-install-0910-bug.tar.gz -C /opt/
vim ~/.bashrc
# 文件末尾添加以下命令
export LD_LIBRARY_PATH=/opt/rocblas-install/lib:$LD_LIBRARY_PATH
```
### 4. 下载模型
......@@ -78,6 +75,7 @@ modelscope download --model Comfy-Org/Wan_2.1_ComfyUI_repackaged --include 'spli
**起服务:**
```
export LD_LIBRARY_PATH=/opt/rocblas-install/lib:$LD_LIBRARY_PATH
bash run-main.sh
```
......
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