Apply for community grant: Personal project (gpu)

#1
by pablovela5620 - opened

I built this as a way to demonstrate how to use streaming with gradio + rerun on hf spaces. I had originally wanted to build this using ZeroGPU, the issue is that this project requires building a cuda kernel (and this fails on the zerogpu hardware). I can only afford to host this myself for 3ish days, I would love to keep this up for longer so a GPU grant would be very helpful!

Hi @pablovela5620 , we've assigned t4-small to this Space.

BTW, regarding ZeroGPU, I wonder if it's possible to build a wheel in your local environment for your package that requires CUDA to build.
For example, in this Space, a pre-built wheel for diff-gaussian-rasterization is added to the Space repo and installed at startup like this.

Hi @pablovela5620 , we've assigned t4-small to this Space.

BTW, regarding ZeroGPU, I wonder if it's possible to build a wheel in your local environment for your package that requires CUDA to build.
For example, in this Space, a pre-built wheel for diff-gaussian-rasterization is added to the Space repo and installed at startup like this.

Thanks so much! I had not thought of building a wheel beforehand. I'll give this a try on a duplicate space on Zero and see if it works. Again thank you for the grant

Sign up or log in to comment