-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda package #409
Comments
We are currently in the process of releasing a conda package. |
Oh! My bad, I thought it's the pip package since your installation steps mention pip. Any chance that you know a rough release date of the conda package? |
+1 on the conda package, would make things much easier. |
+1, really need conda package to solve the CUDA dependency mess |
with pip install, I cannot use cudatoolkit from conda (I don't have nvcc and seperated CUDA installation because it is conflict with versioning, and so much bug, trouble going) So, I am urgent to have CUDA for full feature apex support with CUDA |
Any update on this? There are numerous issues related to building apex which could easily be avoided by a conda package that tightly couples:
This would make life a whole lot easier for a lot of folks. |
I would also be interested to know about any updates. |
Pytorch 1.6 will have native mixed precision training, and I assume the native sync-batch-norm will be supported. |
We decided to focus on getting the most important utilities from apex into upstream, so no separate installs are needed. Pytorch 1.6 will have native mixed precision support with a better API. |
Is there a conda package for this or can I only install it via pip?
The text was updated successfully, but these errors were encountered: