📚 The doc issue
We used to release wheels which are pre-built with PyTorch extensions. However, it has been a headache for several reasons:
- network issues always lead to build failure
- not easy to track installation stats
- time and cost inefficient to build and host
Therefore, we plan to remove the pre-built wheel and users can install from PyPI directly. The PyTorch extensions can either be built during installation or runtime.
📚 The doc issue
We used to release wheels which are pre-built with PyTorch extensions. However, it has been a headache for several reasons:
Therefore, we plan to remove the pre-built wheel and users can install from PyPI directly. The PyTorch extensions can either be built during installation or runtime.