From 9d0150e0eb1235e9e385165250fbd063dd7c4919 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 25 Sep 2024 09:39:48 +0000 Subject: [PATCH] Add musl and nemo files Signed-off-by: odidev --- content/opensource_packages/musl.md | 29 +++++++++++++++++++++++++++++ content/opensource_packages/nemo.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/musl.md create mode 100644 content/opensource_packages/nemo.md diff --git a/content/opensource_packages/musl.md b/content/opensource_packages/musl.md new file mode 100644 index 00000000..7077db72 --- /dev/null +++ b/content/opensource_packages/musl.md @@ -0,0 +1,29 @@ +--- +name: Musl +category: Runtimes +description: Musl is a lightweight and efficient C standard library implementation designed for performance and simplicity, supporting static linking and various architectures. +download_url: https://github.com/kraj/musl/tags +works_on_arm: true +supported_minimum_version: + version_number: 1.1.7 + release_date: 2015/03/19 + +optional_info: + homepage_url: https://www.musl-libc.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.musl-libc.org/how.html + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done manually using the released archive [tag](https://github.com/kraj/musl/releases/tag/v1.1.7). + +--- diff --git a/content/opensource_packages/nemo.md b/content/opensource_packages/nemo.md new file mode 100644 index 00000000..6065b2d2 --- /dev/null +++ b/content/opensource_packages/nemo.md @@ -0,0 +1,29 @@ +--- +name: Neural Modules (Nemo) +category: AI/ML +description: NVIDIA NeMo is a flexible AI framework designed for researchers and developers to build and fine-tune models in areas like language, speech, and vision. +download_url: https://github.com/NVIDIA/NeMo/releases +works_on_arm: true +supported_minimum_version: + version_number: v1.0.0 + release_date: 2021/06/04 + +optional_info: + homepage_url: https://www.nvidia.com/en-in/ai-data-science/products/nemo/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.nvidia.com/nemo-framework/user-guide/latest/getting-started.html + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done manually using the released tar [file](https://github.com/NVIDIA/NeMo/releases/tag/v1.1.0). + +---