Closed himmiE closed 5 months ago
Hello! I meet the same problem. Did you solve it?
Thanks for bringing this issue to our notice. I am working on resolving this issue.
I've made changes to the collab notebook. It works for me now. Can you run the notebook again?
I recompiled the awq kernel from the source. This fixed the issue. Changed two lines in the collab:
!git clone https://github.com/nihalnayak/AutoAWQ_kernels.git
!pip install AutoAWQ_kernels/precompiled_dist/autoawq_kernels-0.0.6+cu121-cp310-cp310-linux_x86_64.whl
I've made changes to the collab notebook. It works for me now. Can you run the notebook again?
Additional Details
I recompiled the awq kernel from the source. This fixed the issue. Changed two lines in the collab:
!git clone https://github.com/nihalnayak/AutoAWQ_kernels.git !pip install AutoAWQ_kernels/precompiled_dist/autoawq_kernels-0.0.6+cu121-cp310-cp310-linux_x86_64.whl
Yes, it works now. Thank you!
Hello, when trying to make bonito work for my application, I ran into some issues. To try and find the problems I wanted to run the google colab example and slowly make changes to see where my mistake was. However the tutorial colab doesn't seem to work in its original form. I have been considering trying an older version of bonito but I am not sure how to do this when cloning from git. Any help would be greatly appreciated. This is the output from the installation where a pip Error occurs:
The code keeps running without further problems until the "Generate the synthetic instructions"-section. Here again the output:
It did say it successfully installed the autoawq-kernels-0.0.6+cu122 so I am not sure how I should try to solve this problem.