-
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
Colab not working #24
Comments
I also reproduced this issue following the notebook. It seems that the usage of |
How can I update triton 3.1.0 on colab? |
btw, I find triton-3.1.0 installed via pip does not give correct results using the interpreter, possibly due to some reason mentioned in triton-lang/triton#4274 (comment). I reinstalled triton@d997364bd617ba91911ecd73070f57f291611203 (it should also be ok to use current triton@main) from source and everything works as expected: |
I had to change the install cell as below to get this to work, and change SVG to PNG in the source code of
|
!apt-get install libcairo2-dev
!pip install pycairo
!pip install git+https://github.com/Deep-Learning-Profiling-Tools/triton-viz.git
!pip install triton==3.1.0 try this |
Confirmed @w1ndseeker solution works, thanks! |
Hi guys,
Has anyone encountered this issue in Colab
I am running into while running the any cell below the 3rd one. I did not make any changes to the notebook
The text was updated successfully, but these errors were encountered: