Skip to content

Commit

Permalink
fix(path): update gpu prover setup data path to remove extra gpu suff…
Browse files Browse the repository at this point in the history
…ix (#454)

## 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`.
  • Loading branch information
akash-chandrakar committed Nov 9, 2023
1 parent 4f7b2a9 commit 2e145c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prover/setup-data-gpu-keys.json
Original file line number Diff line number Diff line change
@@ -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/"
}

0 comments on commit 2e145c1

Please sign in to comment.