Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastFold
Commits
b2f64605
"vscode:/vscode.git/clone" did not exist on "39215aa30e54586419fd3aa1ee467cbee2db908e"
Commit
b2f64605
authored
Dec 21, 2023
by
zhuwenwen
Browse files
update readme
parent
ea6f98a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
README.md
README.md
+7
-5
No files found.
README.md
View file @
b2f64605
# <div align="center"><strong>FastFold</strong></div>
# <div align="center"><strong>FastFold</strong></div>
## 简介
## 简介
FastFold是蛋白质结构预测模型推理的库,主要提供以下功能:蛋白质单体和多体的推理,提供Evoformer的高性能实现,支持多卡分布式推理。
FastFold官方github地址:
[
https://github.com/hpcaitech/FastFold
](
https://github.com/hpcaitech/FastFold
)
FastFold是蛋白质结构预测模型推理的库,主要提供以下功能:蛋白质单体和多体的推理,提供Evoformer的高性能实现,支持多卡分布式推理。
## 安装
## 安装
安装FastFold,你需要
安装FastFold,你需要
...
@@ -45,15 +45,17 @@ export CPLUS_INCLUDE_PATH=$ROCM_PATH/include:$ROCM_PATH/cuda/targets/x86_64-linu
...
@@ -45,15 +45,17 @@ export CPLUS_INCLUDE_PATH=$ROCM_PATH/include:$ROCM_PATH/cuda/targets/x86_64-linu
python3 setup.py install
python3 setup.py install
```
```
## 版本号查询
## 注意事项
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
ROCM_PATH为dtk的路径,默认为/opt/dtkxxx
## 验证
-
python -c "import fastfold; print(fastfold.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.2.0;
-
python -c "import fastfold; print(fastfold.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.2.0;
## Known Issue
## Known Issue
-
无
-
无
## Note
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
ROCM_PATH为dtk的路径,默认为/opt/dtkxxx
## 参考
## 参考
-
[
README_ORIGIN
](
README_ORIGIN.md
)
-
[
README_ORIGIN
](
README_ORIGIN.md
)
[
https://github.com/hpcaitech/FastFold
](
https://github.com/hpcaitech/FastFold
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment