
























The OSU Open Source Lab (OSUOSL) and Center for Quantitative Life Sciences (CQLS; previously CGRB) partner with IBM to provide download resources around Open-CE. Open-CE is a community driven set of software frameworks for implementing machine learning, deep learning, and AI models. It is built for standard Linux platforms based on the ppc64le and x86_64 architectures, and is accelerated by IBM POWER10 or NVIDIA GPU technologies.
We serve mid-stream between the public and development by building the Open-CE environment downstream of the development team. If any problems arise during the builds, we share the results of our attempts and help coordinate a fix with the development team. The result is a publicly available conda channel of prebuilt packages.
The source we pull from: https://github.com/open-ce/open-ce
The build tools: https://github.com/open-ce/open-ce-builder
Questions and general discussions involving OSU’s builds can be directed to the Open-CE Slack team: https://open-ce.slack.com/archives/C06DGE5GHND.
Release date: 05/20/2025 (ppc64le), 06/10/2025 (x86_64)
This is release 1.11.6 of Open Cognitive Environment (Open-CE), which contains CVE fixes and updates to llama, rdflib tests, and others.
Build Status:
| CPU Arch | Build Base | Py3.11 | CPU-only | CUDA 12.2 | Date |
|---|---|---|---|---|---|
| ppc64le(P9) | UBI 8 | DONE | DONE | DONE | 05/20/2025 |
| ppc64le(P10) | UBI 9 | DONE | DONE | N/A | 05/28/2025 |
| x86_64 | UBI 9 | DONE | DONE | DONE | 06/10/2025 |
Updated Packages
This Release Supports
Important Notes
Get information about planning, configuring, and managing Open-CE below:
We recommend users use one of the listed operating systems listed below. This is a standard conda repository and can be added to any conda install. Conda must be configured to give priority to installing packages from this channel.
Open-CE can be installed and run directly on a bare-metal or VM systems installed with [RH]EL and Ubuntu.
ppc64le
x86
The Open-CE MLDL packages are distributed as conda packages in an online conda repository. Conda must be configured to give priority to installing packages from this channel.
Add the Open-CE channel to the conda configuration by running the following command:
conda config --prepend channels https://ftp.osuosl.org/pub/open-ce/current/
With conda, you can create environments that have different versions of Python or packages installed in them. Conda environments are optional but recommended. If not used, packages are installed in the default environment called base, which often has a higher risk of containing conflicting packages or dependencies. Switching between environments is called activating the environment.
The syntax to create and activate a conda environment is:
conda create --name <environment name> python=<python version>
conda activate <environment name>
Note: It is recommended that you specify the Python version when creating a new environment. If you do not specify the version, Python 3.7 is installed when any package that requires Python are installed.
The only valid Python versions with Open-CE 1.9 are Python 3.9 and 3.10.
For example, to create an environment named opence_env with Python 3.9:
conda create --name opence_env python=3.11
conda activate opence_env
For more information on what you can do with conda environment see https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html.
Note: Open-CE should be run as a non-privileged user and not root. The Open-CE components are designed to be usable by normal users, and the pre-installed docker images provide a non-root user by default. Some of the Open-CE components will give warnings or will fail when run as root.
You can install the MLDL frameworks individually. The framework packages include the following versions.
| Package | Latest Version | Summary | noarch |
|---|---|---|---|
| _pytorch_select | 2.0 | Package used to select the specific PyTorch build variant | |
| _tensorflow_select | 2.0 | Package used to select the specific Tensorflow build variant | |
| absl-py | 2.0.0 | This repository is a collection of Python library code for building… | |
| aiohappyeyeballs | 2.4.0 | Happy Eyeballs for asyncio | X |
| aiohttp | 3.10.2 | Async http client/server framework (asyncio) | |
| aioredis | 2.0.1 | asyncio (PEP 3156) Redis support | X |
| aiorwlock | 1.3.0 | Read write lock for asyncio. | X |
| annotated-types | 0.6.0 | Reusable constraint types to use with typing.Annotated | |
| anyio | 3.7.1 | High level compatibility layer for multiple asynchronous event loop… | X |
| apache-beam | 2.53.0 | Apache Beam: An advanced unified programming model | |
| array-record | 0.2.0 | A new file format derived from Riegeli | |
| arrow-cpp | 15.0.1 | C++ libraries for Apache Arrow | |
| arrow-cpp-proc | 15.0.1 | A meta-package to select Arrow build variant | |
| arviz | 0.14.0 | Exploratory analysis of Bayesian models with Python | X |
| av | 10.0.0 | Pythonic bindings for FFmpeg. | |
| backoff | 2.2.1 | Function decoration for backoff and retry | X |
| backports.tarfile | 1.0.0 | Backport of CPython tarfile module | X |
| bazel | 6.5.0 | build system originally authored by Google | |
| bitsandbytes | 0.44.0 | The bitsandbytes library is a lightweight Python wrapper around CUDA… | |
| black | 24.8.0 | The uncompromising code formatter. | |
| blas | 1.0 | None | |
| blessed | 1.19.1 | Easy, practical library for making terminal apps, by providing an… | X |
| boost_mp11 | 1.76.0 | C++11 metaprogramming library | |
| bsddb3 | 6.2.9 | Python bindings for Oracle Berkeley DB | |
| cattrs | 24.1.2 | Composable complex class support for attrs and dataclasses. | X |
| cfitsio | 3.470 | A library for reading and writing FITS files | |
| cli11 | 2.2.0 | CLI11 is a command line parser for C++11 and beyond that provides a… | |
| cmake | 3.26.4 | CMake is an extensible, open-source system that manages the build process | |
| cmdstan | 2.33.1 | CmdStan, the command line interface to Stan | |
| cmdstanpy | 1.2.0 | CmdStanPy is a lightweight interface to Stan for Python users which… | X |
| coin-or-cbc | 2.10.7 | COIN-OR branch and cut (Cbc) | |
| coin-or-cgl | 0.60.6 | COIN-OR Cut Generation Library (Cgl) | |
| coin-or-clp | 1.17.7 | COIN-OR linear programming (Clp) | |
| coin-or-osi | 0.108.7 | Coin OR Open Solver Interface (OSI) | |
| coin-or-utils | 2.11.6 | COIN-OR Utilities (CoinUtils) | |
| coincbc | 2.10.7 | COIN-OR branch and cut (Cbc) | X |
| crcmod | 1.7 | CRC Generator | |
| cryptography | 43.0.3 | Provides cryptographic recipes and primitives to Python developers | |
| cryptography-vectors | 43.0.3 | Test vectors for cryptography. | |
| cudatoolkit | 12.2.0 | CUDA Toolkit - Including CUDA runtime | |
| cudatoolkit-dev | 12.2.0 | Develop, Optimize and Deploy GPU-accelerated Apps | |
| cudnn | 8.9.6_12.2 | The NVIDIA CUDA Deep Neural Network library. A GPU-accelerated library… | |
| dali | 1.32.0 | A library containing both highly optimized building blocks and an… | |
| dali-ffmpeg | 5.1.1 | Cross-platform solution to record, convert and stream audio and video. | |
| dali-tf-plugin | 1.32.0 | A library containing both highly optimized building blocks and an… | |
| datasets | 2.16.1 | HuggingFace/Datasets is an open library of NLP datasets. | X |
| dateutils | 0.6.12 | Various utilities for working with date and datetime objects | X |
| deepdiff | 5.8.1 | Deep Difference and Search of any Python object/data. | X |
| deepspeed | 0.15.1 | DeepSpeed Library: An easy-to-use deep learning optimization software suite. | |
| diskcache | 5.6.3 | Disk and file backed cache. | X |
| dm-tree | 0.1.8 | A library for working with nested data structures. | |
| eigen | 3.4.0 | C++ template library for linear algebra | |
| etils | 1.0.0 | Collection of eclectic utils for python. | X |
| exceptiongroup | 1.2.2 | Backport of PEP 654 (exception groups) | X |
| fastapi | 0.109.1 | FastAPI framework, high performance, easy to learn, fast to code, ready… | X |
| ffmpeg | 4.2.2 | Cross-platform solution to record, convert and stream audio and video. | |
| fire | 0.4.0 | Python Fire is a library for creating command line interfaces (CLIs)… | X |
| flatbuffers | 23.1.21 | Memory Efficient Serialization Library | |
| fsspec | 2023.10.0 | A specification for pythonic filesystems | X |
| gmock | 1.13.0 | Google’s C++ test framework | |
| googledrivedownloader | 0.4 | Minimal class to download shared files from Google Drive. | X |
| grpc-cpp | 1.54.3 | gRPC - A high-performance, open-source universal RPC framework | |
| grpcio | 1.54.3 | HTTP/2-based RPC framework | |
| gtest | 1.13.0 | Google’s C++ test framework | |
| hatch-fancy-pypi-readme | 23.1.0 | Fancy PyPI READMEs with Hatch | X |
| hatch-requirements-txt | 0.4.1 | Hatchling plugin to read project dependencies from requirements.txt | X |
| hjson-py | 3.1.0 | Hjson, a user interface for JSON. | X |
| holidays | 0.27 | Generate and work with holidays in Python | X |
| horovod | 0.28.1 | Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. | |
| httplib2 | 0.19.1 | A comprehensive HTTP client library | X |
| huggingface_hub | 0.20.0 | Client library to download and publish models on the huggingface.co hub | X |
| inquirer | 2.10.1 | Collection of common interactive command line user interfaces, based on… | X |
| jaraco.context | 5.3.0 | Context managers by jaraco | X |
| jaraco.test | 5.4.0 | Testing support by jaraco | X |
| jaraco.text | 3.7.0 | Module for text manipulation | |
| java-11-openjdk-cos7-ppc64le | 11.0.6.10 | (CDT) OpenJDK Runtime Environment | X |
| java-11-openjdk-devel-cos7-ppc64le | 11.0.6.10 | (CDT) OpenJDK Development Toolkit | X |
| java-11-openjdk-headless-cos7-ppc64le | 11.0.6.10 | (CDT) The OpenJDK runtime environment without audio and video support | X |
| joblib | 1.3.2 | Lightweight pipelining: using Python functions as pipeline jobs. | X |
| jpeg-turbo | 2.1.4 | IJG JPEG compliant runtime library with SIMD and other optimizations | |
| jsonpatch | 1.33 | Apply JSON-Patches (RFC 6902) | X |
| keras | 2.14.0 | Deep Learning for Python | |
| langchain | 0.2.16 | Building applications with LLMs through composability | X |
| langchain-community | 0.2.9 | Community contributed LangChain integrations. | X |
| langchain-core | 0.2.39 | Core APIs for LangChain, the LLM framework for buildilng applications… | X |
| langchain-text-splitters | 0.2.4 | LangChain text splitting utilities | X |
| langsmith | 0.1.120 | Client library to connect to the LangSmith language model tracing and… | X |
| libabseil | 20230125.0 | Abseil Common Libraries (C++) | |
| libdate | 3.0.1 | A date and time library based on the C++11/14/17 <chrono> header | |
| libflac | 1.3.3 | Flac audio format | |
| liblightgbm | 4.2.0 | Light Gradient Boosting Machine that uses tree based learning algorithms | |
| libmamba | 1.5.7 | A fast drop-in alternative to conda, using libsolv for dependency resolution | |
| libmambapy | 1.5.7 | A fast drop-in alternative to conda, using libsolv for dependency resolution | |
| libnvjitlink | 12.2.140 | CUDA nvJitLink library | |
| libopenblas | 0.3.27 | An Optimized BLAS library | |
| libopenblas-static | 0.3.27 | OpenBLAS static libraries. | |
| libopencv | 4.8.1 | Computer vision and machine learning software library. | |
| libortools | 9.6 | Google Operations Research Tools (or-tools) python package | |
| libprotobuf | 3.21.12 | Protocol Buffers - Google’s data interchange format. C++ Libraries… | |
| libprotobuf-static | 3.21.12 | Protocol Buffers - Google’s data interchange format. C++ Libraries… | |
| libsndfile | 1.0.31 | libsndfile - a C library for reading and writing files containing… | |
| libtar | 1.2.20 | C library for manipulating tar files | |
| libtensorflow | 2.14.1 | TensorFlow is a machine learning library, base GPU package, tensorflow only. | |
| libxgboost | 2.0.3 | Scalable, Portable and Distributed Gradient Boosting Library | |
| lightgbm | 4.2.0 | Light Gradient Boosting Machine that uses tree based learning algorithms | |
| lightgbm-proc | 4.2.0 | Light Gradient Boosting Machine that uses tree based learning algorithms | |
| lightning-app | 2.1.3 | Use Lightning Apps to build everything from production-ready,… | X |
| lightning-cloud | 0.5.57 | Lightning Cloud. | X |
| lightning-fabric | 2.1.3 | Use Lightning Apps to build everything from production-ready,… | X |
| lightning-utilities | 0.10.0 | Lightning Utilities. | X |
| llama-cpp-python | 0.3.8 | Python bindings for the llama.cpp library | |
| llama.cpp | 0.0.5038 | Port of Facebook’s LLaMA model in C/C++ | |
| llvm-openmp | 14.0.6 | The OpenMP API supports multi-platform shared-memory parallel… | |
| magma | 2.6.1 | Dense linear algebra library similar to LAPACK but for… | |
| mamba | 1.5.7 | A fast drop-in alternative to conda, using libsolv for dependency resolution | |
| maturin | 1.7.1 | Build and publish crates with pyo3, rust-cpython and cffi bindings as… | |
| mockupdb | 1.7.0 | MongoDB Wire Protocol server library | X |
| nasm | 2.15.05 | Netwide Assembler: an assembler targetting the Intel x86 series of processors. | |
| nccl | 2.19.3 | NVIDIA Collective Communications Library. Implements multi-GPU and… | |
| nomkl | 3.0 | None | |
| numactl | 2.0.16 | Control NUMA policy for processes or shared memory | |
| nvcc_linux-ppc64le | 12.2 | A meta-package to enable the right nvcc. | |
| objsize | 0.6.1 | Traversal over Python’s objects subtree and calculate the total… | X |
| onnx | 1.16.0 | Open Neural Network Exchange library | |
| onnxconverter-common | 1.14.0 | Common utilities for ONNX converters | X |
| onnxmltools | 1.12.0 | ONNXMLTools enables conversion of models to ONNX | X |
| onnxruntime | 1.16.3 | cross-platform, high performance ML inferencing and training accelerator | |
| openblas | 0.3.27 | An optimized BLAS library | |
| openblas-devel | 0.3.27 | OpenBLAS headers and libraries for developing software that used OpenBLAS. | |
| opencensus | 0.7.13 | OpenCensus - A stats collection and distributed tracing framework | X |
| opencv | 4.8.1 | Computer vision and machine learning software library. | |
| opencv-proc | 4.8.1 | Computer vision and machine learning software library. | |
| openmpi | 4.1.5 | An open source Message Passing Interface implementation. | |
| optional-lite | 3.4.0 | A C++17-like optional, a nullable object for C++98, C++11 and later in… | |
| orbit-ml | 1.1.4.2 | Orbit is a package for bayesian time series modeling and inference. | |
| orc | 1.9.0 | C++ libraries for Apache ORC | |
| ordered-set | 4.1.0 | A MutableSet that remembers its order, so that every entry has an index. | X |
| orjson | 3.9.15 | orjson is a fast, correct JSON library for Python. | |
| ortools-cpp | 9.6 | Google Operations Research Tools (or-tools) python package | |
| ortools-python | 9.6 | Google Operations Research Tools (or-tools) python package | |
| packaging | 23.2 | Core utilities for Python packages | X |
| polars | 1.7.1 | Polars is a blazingly fast DataFrames library implemented in Rust using… | |
| polars-lts-cpu | 1.7.1 | Polars is a blazingly fast DataFrames library implemented in Rust using… | |
| polars-u64-idx | 1.7.1 | Polars is a blazingly fast DataFrames library implemented in Rust using… | |
| prophet | 1.1.5 | Automatic Forecasting Procedure | |
| protobuf | 4.21.12 | Protocol Buffers - Google’s data interchange format. | |
| proxy-py | 2.4.7 | Proxy Server, Web Server, PubSub, Work acceptor & executor framework. | X |
| py-opencv | 4.8.1 | Computer vision and machine learning software library. | |
| pyarrow | 15.0.1 | Python libraries for Apache Arrow | |
| pydantic | 2.5.3 | Data validation and settings management using python type hinting | |
| pydantic-core | 2.14.6 | Core validation logic for pydantic written in rust | |
| pydantic-settings | 2.0.1 | Settings management using Pydantic | X |
| pymongo | 4.8.0 | Python driver for MongoDB | |
| pyopenssl | 24.2.1 | Python wrapper module around the OpenSSL library | X |
| pyro-api | 0.1.2 | Generic API for dispatch to Pyro backends. | X |
| pyro-ppl | 1.8.4 | A Python library for probabilistic modeling and inference | X |
| pytest-subprocess | 1.5.2 | A plugin to fake subprocess for pytest | X |
| python-flatbuffers | 23.1.21 | Python runtime library for use with the Flatbuffers serialization format. | X |
| python-multipart | 0.0.7 | A streaming multipart parser for Python. | X |
| pytorch | 2.1.2 | Meta-package to install GPU-enabled PyTorch variant | |
| pytorch-base | 2.1.2 | PyTorch is an optimized tensor library for deep learning using GPUs and CPUs. | |
| pytorch-lightning | 2.3.3 | PyTorch Lightning is the lightweight PyTorch wrapper for ML… | X |
| pytorch-lightning-bolts | 0.7.0 | Pretrained SOTA Deep Learning models, callbacks and more for research… | X |
| pytorch_geometric | 2.4.0 | Geometric Deep Learning Extension Library for PyTorch | X |
| pytorch_scatter | 2.1.2 | PyTorch Extension Library of Optimized Scatter Operations | |
| pytorch_sparse | 0.6.18 | PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations | |
| ray-air | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-all | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-client | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-core | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-data | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-default | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-rllib | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-serve | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-train | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| ray-tune | 2.35.0 | Ray is a fast and simple framework for building and running distributed… | |
| rdflib | 6.1.1 | RDFLib is a Python library for working with RDF, a simple yet powerful… | X |
| re-assert | 1.1.0 | show where your regex match assertion failed! | X |
| rust | 1.81.0 | Rust is a systems programming language that runs blazingly fast,… | |
| rust-nightly | 1.82.0 | Rust is a systems programming language that runs blazingly fast,… | |
| rust-std-powerpc64le-unknown-linux-gnu | 1.81.0 | Rust is a systems programming language that runs blazingly fast,… | X |
| rust_linux-ppc64le | 1.81.0 | A safe systems programming language (conda activation scripts) | |
| safeint | 3.0.26 | SafeInt is a class library for C++ that manages integer overflows. | |
| safetensors | 0.4.1 | Fast and Safe Tensor serialization | |
| scikit-build-core | 0.10.7 | Build backend for CMake based projects | X |
| scikit-learn | 1.3.0 | A set of python modules for machine learning and data mining | |
| sentencepiece | 0.1.99 | An unsupervised text tokenizer and detokenizer mainly for Neural… | |
| setuptools | 72.1.0 | Download, build, install, upgrade, and uninstall Python packages | X |
| setuptools-rust | 1.5.1 | Setuptools rust extension plugin | X |
| skl2onnx | 1.16.0 | Convert scikit-learn models and pipelines to ONNX | X |
| sklearn-pandas | 2.2.0 | Pandas integration with sklearn | X |
| sse-starlette | 2.1.3 | SSE plugin for Starlette | X |
| stanio | 0.3.0 | Preparing inputs to and reading outputs from Stan. | X |
| starlette | 0.40.0 | The little ASGI framework that shines. | X |
| starlette-context | 0.3.6 | Access context in Starlette | X |
| starlette-full | 0.40.0 | The little ASGI framework that shines. | X |
| starsessions | 1.3.0 | Pluggable session support for Starlette. | X |
| tensorboard | 2.14.0 | TensorFlow’s Visualization Toolkit. | X |
| tensorboard-data-server | 0.7.0 | Data server for TensorBoard | X |
| tensorflow | 2.14.1 | Meta-package to install GPU-enabled TensorFlow variant | |
| tensorflow-base | 2.14.1 | TensorFlow is a machine learning library, base GPU package, tensorflow only. | |
| tensorflow-datasets | 4.9.4 | A collection of datasets ready to use with TensorFlow | X |
| tensorflow-estimator | 2.14.0 | TensorFlow Estimator | X |
| tensorflow-hub | 0.15.0 | A library for transfer learning by reusing parts of TensorFlow models. | X |
| tensorflow-io | 0.35.0 | Dataset, streaming, and file system extensions | |
| tensorflow-io-gcs-filesystem | 0.35.0 | Dataset, streaming, and file system extensions | |
| tensorflow-metadata | 1.14.0 | Utilities for passing TensorFlow-related metadata between tools | X |
| tensorflow-model-optimization | 0.7.5 | A library that to optimize TensorFlow models for deployment and execution. | |
| tensorflow-probability | 0.22.1 | TensorFlow Probability is a library for probabilistic reasoning and… | |
| tensorflow-serving | 2.14.1 | TensorFlow Serving is an open-source library for serving machine learning models | |
| tensorflow-serving-api | 2.14.1 | TensorFlow Serving is an open-source library for serving machine learning models | X |
| tensorflow-text | 2.14.0 | TF.Text is a TensorFlow library of text related ops, modules, and subgraphs. | |
| tf2onnx | 1.15.1 | Tensorflow to ONNX converter | |
| tiktoken | 0.6.0 | tiktoken is a fast BPE tokeniser for use with OpenAI’s models | |
| tokenize-rt | 4.2.1 | A wrapper around the stdlib tokenize which roundtrips. | X |
| tokenizers | 0.15.2 | Fast State-of-the-Art Tokenizers optimized for Research and Production | |
| torchdata | 0.7.1 | Common modular data loading primitives for easily constructing flexible… | |
| torchmetrics | 1.2.1 | Machine learning metrics for distributed, scalable PyTorch applications. | X |
| torchtext | 0.16.2 | Meta-package to install torchtext variant for GPU-enabled pytorch | |
| torchtext-base | 0.16.2 | Text utilities and datasets for PyTorch | |
| torchvision | 0.16.2 | Meta-package to install GPU-enabled torchvision variant | |
| torchvision-base | 0.16.2 | Image and video datasets and models for torch deep learning | |
| transformers | 4.38.0 | State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch | X |
| typing-extensions | 4.11.0 | Backported and Experimental Type Hints for Python | X |
| typing_extensions | 4.11.0 | Backported and Experimental Type Hints for Python | X |
| tzdata-java-cos7-ppc64le | 2019c | (CDT) OpenJDK Runtime Environment | X |
| uvicorn | 0.22.0 | The lightning-fast ASGI server. | |
| uvicorn-standard | 0.22.0 | The lightning-fast ASGI server. | |
| uwsgi | 2.0.25.1 | The uWSGI project aims at developing a full stack for building hosting… | |
| werkzeug | 3.0.6 | The comprehensive WSGI web application library. | |
| xgboost | 2.0.3 | Scalable, Portable and Distributed Gradient Boosting Library | |
| xgboost-proc | 2.0.3 | Scalable, Portable and Distributed Gradient Boosting Library | |
| zipp | 3.19.2 | A pathlib-compatible Zipfile object wrapper | X |
With the conda environment activated, run the following command:
conda install <package name>
Find information about uninstalling machine learning and deep learning MLDL frameworks.
The MLDL framework packages can be uninstalled individually, or you can uninstall all of the MLDL packages at the same time.
If the frameworks are installed into a separate conda environment, all of the frameworks can be removed by simply deleting the environment:
conda env remove -n <environment name>
Individual frameworks (and any packages that depend on them) can be removed by removing the individual package:
conda remove <package name>
Important: This command removes the specified packages and any packages that depend on any of the specified packages. If you want to skip this dependency checking and remove just the requested packages, add the –force option. However, this may break your environment, so use this option with caution.
We recommend that you install the most current release of Open-CE. However, if you need or have installed an earlier version, you can find information below.
For a full list of versions, including Power 10 accelerated versions, please see the full conda channel offerings here: https://ftp.osuosl.org/pub/open-ce/
*Release date: 02/10/2025
This is release 1.11.5 of Open Cognitive Environment (Open-CE), which contains CVE fixes.
*1.11.4 was completed on 12/04/2024. Due to the holiday season, 1.11.4 updates are combined with 1.11.5. x86_64 was released 03/28/2025
What’s New
Updated Packages
This Release Supports
Important Notes
Release date: 08/20/2024
This is release 1.11.2 of Open Cognitive Environment (Open-CE). This update only applies to the ppc64le architecture.
What’s new
Updated packages
This release of Open-CE supports:
Important Notes:
Release date: 06/07/2024
This is release 1.11.0 of Open Cognitive Environment (Open-CE).
What’s new
Updated packages
This release of Open-CE supports:
Important Notes:
Release date: 01/29/2024 (x86), 02/14/2024 (ppc64le)
This is release 1.10.0 of Open Cognitive Environment (Open-CE).
What’s new
Updated packages
This release of Open-CE supports:
Important Notes:
Release date: 12/20/2023
This is bug fix release 3 of release 1.9. No other additions have been made since 1.9.1.
What’s new
Various bugs fixed
Updated packages
This release of Open-CE supports:
All the packages are built with openssl 1.*.
Release date: 08/07/2023
This is bug fix release 1 of release 1.9.
*Version 1.8.0 was also released (01/12/2023), but no description/update was given.
Release date: 09/29/2022
This is bug fix release 2 of release 1.7
What’s new
Release date: 05/19/2022
This is bug fix release 1 of release 1.6
What’s new
Release date: 01/11/2021
This is bug fix release 1 of release 1.5
What’s new
Key changes include:
Release date: 12/08/2021
What’s new
This is release 1.5.0 of the Open Cognitive Environment (Open-CE), codenamed Otter
This release of Open-CE supports NVIDIA’s CUDA versions 10.2,11.2 as well as Python 3.7,3.8,3.9.
Release date: 10/10/2021
What’s new
This is bug fix 1 of release 1.4 of Open Cognitive Environment (Open-CE). Main updates are:
For a complete list of changes also see the 1.4.0 release.
Release date: 08/26/2021
What’s new
This is bug fix 1 of release 1.3 of Open Cognitive Environment (Open-CE), code named Chipmunk. Bug Fix Changes
For a complete list of changes also see the 1.3.0 release.
Release date: 06/16/2021
What’s new
This is release 1.2.2 of Open Cognitive Environment (Open-CE).
This is bug fix 2 of release 1.2 of Open Cognitive Environment (Open-CE), code named Prairiedog.
Bug Fix Changes
Previously, the Open-CE build tools were part of the Open-CE repository. They can now be found in their own repo.
A release of Open-CE now only includes:
New Features
Bug Fix Changes
Open-CE is distributed as prebuilt containers, or on demand through the Conda provisioning process.
Release date: 04/16/2021
What’s new
This is release 1.2 of Open Cognitive Environment (Open-CE), code named Prairiedog.
Previously, the Open-CE build tools were part of the Open-CE repository. They can now be found in their own repo.
A release of Open-CE now only includes:
New Features
Bug Fix Changes
Open-CE is distributed as prebuilt containers, or on demand through the Conda provisioning process.
Release date: 01/12/2021
What’s new
This is release 1.1 of Open Cognitive Environment (Open-CE), code named Meerkat.
Release date: 11/10/2020
What’s new
Open-CE 1.0 is the current release of Open-CE and includes the following features:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。