-
Notifications
You must be signed in to change notification settings - Fork 403
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
Nightly doesn't work in Google Colab #7163
Comments
Updated torch version to nightly 2.6.0.dev20241203 as well. See a different undefined symbol issue now:
|
Seems to be related to Trying to dig how do we decide whether to turn it on/off |
@kimishpatel do you know if we are doing things right here? It seems Colab machine doesn't work with CPUBlas? |
Also cc @tarun292 since you reviewed changes in this area |
Ok will follow up |
I think we need to do |
I am unable to repro this if i build the wheel locally. I can repro though in the collab, however it is harder to figure out fix |
I have 2 observations.
|
So, are you suggesting a fix?
Interesting, all the nightlys after 12/6 has the same failures. https://hud.pytorch.org/hud/pytorch/executorch/nightly/1?per_page=50&mergeLF=true (click on the arrow next to "Other" to expand) See this example: https://ossci-raw-job-status.s3.amazonaws.com/log/pytorch/executorch/34071123005 and find string "ImportError: cannot import name 'sdpa_with_kv_cache' from 'executorch.extension.llm.custom_ops' (/__w/_temp/conda_environment_12212546649/lib/python3.10/site-packages/executorch/extension/llm/custom_ops/init.py" |
🐛 Describe the bug
Importing custom ops gives me undefined symbols. Code snippet:
Error message:
Versions
Nightly 0.5.0.dev20241203, on google colab
The text was updated successfully, but these errors were encountered: