deep-floyd / IF

Other
7.64k stars 497 forks source link

protobuf not installed on notebook #84

Open levidehaan opened 1 year ago

levidehaan commented 1 year ago

On the example notebook you are missing !pip install protobuf==3.20.1

just add that after the other pip installs and before t5 and it'll work great. also if you're using a docker image make sure to use: nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04