Apply for community grant: Academic project (gpu)

#1
by doubility123 - opened

Hi @hysts ! We have released our previous DeepSeek-VL2 project:

https://github.com/deepseek-ai/DeepSeek-VL2
https://huggingface.co/deepseek-ai/deepseek-vl2-tiny
https://huggingface.co/deepseek-ai/deepseek-vl2-small
https://huggingface.co/deepseek-ai/deepseek-vl2

Since the deepseek-vl2-small model can be run on a single GPU with 40G memory, so can we get a GPU grant for this demo space?
Thank you so much!

I just added a ZeroGPU grant - lmk if it doesn’t work! 🤗

@reach-vb , thanks for your help!
The current demo works fine. Now we will make this space public.

Hi @doubility123 , sorry for the late reply. @reach-vb Thanks for helping.

BTW, @doubility123 , it would be nice if you could use the button in your Space settings next time. https://huggingface.co/docs/hub/en/spaces-gpus#community-gpu-grants
Even HF staffs can't receive notifications from private repositories, so there's no way for us to notice your grant request unless you use the button. When using the button, it sends a Slack notification to our internal channel so we can review your request.

Hi @hysts , it doesn't matter.

This is the first time I have built the huggingface Space. I was unfamiliar with the standard pipeline, so I consulted with my colleagues who have dealt with this issue before. Next time, I will use the standard button to request a community GPU grant.

Thank you very much~

Congratulations on your release, @doubility123 ! I apologize for steering the discussion off-topic, but I'm curious about your choice to use gradio==4.21.0 instead of the latest version (5.15.0). Is there a specific reason for this? The Gradio team would be happy to assist you with any issues.

Hi @ysharma , thank you in advance! We don’t have a specific version requirement on gradio. Currently, we directly inherit our previous DeepSeek-VL environment, which uses gradio==4.21.0. It might also be compatible with the latest version, gradio==5.15.0, but we haven’t tested it yet.

Let me see if I can migrate the code to Gradio 5.15.0. I will open up a PR tomorrow or as soon as possible. Thanks for the response!

Sign up or log in to comment