Skip to content

This project uses Lightning for ML experiments, and Modal for distributed compute. We have a custom progress bar [LightningProgress](src/utils/progress/lightning.py) that works well in notebooks and console. But when running in Modal, the notebook environment isn't available, so it falls back to console output. Let's try adding a distributed mode for the progress bar. Here's how it might work: - Use a Modal Dict for communication - Have a local reader that displays the progress bar. This coul... #19

This project uses Lightning for ML experiments, and Modal for distributed compute. We have a custom progress bar [LightningProgress](src/utils/progress/lightning.py) that works well in notebooks and console. But when running in Modal, the notebook environment isn't available, so it falls back to console output. Let's try adding a distributed mode for the progress bar. Here's how it might work: - Use a Modal Dict for communication - Have a local reader that displays the progress bar. This coul...

This project uses Lightning for ML experiments, and Modal for distributed compute. We have a custom progress bar [LightningProgress](src/utils/progress/lightning.py) that works well in notebooks and console. But when running in Modal, the notebook environment isn't available, so it falls back to console output. Let's try adding a distributed mode for the progress bar. Here's how it might work: - Use a Modal Dict for communication - Have a local reader that displays the progress bar. This coul... #19

Annotations

10 errors

The logs for this run have expired and are no longer available.