Skip to content

Commit 2526323

Browse files
authored
Merge branch 'master' into feat/resnet50cpp
2 parents 87df0ea + cd52683 commit 2526323

File tree

1 file changed

+2
-2
lines changed
  • examples/pt2/torch_export_aot_compile

1 file changed

+2
-2
lines changed

examples/pt2/torch_export_aot_compile/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ To understand when to use `torch._export.aot_compile`, please refer to this [sec
77

88
### Pre-requisites
99

10-
- `PyTorch >= 2.2.0`
10+
- `PyTorch >= 2.3.0` (or PyTorch nightlies)
1111
- `CUDA 12.1`
1212

1313
Change directory to the examples directory
1414
Ex: `cd examples/pt2/torch_export_aot_compile`
1515

16-
Install PyTorch 2.2 nightlies by running
16+
Install PyTorch 2.3 nightlies by running
1717
```
1818
chmod +x install_pytorch_nightlies.sh
1919
source install_pytorch_nightlies.sh

0 commit comments

Comments
 (0)