From 473819dd2684d21bde9dd1d05143d241136ad90a Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Sat, 15 Jun 2024 09:18:29 -0700 Subject: [PATCH 1/4] [testing ci] IMA error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cad352324b..aa727ec4b5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repository is currently under heavy development - if you have suggestions o ## Get Started + ### Installation `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. From 2cc7bbc31ef977c6a674665a08df6764abca5c8a Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Sat, 15 Jun 2024 10:53:38 -0700 Subject: [PATCH 2/4] Update regression_test.yml --- .github/workflows/regression_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 4b7877ea91..20247ef75d 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -33,7 +33,7 @@ jobs: gpu-arch-version: "12.1" - name: CUDA Nightly runs-on: linux.g5.12xlarge.nvidia.gpu - torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121' + torch-spec: '--pre torch==2.4.0.dev20240615+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121' gpu-arch-type: "cuda" gpu-arch-version: "12.1" - name: CPU 2.2.2 From 47b5474078a107c3dda0eaefd128d62550b52731 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Sat, 15 Jun 2024 11:00:27 -0700 Subject: [PATCH 3/4] Update regression_test.yml --- .github/workflows/regression_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 20247ef75d..7d2630af29 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -33,7 +33,7 @@ jobs: gpu-arch-version: "12.1" - name: CUDA Nightly runs-on: linux.g5.12xlarge.nvidia.gpu - torch-spec: '--pre torch==2.4.0.dev20240615+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121' + torch-spec: '--pre torch==2.4.0.dev20240612+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121' gpu-arch-type: "cuda" gpu-arch-version: "12.1" - name: CPU 2.2.2 From 8d54d9af4eb9b313b4db3f9fafcac683f52f35ba Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Sat, 15 Jun 2024 11:00:38 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa727ec4b5..cad352324b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This repository is currently under heavy development - if you have suggestions o ## Get Started - ### Installation `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.