20251028 如何快速构建一个环境用于baseline的构建
安装git
sudo apt update sudo apt install git
2.git克隆项目
git clone https://github.com/bowen-gao/DrugCLIP.git
评论