Skip to content

Commit 4d49582

Browse files
authored
Revise supported versions for Gradio and PyTorch
1 parent 1a1f92c commit 4d49582

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/hub/spaces-zerogpu.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,24 @@ ZeroGPU Spaces are designed to be compatible with most PyTorch-based GPU Spaces.
3333

3434
### Supported Versions
3535

36-
- Gradio: 4+
37-
- PyTorch: 2.1.2, 2.2.2, 2.4.0, 2.5.1 (Note: 2.3.x is not supported due to a [PyTorch bug](https://github.com/pytorch/pytorch/issues/122085))
38-
- Python: 3.10.13
36+
- **Gradio**: 4+
37+
- **PyTorch**: Almost all versions from **2.1.0** to **latest** are supported
38+
<details>
39+
<summary>See full list</summary>
40+
41+
- 2.1.0
42+
- 2.1.1
43+
- 2.1.2
44+
- 2.2.0
45+
- 2.2.2
46+
- 2.4.0
47+
- 2.5.1
48+
- 2.6.0
49+
- 2.7.1
50+
- 2.8.0
51+
52+
</details>
53+
- **Python**: 3.10.13
3954

4055
## Getting started with ZeroGPU
4156

0 commit comments

Comments
 (0)