hide smothing
This commit is contained in:
@@ -119,7 +119,7 @@ python -m pip install --no-build-isolation "openfold @ git+ssh://git@private-git
|
|||||||
|
|
||||||
## 推理测试
|
## 推理测试
|
||||||
|
|
||||||
安装完成后,可以使用项目自带的示例 CSV 运行一次推理。下面使用相对路径,避免暴露本机环境中的绝对目录。
|
安装完成后,可以使用项目自带的示例 CSV 运行一次推理。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python inference.py \
|
python inference.py \
|
||||||
@@ -128,7 +128,7 @@ python inference.py \
|
|||||||
--out_dir results/user_predictions_small
|
--out_dir results/user_predictions_small
|
||||||
```
|
```
|
||||||
|
|
||||||
如果需要显式指定环境中的 Python,可用占位符路径替换:
|
如果需要显式指定环境中的 Python,可按实际安装目录填写:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/path/to/miniforge/envs/diffdock/bin/python /path/to/DiffDock_cu128/inference.py \
|
/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 需要一致。
|
- `torch`、`torch-cluster`、`torch-scatter`、`torch-sparse` 的 CUDA 与 PyTorch ABI 需要一致。
|
||||||
- 从源码编译 PyG 扩展时,优先确认 `gxx`、CUDA Toolkit、PyTorch 版本是否匹配。
|
- 从源码编译 PyG 扩展时,优先确认 `gxx`、CUDA Toolkit、PyTorch 版本是否匹配。
|
||||||
- 私有仓库地址、内网 IP、用户名、NAS 目录和 Home 目录不应写入公开文章。
|
|
||||||
|
|||||||
Reference in New Issue
Block a user