Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve CPU prover setup documentation #258

Merged
merged 46 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
3e8342a
Add script to download setup data
jrchatruc Oct 18, 2023
69cf22a
Change permissions
jrchatruc Oct 18, 2023
9d862d2
Improve docs
jrchatruc Oct 18, 2023
8099dcc
zk fmt
jrchatruc Oct 18, 2023
4695d84
Check if the ZSKYNC_HOME environment variable is set instead of setti…
jrchatruc Oct 19, 2023
cba33da
Add comment explaining the script
jrchatruc Oct 19, 2023
1cb02ce
Modify toml config files instead of dev.env
jrchatruc Oct 19, 2023
19c1d2e
Remove unneeded prometheus push interval changes
jrchatruc Oct 19, 2023
be5ec8b
Restore cargo.lock file
jrchatruc Oct 19, 2023
8b283fe
Make sed run on mac and linux
Oct 20, 2023
8c2b103
Add pipeline to readme; Move steps
Oct 20, 2023
b82763a
Update README.md
igamigo Oct 20, 2023
a91dbd3
gpu prover docs
igamigo Oct 20, 2023
13db84e
Merge pull request #2 from lambdaclass/more-prover-docs-gpu
jrchatruc Oct 20, 2023
4babf13
Merge pull request #1 from lambdaclass/more-prover-docu
jrchatruc Oct 20, 2023
c8c5b7c
Add pipeline image
Oct 23, 2023
2f45cf9
Update README.md
Juan-M-V Oct 23, 2023
a0e66eb
Use svg instead
Oct 23, 2023
342cbbd
Solve merge conflict
Oct 23, 2023
9134fcd
Add flag to start all witness aggregators
Oct 23, 2023
4e1f9a9
Add .backup extension to removed files
Juan-M-V Oct 23, 2023
4a18e28
Add extension to rm
Juan-M-V Oct 24, 2023
0037abc
Shorten loop and comment to test
Oct 25, 2023
59611f2
Uncomment tracing info
Oct 25, 2023
fa34486
Merge branch 'improve-prover-setup' of github.com:lambdaclass/zksync-…
Oct 25, 2023
349d449
Add README step
Oct 25, 2023
ffef0ec
Remove as well
Oct 25, 2023
3435d1b
Unify and imporve scripts; Add comment
Nov 1, 2023
54b2c0e
Add README doc for script
Nov 1, 2023
a207df2
Add space to if
Nov 1, 2023
d353afa
Update README.md
Juan-M-V Nov 7, 2023
427968b
Remove pipeline image
Juan-M-V Nov 7, 2023
1c2f8a1
Merge branch 'main' into improve-prover-setup
IAvecilla Nov 7, 2023
42cdabd
Merge branch 'main' into improve-prover-setup
IAvecilla Nov 8, 2023
b1c642e
Remove hardcoding
Juan-M-V Nov 9, 2023
2b86bd7
Fix setup.sh script to download the correct files
jrchatruc Nov 12, 2023
99019a6
Fix prover compilation
jrchatruc Nov 17, 2023
08f05ff
Merge remote-tracking branch 'upstream/main' into improve-prover-setup
jrchatruc Nov 17, 2023
3364d3d
Merge branch 'main' into improve-prover-setup
jrchatruc Nov 17, 2023
8abe98c
Address nits
jrchatruc Nov 20, 2023
02e8d68
Lint
jrchatruc Nov 20, 2023
65b886d
zk fmt
jrchatruc Nov 20, 2023
11540ff
Fix incorrect feature flag on the prover setup script
jrchatruc Nov 20, 2023
b5dec10
CI test
jrchatruc Nov 21, 2023
2e7a87e
Merge branch 'main' into improve-prover-setup
jrchatruc Nov 27, 2023
ed070b3
Check out prover `Cargo.lock` file from main
jrchatruc Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/env/base/fri_prover.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ specialized_group_id=100
witness_vector_generator_thread_count=5
queue_capacity=10
witness_vector_receiver_port=4000
shall_save_to_public_bucket=true
shall_save_to_public_bucket=true
Loading
Loading