Skip to content
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

Add JAX and Keras files #568

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/opensource_packages/JAX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: JAX
category: AI/ML
description: JAX is a Python library for program transformation and accelerator-oriented array computation. It is designed for large-scale machine learning and high-performance numerical computing.
download_url: https://pypi.org/project/jax/#history
works_on_arm: true
supported_minimum_version:
version_number: 0.0
release_date: 2018/12/8


optional_info:
homepage_url: https://jax.readthedocs.io/en/latest/index.html
support_caveats:
alternative_options:
getting_started_resources:
arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/keras-core/install_dependencies/
partner_content:
official_docs: https://jax.readthedocs.io/en/latest/installation.html
arm_recommended_minimum_version:
version_number:
release_date:

optional_hidden_info:
release_notes__supported_minimum:
release_notes__recommended_minimum:
other_info: There are no Linux/ARM64 release notes. JAX can be installed via pip on the Neoverse N1, from the first release itself.

---
29 changes: 29 additions & 0 deletions content/opensource_packages/keras.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Keras
category: AI/ML
description: Keras is a deep learning framework, with support for TensorFlow, JAX, and PyTorch. Keras effortlessly build and train models for computer vision, audio processing, natural language processing, recommender systems, timeseries forecasting, etc.
download_url: https://pypi.org/project/keras/#history
works_on_arm: true
supported_minimum_version:
version_number: 2.0.8
release_date: 2017/8/26


optional_info:
homepage_url: https://keras.io/
support_caveats:
alternative_options:
getting_started_resources:
arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/keras-core/
partner_content:
official_docs: https://keras.io/getting_started/
arm_recommended_minimum_version:
version_number:
release_date:

optional_hidden_info:
release_notes__supported_minimum:
release_notes__recommended_minimum:
other_info: There are no Linux/ARM64 release notes. Keras can be installed via pip on the Neoverse N1, from version 2.0.8 onwards, prior versions fail to build.

---