未验证 提交 cc2f20c4 编写于 作者: C cinderellaTiger 提交者: GitHub

Update introduction_en.ipynb (#5726)

上级 639caeee
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
"To reproduce the results reported in our paper, specific environment settings are required as below. \n", "To reproduce the results reported in our paper, specific environment settings are required as below. \n",
"\n", "\n",
"- python: 3.7\n", "- python: 3.7\n",
"- cuda: 11.2\n", "- cuda: 11.6\n",
"- cudnn: 8.10.1\n", "- cudnn: 8.4.0\n",
"- nccl: 2.12.12\n", "- nccl: 2.14.3\n",
"\n", "\n",
"\n", "\n",
"## 5. How to Use the Model\n", "## 5. How to Use the Model\n",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"```bash\n", "```bash\n",
"git clone https://github.com/PaddlePaddle/PaddleHelix.git # download PaddleHelix\n", "git clone https://github.com/PaddlePaddle/PaddleHelix.git # download PaddleHelix\n",
"cd /apps/protein_folding/helixfold\n", "cd /apps/protein_folding/helixfold\n",
"wget https://paddle-wheel.bj.bcebos.com/develop/linux/linux-gpu-cuda11.2-cudnn8-mkl-gcc8.2-avx/paddlepaddle_gpu-0.0.0.post112-cp37-cp37m-linux_x86_64.whl\n", "wget https://baidu-nlp.bj.bcebos.com/PaddleHelix/HelixFold/paddlepaddle_gpu-0.0.0.post116-cp37-cp37m-linux_x86_64.whl\n",
"sh setup_env\n", "sh setup_env\n",
"conda activate helixfold # activate the conda environment\n", "conda activate helixfold # activate the conda environment\n",
"```\n", "```\n",
...@@ -58,9 +58,8 @@ ...@@ -58,9 +58,8 @@
"\n", "\n",
"In order to run scripts with DAP/BP/DP-DAP-BP mode, you also need to install `ppfleetx`. Please refer to [here](https://github.com/PaddlePaddle/PaddleFleetX/tree/release/2.4/projects/protein_folding) for more details.\n", "In order to run scripts with DAP/BP/DP-DAP-BP mode, you also need to install `ppfleetx`. Please refer to [here](https://github.com/PaddlePaddle/PaddleFleetX/tree/release/2.4/projects/protein_folding) for more details.\n",
"```bash\n", "```bash\n",
"git clone https://github.com/PaddlePaddle/PaddleFleetX.git\n", "wget https://baidu-nlp.bj.bcebos.com/PaddleHelix/HelixFold/ppfleetx-0.0.0-py3-none-any.whl\n",
"git checkout release/2.4 # change branch\n", "python -m pip install ppfleetx-0.0.0-py3-none-any.whl # install ppfleetx\n",
"python setup.py develop # install ppfleetx\n",
"```\n", "```\n",
"\n", "\n",
"### Usage\n", "### Usage\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册