Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Updated with latest GPU
#163
by
						
michellehbn
	
							HF Staff
						- opened
							
					
    	
        README.md
    CHANGED
    
    | 
         @@ -49,7 +49,7 @@ It has two goals : 
     | 
|
| 49 | 
         
             
            This is achieved by making Spaces efficiently hold and release GPUs as needed
         
     | 
| 50 | 
         
             
            (as opposed to a classical GPU Space that holds exactly one GPU at any point in time)
         
     | 
| 51 | 
         | 
| 52 | 
         
            -
            ZeroGPU uses _Nvidia  
     | 
| 53 | 
         | 
| 54 | 
         
             
            <img src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/naVZI-v41zNxmGlhEhGDJ.gif" style="width: 100%; max-width:550px"/>
         
     | 
| 55 | 
         | 
| 
         @@ -64,7 +64,7 @@ Also, for now, ZeroGPU Spaces only works with the **Gradio SDK** 
     | 
|
| 64 | 
         | 
| 65 | 
         
             
            Supported versions:
         
     | 
| 66 | 
         
             
            - Gradio: 4+
         
     | 
| 67 | 
         
            -
            - PyTorch: `2.1. 
     | 
| 68 | 
         
             
            - Python: `3.10.13`
         
     | 
| 69 | 
         | 
| 70 | 
         
             
            ## Usage
         
     | 
| 
         | 
|
| 49 | 
         
             
            This is achieved by making Spaces efficiently hold and release GPUs as needed
         
     | 
| 50 | 
         
             
            (as opposed to a classical GPU Space that holds exactly one GPU at any point in time)
         
     | 
| 51 | 
         | 
| 52 | 
         
            +
            ZeroGPU uses _Nvidia H200_ GPU devices under the hood (70GB of vRAM are available for each workload)
         
     | 
| 53 | 
         | 
| 54 | 
         
             
            <img src="https://cdn-uploads.huggingface.co/production/uploads/5f17f0a0925b9863e28ad517/naVZI-v41zNxmGlhEhGDJ.gif" style="width: 100%; max-width:550px"/>
         
     | 
| 55 | 
         | 
| 
         | 
|
| 64 | 
         | 
| 65 | 
         
             
            Supported versions:
         
     | 
| 66 | 
         
             
            - Gradio: 4+
         
     | 
| 67 | 
         
            +
            - PyTorch: `2.1.2` to `2.5.1` (2.3.x is not supported due to a PyToch [bug](https://github.com/pytorch/pytorch/issues/122085))
         
     | 
| 68 | 
         
             
            - Python: `3.10.13`
         
     | 
| 69 | 
         | 
| 70 | 
         
             
            ## Usage
         
     |