From 08d7b4d5c012885a274f6c8616a415d113af9b0e Mon Sep 17 00:00:00 2001 From: albertxin Date: Sat, 16 May 2026 20:19:51 +0800 Subject: [PATCH] hide smothing --- 2026/soft_install/diffdock.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/2026/soft_install/diffdock.md b/2026/soft_install/diffdock.md index 8ec1ace..ad86bb8 100644 --- a/2026/soft_install/diffdock.md +++ b/2026/soft_install/diffdock.md @@ -119,7 +119,7 @@ python -m pip install --no-build-isolation "openfold @ git+ssh://git@private-git ## 推理测试 -安装完成后,可以使用项目自带的示例 CSV 运行一次推理。下面使用相对路径,避免暴露本机环境中的绝对目录。 +安装完成后,可以使用项目自带的示例 CSV 运行一次推理。 ```bash python inference.py \ @@ -128,7 +128,7 @@ python inference.py \ --out_dir results/user_predictions_small ``` -如果需要显式指定环境中的 Python,可用占位符路径替换: +如果需要显式指定环境中的 Python,可按实际安装目录填写: ```bash /path/to/miniforge/envs/diffdock/bin/python /path/to/DiffDock_cu128/inference.py \ @@ -141,4 +141,3 @@ python inference.py \ - `torch`、`torch-cluster`、`torch-scatter`、`torch-sparse` 的 CUDA 与 PyTorch ABI 需要一致。 - 从源码编译 PyG 扩展时,优先确认 `gxx`、CUDA Toolkit、PyTorch 版本是否匹配。 -- 私有仓库地址、内网 IP、用户名、NAS 目录和 Home 目录不应写入公开文章。