Spaces:
Running
Running
[default] | |
regex: | |
^(?!.*warning).*$ # Keep warning messages | |
^(Mounted at|URL:).*$ # Ignore Colab mount points | |
\b\d{4}-\d{2}-\d{2}\b # Remove dates | |
runtime: \d+:\d+ # Remove execution times |