Closed pengzhangzhi closed 1 year ago
BTW, I wonder how these cuda kernels are installed. Normally they are installed by the setup.py
. But your setup.py
have not code related to the installation of cuda kernels. Maybe the cuda kernels are installed by docker? If so, the annoying hardware compatibility problem would disappear.
model_2_ft
.
The CUDA kernels are installed in the docker, you can also install the uni-core by yourself.
pip install -e .
( I already have a cuda-torch compatible environment)?specify model name, must be consistent with model parameters
confuses me. I find many so-called models and don't know what they represent and how to be consistent. I download the unifold ckpt from your URLhttps://uni-fold.dp.tech/unifold_params_2022-08-01.tar.gz
. There are two ckpts, one for monomer, one for multimer. I want to use monomer, which model_name does monomer ckpt corresponds to?Best, Zhangzhi