Open gillsgills opened 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.
@okhaimie-dev Sure sounds good! Thanks!
Hey @raphaelDkhn @gillsgills I can work on it if it's still pending
@gillsgills Kindly assign this to me.
@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
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?