Skip to content

v1.11.2

Latest
Compare
Choose a tag to compare
@alexlang74 alexlang74 released this 05 Jul 06:11
· 4 commits to main since this release
65ce4da

Open-CE Version 1.11.2

This is bug fix 2 of release 1.11 of Open Cognitive Environment (Open-CE).

Important Notes

  • Added Support for UBI8 for PowerPC

Changes For open-ce

Package Versions

This release includes the same package versions as in OpenCE v1.11.1.

This release of Open-CE supports NVIDIA's CUDA versions 11.8,12.2 as well as Python 3.10,3.11.

Getting Started

To get started with this release, see the main readme

Troubleshooting

  • CPU variant getting installed while installing CUDA variant of a package

    To resolve this please provide match specification for the package that is to be installed.
    Eg. To install CUDA 12.2 variant of lightgbm:
    conda install lightgbm=*=*cuda12* --channel <channel_name>
    This issue has been observed with opencv, xgboost, lightgbm, pyarrow, onnxruntime packages.

  • To resolve below error with Ray on UBI8:
    ImportError: /lib64/libstdc++.so.6: version GLIBCXX_3.4.29 not found,
    set export LD_PRELOAD=$PREFIX/lib/libstdc++.so.6.