"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "287c95e72d080a4649293bcd685721890bc0ad0d"
Commit ea6f98a2 authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme for dtk23.10

parent 1cb642bc
...@@ -7,7 +7,7 @@ FastFold是蛋白质结构预测模型推理的库,主要提供以下功能: ...@@ -7,7 +7,7 @@ FastFold是蛋白质结构预测模型推理的库,主要提供以下功能:
+ Python 3.8 或者 3.9. + Python 3.8 或者 3.9.
### 使用pip方式安装 ### 使用pip方式安装
fastfold whl包下载目录:[https://cancon.hpccube.com:65024/4/main/fastfold/dtk23.04](https://cancon.hpccube.com:65024/4/main/fastfold/dtk23.04) fastfold whl包下载目录:[https://cancon.hpccube.com:65024/4/main/fastfold/dtk23.10](https://cancon.hpccube.com:65024/4/main/fastfold/dtk23.10)
根据对应的pytorch版本和python版本,下载对应fastfold的whl包 根据对应的pytorch版本和python版本,下载对应fastfold的whl包
```shell ```shell
...@@ -21,7 +21,7 @@ pip install fastfold* (下载的fastfold的whl包) ...@@ -21,7 +21,7 @@ pip install fastfold* (下载的fastfold的whl包)
1. 基于光源pytorch基础镜像环境:镜像下载地址:[https://sourcefind.cn/#/image/dcu/pytorch](https://sourcefind.cn/#/image/dcu/pytorch),根据pytorch、python、dtk及系统下载对应的镜像版本。 1. 基于光源pytorch基础镜像环境:镜像下载地址:[https://sourcefind.cn/#/image/dcu/pytorch](https://sourcefind.cn/#/image/dcu/pytorch),根据pytorch、python、dtk及系统下载对应的镜像版本。
2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.04),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下: 2. 基于现有python环境:安装pytorch,pytorch whl包下载目录:[https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.10](https://cancon.hpccube.com:65024/4/main/pytorch/dtk23.10),根据python、dtk版本,下载对应pytorch的whl包。安装命令如下:
```shell ```shell
pip install torch* (下载的torch的whl包) pip install torch* (下载的torch的whl包)
pip install setuptools==59.5.0 wheel pip install setuptools==59.5.0 wheel
......
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