hide smothing

This commit is contained in:
2026-05-16 20:19:51 +08:00
parent 9036f3d05e
commit 08d7b4d5c0
+2 -3
View File
@@ -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 目录不应写入公开文章。