From 63357610ac232c35ddc96537f9bf201695c1ea60 Mon Sep 17 00:00:00 2001 From: Coull Date: Mon, 13 May 2024 09:22:58 -0700 Subject: [PATCH] chore: upgrade amazon-braket-pennylane-plugin TF version --- .github/workflows/braket-latest-latest.yml | 4 ++-- .github/workflows/braket-latest-rc.yml | 4 ++-- .github/workflows/braket-latest-stable.yml | 4 ++-- .github/workflows/braket-stable-latest.yml | 4 ++-- .github/workflows/braket-stable-stable.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/braket-latest-latest.yml b/.github/workflows/braket-latest-latest.yml index 341c962..78af600 100644 --- a/.github/workflows/braket-latest-latest.yml +++ b/.github/workflows/braket-latest-latest.yml @@ -12,11 +12,11 @@ on: env: - PLUGIN_REPO: aws/amazon-braket-pennylane-plugin-python + PLUGIN_REPO: amazon-braket/amazon-braket-pennylane-plugin-python PLUGIN_BRANCH: main PLUGIN_PACKAGE: amazon-braket-pennylane-plugin PENNYLANE_BRANCH: master - TF_VERSION: 2.12.0 + TF_VERSION: 2.14.0 TORCH_VERSION: 2.0.0+cpu diff --git a/.github/workflows/braket-latest-rc.yml b/.github/workflows/braket-latest-rc.yml index f97bd89..22981ce 100644 --- a/.github/workflows/braket-latest-rc.yml +++ b/.github/workflows/braket-latest-rc.yml @@ -12,11 +12,11 @@ on: env: - PLUGIN_REPO: aws/amazon-braket-pennylane-plugin-python + PLUGIN_REPO: amazon-braket/amazon-braket-pennylane-plugin-python PLUGIN_BRANCH: main PLUGIN_PACKAGE: amazon-braket-pennylane-plugin PENNYLANE_BRANCH: master - TF_VERSION: 2.12.0 + TF_VERSION: 2.14.0 TORCH_VERSION: 2.0.0+cpu diff --git a/.github/workflows/braket-latest-stable.yml b/.github/workflows/braket-latest-stable.yml index 61d56de..e6c4a60 100644 --- a/.github/workflows/braket-latest-stable.yml +++ b/.github/workflows/braket-latest-stable.yml @@ -12,11 +12,11 @@ on: env: - PLUGIN_REPO: aws/amazon-braket-pennylane-plugin-python + PLUGIN_REPO: amazon-braket/amazon-braket-pennylane-plugin-python PLUGIN_BRANCH: main PLUGIN_PACKAGE: amazon-braket-pennylane-plugin PENNYLANE_BRANCH: master - TF_VERSION: 2.12.0 + TF_VERSION: 2.14.0 TORCH_VERSION: 2.0.0+cpu diff --git a/.github/workflows/braket-stable-latest.yml b/.github/workflows/braket-stable-latest.yml index 4b06e8c..6a84d1f 100644 --- a/.github/workflows/braket-stable-latest.yml +++ b/.github/workflows/braket-stable-latest.yml @@ -12,11 +12,11 @@ on: env: - PLUGIN_REPO: aws/amazon-braket-pennylane-plugin-python + PLUGIN_REPO: amazon-braket/amazon-braket-pennylane-plugin-python PLUGIN_BRANCH: main PLUGIN_PACKAGE: amazon-braket-pennylane-plugin PENNYLANE_BRANCH: master - TF_VERSION: 2.12.0 + TF_VERSION: 2.14.0 TORCH_VERSION: 2.0.0+cpu diff --git a/.github/workflows/braket-stable-stable.yml b/.github/workflows/braket-stable-stable.yml index 338726c..252a538 100644 --- a/.github/workflows/braket-stable-stable.yml +++ b/.github/workflows/braket-stable-stable.yml @@ -12,11 +12,11 @@ on: env: - PLUGIN_REPO: aws/amazon-braket-pennylane-plugin-python + PLUGIN_REPO: amazon-braket/amazon-braket-pennylane-plugin-python PLUGIN_BRANCH: main PLUGIN_PACKAGE: amazon-braket-pennylane-plugin PENNYLANE_BRANCH: master - TF_VERSION: 2.12.0 + TF_VERSION: 2.14.0 TORCH_VERSION: 2.0.0+cpu