Skip to content

Commit 785cd9a

Browse files
authored
[misc] Update PyTorch version in docs (#5711)
Co-authored-by: Edenzzzz <[email protected]>
1 parent 537f6a3 commit 785cd9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/en/get_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Setup
22

33
Requirements:
4-
- PyTorch >= 1.11 and PyTorch <= 2.1
4+
- PyTorch >= 2.1
55
- Python >= 3.7
66
- CUDA >= 11.0
77
- [NVIDIA GPU Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0 (V100/RTX20 and higher)

docs/source/zh-Hans/get_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
环境要求:
44

5-
- PyTorch >= 1.11 并且 PyTorch <= 2.1
5+
- PyTorch >= 2.1
66
- Python >= 3.7
77
- CUDA >= 11.0
88
- [NVIDIA GPU Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0 (V100/RTX20 and higher)

0 commit comments

Comments
 (0)