You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gets it a bit further (completes mp_e_form which it didn't before, but crashes at mp_gap). What other large objects could be safely deleted while preserving the benchmark results?
The text was updated successfully, but these errors were encountered:
On free tier, Colab runs out of RAM during the dummy benchmark: https://colab.research.google.com/drive/15YLOWHB_NkIIqKLO0ik784fsK2xJD08l?usp=sharing
A
task.unload()
function would deletetask.df
, and callgc.collect()
, i.e.:This gets it a bit further (completes
mp_e_form
which it didn't before, but crashes atmp_gap
). What other large objects could be safely deleted while preserving the benchmark results?The text was updated successfully, but these errors were encountered: