Skip to content

Commit

Permalink
Upgrade pytorch version to 3.9 (pytorch#488)
Browse files Browse the repository at this point in the history
* push

* Upgrade to python 3.11

* push

* push

* push

* Update README.md

* Update regression_test.yml
  • Loading branch information
msaroufim authored Jul 9, 2024
1 parent 48f48a8 commit acf12b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
script: |
conda create -n venv python=3.8 -y
conda create -n venv python=3.9 -y
conda activate venv
echo "::group::Install newer objcopy that supports --set-section-alignment"
yum install -y devtoolset-10-binutils
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ A key design principle for us is composability as in any new dtype or layout we

`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.

Our minimum supported Python version is 3.9 since 3.8 has reached end of life

#### Install torch

Install torch stable
Expand Down

0 comments on commit acf12b5

Please sign in to comment.