Open johncaling40 opened 4 years ago
The delay may have to do with this: https://github.com/ContinuumIO/anaconda-issues/issues/11987
Are there any updates yet? I would also like to use TF2.3 via Conda.
I would also like to see tensorflow 2.3 Linux version in the defaults channel even if the CPU version is available only for some time.
Same for the CPU version of the TensorFlow, sadly Windows versions of both are still stuck at 2.1 - I would love to have 2.2+ through conda.
Same! Would love to see tensorflow gpu 2.3 working with conda!
I really don't mean to crash this issue, but a project I'm working on may help anyone (including Aanconda!) needing working tensorflow-gpu 2.3 conda recipes. It's called Open Cognitive Environment (https://github.com/open-ce) and we have conda recipes for many machine learning frameworks (including TensorFlow, which requires a few patches) that work with cpu and/or cuda. The recipes are Linux only and build on x86 and ppc64le and are easy to build using the included tools. Hope to see you there!
Thank you, @jayfurmanek. I will take a look how Open Cognitive Environment project has solved gpu variant. For me it has shown that I might need a more recent gcc toolchain for building this. But sure, I might overseen here soemthing. The gpu support on Ananconda's default channel is just turned of temporary. We intend to provide it ASAP.
Hi @jayfurmanek have you considered submitting your tensorflow recipe to conda-forge?
I could, but it may not help. TensorFlow is a bit difficult for conda-forge since it takes so long to build and forge mostly relies on free-tier CI build services which includes build time limits. That's also likely why the forge recipe is still on 1.14.
Note that in Open-CE we don't attempt any builds on CentOS6, only 7 (and now 8). In theory that shouldn't matter since the toolchain has its sysroot glibc which makes conda build fairly hermetic, but you never know - especially with TensorFlow.
Actual Behavior
The latest versions of TensorFlow GPU are not there.
Expected Behavior
The latest versions of TensorFlow GPU should be there
Steps to Reproduce
https://anaconda.org/anaconda/tensorflow-gpu Going there and seeing that the latest version(2.3) is not available for Windows and Linux
Anaconda or Miniconda version:
Latest version
Operating System:
Windows 10
conda info
conda list --show-channel-urls