Mansy
Mansy
## 🐛 Bug Currently, the quick-start app ee2e test is disabled: https://github.com/Lightning-AI/lightning/blob/master/.github/workflows/ci-app_cloud_e2e_test.yml#L48 ### Expected behavior The test should run on every PR ### Environment * CUDA: - GPU: - available:...
## What does this PR do? Fixes #\ ### Does your PR introduce any breaking changes? If yes, please list them. ## Before submitting - [ ] Was this **discussed/approved**...
## 🐛 Bug By looking at the memory usage over a long period of time (a few weeks). It looks like there's a pattern of a memory leak and CPU...
## What does this PR do? Fixes https://github.com/Lightning-AI/lightning/issues/14030 Added a new job for the quick-start as it requires more memory than the default e2e tests to install torch. Also it...
## 🐛 Bug Following example_4 the trainer app The database tab is not loading ### To Reproduce Steps to reproduce the behavior: 1- follow readme to install package and requirements...
In lightning 1.8 release, it introduced functionality to start an app on the cloud without installing the dependencies locally. But it doesn't work with the Eco app. It might be...