Spaces:
Running
Running
Fix PyTorch versions listing
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
|
|
60 |
|
61 |
Supported versions:
|
62 |
- Gradio: 4+
|
63 |
-
- PyTorch:
|
64 |
- Python: `3.10.13`
|
65 |
|
66 |
## Usage
|
|
|
60 |
|
61 |
Supported versions:
|
62 |
- Gradio: 4+
|
63 |
+
- PyTorch: `2.0.1`, `2.1.2`, `2.2.2` and `2.4.0` (2.3.x is not supported due to a PyToch [bug](https://github.com/pytorch/pytorch/issues/122085))
|
64 |
- Python: `3.10.13`
|
65 |
|
66 |
## Usage
|