Kushashwa Ravi Shrimali
Kushashwa Ravi Shrimali
## What does this PR do? * CI has been failing for Flash CI for the case when a function is converted to `ClassFromFunction` class. We were not checking if...
## What does this PR do? PL 1.7.0 broke the CI (~14 failures), partially because of BC changes and sometimes because of changes in PL 1.7.0. This blocks us from...
## What does this PR do? Addresses #10 - We are moving notebooks from lightning-flash to lightning/tutorials repository. The merge is happening [here](https://github.com/Lightning-AI/tutorials/pull/183). ## Before submitting - [ ] Was...
The CI is running with 14 failures. I assume it happened post Lightning Trainer 1.7 release. Let's fix most of them as soon as possible.
## What does this PR do? CI is failing, because `SoundFile` (for `sd2` extension) doesn't accept fsspec objects. Following raises an error: ```python with fsspec.open(file_path) as _file: sound_file = SoundFile(_file)...
## What does this PR do? Addresses #1356. This PR is currently in heavy WIP mode. Need to document + move code to the right locations. :) ## Before submitting...
This PR is a WIP PR to port `ThreeColumnLayout` to C++ from TypeScript. The `apply` function has been ported so far. ~This will be ready for review soon. :)~ Ready...
## Summary This PR is along the lines of issue #335. This is currently a work in progress, and I need to set up a VM to test the changes....
### Summary Thank you for developing bismuth! It will be great to have an active hint around the current _focused_ window, with a color of the user's choice (and a...
### Summary When in the tiling mode, if the chrome window is resized using the mouse (and not using keyboard shortcuts), the window gets corrupted at times. Reproduced on Plasma...