pytorch / builder

Continuous builder and binary build scripts for pytorch
BSD 2-Clause "Simplified" License
335 stars 224 forks source link

Publish `optree` in pytorch conda channel #1307

Open XuehaiPan opened 1 year ago

XuehaiPan commented 1 year ago

PyTree manipulation is now widely used in PyTorch. It becomes a fairly significant perf bottleneck during torch.fx tracing using the pure-Python approach of PyTree. We are pushing to use C++-based PyTree implementation. The lack of conda package in the Anaconda default channel feels like a serious hindrance for this.

I have asked the Anaconda team to add optree in the default channel (ContinuumIO/anaconda-issues#13131). But the average response time on the anaconda issue tracker is roughly weeks. I wonder if it is possible to add optree in the pytorch channel.

Ref: Conda-Forge feedstock: https://github.com/conda-forge/optree-feedstock

Conda Version / Conda Platforms

XuehaiPan commented 1 year ago

Any thoughts on this?