-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error running t5 example #131
Comments
Hi, thank you for your report. After building the image with the fix (PyTorch version pinpointed): docker run --rm -it --gpus all -v $(pwd):/kernl kernl
pip install jupyter
jupyter nbconvert --execute --clear-output tutorial/t5\ e2e.ipynb It worked as expected. Let me know if it helps. |
Using 0.12.1 (and Docker commands from #132), I get an error but maybe there are hardware requirements (currently using Tesla T4s). #47
|
Yes indeed, only ampere are supported. Docker disable the check to let us build the image but there is no more check. May be we should move the check elsewhere |
Closing as the questions is answered. Don't hesitate to reopen if you want more info. |
Hi!, running the end to end t5 example, I get this error when running the last cell:
I am running inside a Docker image from the Dockerfile here.
Using this
nvcc --version
Using torch versions
And triton version
The text was updated successfully, but these errors were encountered: