Apply for community grant: Academic project (gpu)

#1
by yunyangx - opened

We would like to hose Efficient Track Anything on huggingface. Please refer more details in our project page: https://yformer.github.io/efficient-track-anything/. We want to apply for ZeroGPU for video segmentation and track anything.

Hi @yunyangx , we've assigned ZeroGPU to this Space. Please check the compatibility and usage sections of this page so your Space can run on ZeroGPU.

Hi @hysts , when moving free CPU to ZeroGPU, I could not update it. Can you help with this?
zerogpu.png

@yunyangx I just reassigned ZeroGPU!

Thanks @hysts ! I tried with the assigned ZeroGPU. It still shows NO CUDA GPU available.
no_cuda.png

I think that's because you are calling CUDA related code in the global context. On ZeroGPU Spaces, CUDA is only available in functions decorated with @spaces.GPU.

Sign up or log in to comment