atturaioe
atturaioe
# What does this PR do? Support BLIP and GIT models in image-to-text and VQA pipelines. Fixes #21110 ## Before submitting - [ ] This PR fixes a typo or...
**Describe the bug:** `exp_avg_sq.mul_(beta2).addcmul_(grad, grad, value=1 - beta2)` dtypes of `exp_avg_sq` and `grad` differ while using in-place operations. **Describe how to reproduce:** ``` # uses default hyperparameters such as momentum=float32...
Import sub-packages in `__init__.py` so they are the attributes of the package object. Fixes #66 **Check list:** - [ ] Was this **discussed and approved** via a GitHub issue? (not...
torchdistx sub-packages are not visible while trying to access them: ``` >>> import torchdistx >>> torchdistx.optimizers Traceback (most recent call last): File "", line 1, in AttributeError: module 'torchdistx' has...