gizatechxyz / Giza-Hub

Curated list of ZKML models and use cases made with Giza
https://docs.gizatech.xyz/
MIT License
47 stars 23 forks source link

Put the installation of Scarb in the jupyter notebook #1

Open gillsgills opened 1 year ago

gillsgills commented 1 year ago

Hi thanks for the amazing work!

I meanwhile would like to report an issue. When I am trying to run the final execution block, I found due to that I did not install Scarb, it cannot be run. However, in the notebook I did not find the instruction to install Scarb.

Maybe we can add some arguments at the very beginning?

okhaimie-dev commented 1 year ago

Hi @gillsgills can you link to a specific tutorial?

This one has the steps on adding all the dependencies required. https://github.com/gizatechxyz/orion_tutorials/blob/main/mnist_nn/QAT_MNIST_MLP.ipynb

@raphaelDkhn should I make a PR to add the dependency installation steps to the other two tutorials? It might be helpful for people trying them out in random order.

raphaelDkhn commented 1 year ago

@okhaimie-dev Sure sounds good! Thanks!

cpp-phoenix commented 11 months ago

Hey @raphaelDkhn @gillsgills I can work on it if it's still pending

Xaxxoo commented 8 months ago

@gillsgills Kindly assign this to me.

JoshdfG commented 5 months ago

@gillsgills @raphaelDkhn can i work on this. This is the detailed installation that needs to be added

Install via quick installation script curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh

install via asdf version manager asdf plugin add scarb asdf install scarb latest asdf global scarb latest