From 2e145c192b348b2756acf61fac5bfe0ca5a6575f Mon Sep 17 00:00:00 2001 From: Akash <112477155+akash-chandrakar@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:46:51 +0400 Subject: [PATCH] fix(path): update gpu prover setup data path to remove extra gpu suffix (#454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ update gpu prover setup data path to remove extra gpu suffix until automation is fixed. ## Why ❔ * required for building GPU fri prover ## Checklist - [* ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ *] Tests for the changes have been added / updated. - [ *] Documentation comments have been added / updated. - [ *] Code has been formatted via `zk fmt` and `zk lint`. --- prover/setup-data-gpu-keys.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prover/setup-data-gpu-keys.json b/prover/setup-data-gpu-keys.json index 08a8d1b1d461..1a5eb452059e 100644 --- a/prover/setup-data-gpu-keys.json +++ b/prover/setup-data-gpu-keys.json @@ -1,5 +1,5 @@ { - "us": "gs://matterlabs-setup-data-us/8a40dc3-gpu-gpu/", - "europe": "gs://matterlabs-setup-data-europe/8a40dc3-gpu-gpu/", - "asia": "gs://matterlabs-setup-data-asia/8a40dc3-gpu-gpu/" + "us": "gs://matterlabs-setup-data-us/8a40dc3-gpu/", + "europe": "gs://matterlabs-setup-data-europe/8a40dc3-gpu/", + "asia": "gs://matterlabs-setup-data-asia/8a40dc3-gpu/" }