cbensimon HF staff commited on
Commit
bb7d9e0
1 Parent(s): 104764c

Fix PyTorch versions listing

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: All versions from `2.0.0` to `2.2.0` and `2.4.x` (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
 
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