-
Notifications
You must be signed in to change notification settings - Fork 671
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
Run MNIST Colab notebook #453
Comments
Or with other words, if IREE is not in Colaboratory by default (which I assume), is there an easy way to get it installed? |
At the moment you'll need a local runtime, launched using There are a few ways we can make that simpler in the future:
I think the first option (publishing on pip) will make the most sense in the long term. While code is still changing frequently, maybe the docker image approach would be preferred (as an alternative to setting up Bazel). GPU and Vulkan driver availability and/or SwiftShader use may complicate each of these options. |
Thanks for clarification. I think adding a one-liner to README.md might be useful. So, I think as the code changes frequently, it's fine that it cannot be executed at the remote site, but a hint that a local runtime is a prerequisite would helpful. |
Sure, I'll add some notes to the docs. |
Should I be able to run the
colab/mnist_tensorflow.ipynb
notebook (non locally)? Seems that the IREE deps at the remote site are not up-to-date:The text was updated successfully, but these errors were encountered: