Skip to content

Commit 05038a1

Browse files
authored
Upgrade pytorch version to 3.9 (#488)
* push * Upgrade to python 3.11 * push * push * push * Update README.md * Update regression_test.yml
1 parent e9d99ae commit 05038a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/regression_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
gpu-arch-type: ${{ matrix.gpu-arch-type }}
6060
gpu-arch-version: ${{ matrix.gpu-arch-version }}
6161
script: |
62-
conda create -n venv python=3.8 -y
62+
conda create -n venv python=3.9 -y
6363
conda activate venv
6464
echo "::group::Install newer objcopy that supports --set-section-alignment"
6565
yum install -y devtoolset-10-binutils

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ A key design principle for us is composability as in any new dtype or layout we
113113

114114
`torchao` makes liberal use of several new features in Pytorch, it's recommended to use it with the current nightly or latest stable version of PyTorch.
115115

116+
Our minimum supported Python version is 3.9 since 3.8 has reached end of life
117+
116118
#### Install torch
117119

118120
Install torch stable

0 commit comments

Comments
 (0)