Error while initializing ZeroGPU

Thank you for your reply. Actually, the dependencies have already been installed in dev mode, and the project runs fine initially. However, after some time, the above error appears again, and I have tried many times with the same result.
I have now uploaded the necessary files to the Space. In dev mode, run the following commands:

text

pip install -r requirements.txt
pip install AutoDockTools_py3-master.zip
python g.py
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.5.0+cu124.html

After these, the project should run successfully.

1 Like