Apply for community grant: Academic project (gpu)

#1
by praeclarumjj3 - opened

Hi, could we get a free grant for zeroGPU for this space? we'll be releasing this demo in the next two weeks. Thank you!

Hi @praeclarumjj3 , 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 , thank you! I modified the code but it's throwing an odd error while importing spaces. Do you have any idea about it?

Traceback (most recent call last):
  File "/home/user/app/app.py", line 1, in <module>
    import spaces
  File "/usr/local/lib/python3.10/site-packages/spaces/__init__.py", line 19, in <module>
    from .zero.decorator import GPU
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/__init__.py", line 15, in <module>
    raise RuntimeError(
RuntimeError: CUDA has been initialized before importing the `spaces` package

Sign up or log in to comment