--- title: README emoji: 🌍 colorFrom: indigo colorTo: indigo sdk: static pinned: false ---
# ZeroGPU Spaces
*ZeroGPU* is a new kind of hardware for Spaces.
It has two goals :
- Provide **free GPU access** for Spaces
- Allow Spaces to run on **multiple GPUs**
This is achieved by making Spaces efficiently hold and release GPUs as needed
(as opposed to a classical GPU Space that holds exactly one GPU at any point in time)
ZeroGPU uses _Nvidia H200_ GPU devices under the hood (70GB of vRAM are available for each workload)
## Compatibility
*ZeroGPU* Spaces should mostly be compatible with any PyTorch-based GPU Space.