Commit 117595a5 authored by zhuwenwen's avatar zhuwenwen
Browse files

remove readme_hip

parent 58891c23
...@@ -31,12 +31,12 @@ pip install setuptools=59.5.0 wheel ...@@ -31,12 +31,12 @@ pip install setuptools=59.5.0 wheel
```shell ```shell
git clone -b dtk-23.04_openfold1.0.1 https://developer.hpccube.com/codes/aicomponent/openfold git clone -b dtk-23.04_openfold1.0.1 https://developer.hpccube.com/codes/aicomponent/openfold
cd openfold cd openfold
export OPENFOLD_BUILD_VERSION=abix.dtkxxx
python setup.py bdist_wheel python setup.py bdist_wheel
pip install dist/openfold* pip install dist/openfold*
``` ```
## Note ## Note
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/ + 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+ OPENFOLD_BUILD_VERSION为编译的版本号设置,版本号为1.0.1+gitxxx.abix.dtkxxx
gitxxx:为代码自动获取;abi0:使用devtools的gcc编译;abi1:使用非devtools的gcc编译; dtkxxx为dtk的版本号:例如:dtk2304 ## 参考
\ No newline at end of file - [README_ORIGIN](README_ORIGIN.md)
\ No newline at end of file
# OpenFold
## 安装
OpenFold支持
+ Python 3.7.
+ Python 3.8.
+ Python 3.9.
### 使用pip安装
openfold whl包下载目录:[https://cancon.hpccube.com:65024/4/main/openfold/dtk23.04](https://cancon.hpccube.com:65024/4/main/openfold/dtk23.04)
根据对应的pytorch版本和python版本,下载对应openfold的whl包
```shell
pip install openfold* (下载的openfold的whl包)
```
### 使用源码安装
#### 编译环境准备
pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04)
根据python版本,下载对应pytorch的whl包
```shell
pip install torch* (下载的torch的whl包)
```
```shell
pip install setuptools=59.5.0 wheel
```
#### 编译安装
```shell
git clone -b dtk-23.04_openfold1.0.1 https://developer.hpccube.com/codes/aicomponent/openfold
cd openfold
python setup.py bdist_wheel
pip install dist/openfold*
```
## Note
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 参考
- [README_ORIGIN](README_ORIGIN.md)
\ No newline at end of file
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