Abhishek Jindal
Abhishek Jindal
In the current code, python_nodot will only be defined if the previous `if` statement is satisfied. Otherwise, it would be empty and would not work for cases where Python version...
### Description Add Split QuickGelu Fusion ### Motivation and Context
### 🐛 Describe the bug Everyday torchvision nightly package is published on [torch_nightly](https://[download.pytorch.org/whl/nightly/cu118/torch_nightly.html](https://download.pytorch.org/whl/nightly/cu118/torch_nightly.html)). However, for the last 1-1.5 weeks, the Python 3.11 Linux CUDA 11.8 version is not getting published...
**Describe the bug** Circular import error with PyTorch nightly. If I uninstall deepspeed it works fine. ``` Traceback (most recent call last): File "/test/oss.py", line 322, in mp.spawn( File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/multiprocessing/spawn.py",...
I am unable to build the docker image with release/2.4 branch. The issue has been fixed in the main branch and I believe these two PRs are needed to fix...
### 🐛 Describe the bug Building Torch 2.6.0 using CUDA 12.6 from source and then installing torchvision wheels, will give incompatibility issue, specifically `RuntimeError: operator torchvision::nms does not exist`. This...