Commit 5a031351 authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent 2b919d0b
...@@ -29,10 +29,12 @@ git clone https://developer.hpccube.com/codes/aicomponent/openfold # 根据需 ...@@ -29,10 +29,12 @@ git clone https://developer.hpccube.com/codes/aicomponent/openfold # 根据需
- 提供2种源码编译方式(进入openfold目录): - 提供2种源码编译方式(进入openfold目录):
``` ```
1. 编译whl包并安装 1. 编译whl包并安装
export CPLUS_INCLUDE_PATH=$ROCM_PATH/include:$ROCM_PATH/cuda/targets/x86_64-linux/include:$CPLUS_INCLUDE_PATH
python setup.py bdist_wheel python setup.py bdist_wheel
pip install dist/openfold* pip install dist/openfold*
2. 源码编译安装 2. 源码编译安装
export CPLUS_INCLUDE_PATH=$ROCM_PATH/include:$ROCM_PATH/cuda/targets/x86_64-linux/include:$CPLUS_INCLUDE_PATH
python3 setup.py install python3 setup.py install
``` ```
......
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