Apply for community grant: Academic project (gpu)

#1
by huanngzh - opened
VAST-AI-Research org

Dear HF team,

We have released MIDI-3D (Image-to-3D-Scene Generation): https://huanngzh.github.io/MIDI-Page/.

While we are trying to get it running on ZeroGPUs, can you please grant an A10G for this space at this moment?

Thanks,
MIDI team

VAST-AI-Research org

@hysts Urgently need help!

@huanngzh Hmm, weird. I believe I assigned L4 earlier. Anyway, I re-assigned L4 to this Space.

I just checked the internal log and confirmed that we indeed assigned L4 earlier. Since there are two identical grant requests in the log but only one request in this Space now, it seems that you deleted the granted Space once, recreated a new one, and then submitted a new grant request. To avoid confusion, please refrain from doing this in the future.

VAST-AI-Research org

Sorry that we changed a template and re-create this space.

VAST-AI-Research org

In addition, I would like to ask if there are any internal logs that can help debug this space. It seems to be stuck in the starting phase. It seems difficult to solve based only on logs I've seen.

I don't think we have any logs regarding the issue, but even if we do, I don't have access to them. Anyway, I'll see if I can resolve it.

BTW, why does this Space use gradio==4.44.1? Doesn't it work with the latest 5.20.1?

@huanngzh
Adding this to your Dockerfile should fix the issue.

ENV GRADIO_NUM_PORTS=1 \
    GRADIO_SERVER_NAME=0.0.0.0

Regarding this, you can just do this:

CMD ["python", "app.py"]

I tested it by duplicating your Space:

VAST-AI-Research org

Thanks a lot. BTW, we did not use gradio SDK because the necessary package torch-cluster can not be correctly installed, showing error like "no module named torch". Are there any suggestions?

Hmm, that's weird. I'll look into it as well.

Sign up or log in to comment