littlebullGit
littlebullGit
## What does this PR do? This PR implements automatic detection of the optional rich package. If rich is available in the environment, PyTorch Lightning will now default to using...
## Trying to demonstrate how to integrate ML with the vision camera ### Files Created/Updated - Added Swift implementation (`PoseDetectionFrameProcessor.swift` ) that uses TensorFlow Lite to detect human poses in...
## Fix MLFlowLogger.save_dir Windows file URI handling ### What does this PR do? Fixes #20972 This PR fixes a bug in `MLFlowLogger.save_dir` where Windows absolute file URIs were being incorrectly...
## What does this PR do? - Adds a CUDA-only integration test that mirrors the reporter’s compiled ModelParallel setup so the `KeyError('model.0.weight')` reproduces in CI. - Fixes [ModelParallelStrategy.optimizer_state] so when...
Fixes #14969 ### Summary - Fix [HoareOptimizer] recursion when cache entries become stale. - Add regression test covering issue #14969. - Document the fix in the 2.3 release notes. ###...