herman-einstein

Results 4 comments of herman-einstein

I am using school's server to run alphafold and command is somthing like the following _module add singularity/3.10.0 SIMG=/share/apps/singularity/simg/alphafold/alphafold_2_3_1.sif singularity exec --nv --bind /data:/data,/share:/share,/home:/home $SIMG bash -c "ulimit -s unlimited;...

May I know what version of jaxlib I should have if I install jax==0.3.25 because I following the command you suggested _CUDA=11.1.1 pip3 install --upgrade --no-cache-dir jax==0.2.14 \ jaxlib==0.1.69+cuda$(cut -f1,2...

> Please try: > > ``` > cd af2complex directory > $ pip3 install -r requirements.txt > $ pip3 install jax==0.3.25 jaxlib==0.3.25+cuda11.cudnn805 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html > ``` Very much appreciate your...