From f9f0decab50b24c0a9ade408ce1fbce00b562a52 Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 30 Sep 2024 05:12:13 +0000 Subject: [PATCH] Add Pilon and Paddle-Lite files Signed-off-by: odidev --- content/opensource_packages/paddlelite.md | 29 +++++++++++++++++++++++ content/opensource_packages/pilon.md | 29 +++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/paddlelite.md create mode 100644 content/opensource_packages/pilon.md diff --git a/content/opensource_packages/paddlelite.md b/content/opensource_packages/paddlelite.md new file mode 100644 index 00000000..b974acc7 --- /dev/null +++ b/content/opensource_packages/paddlelite.md @@ -0,0 +1,29 @@ +--- +name: Paddle-Lite +category: Miscellaneous +description: Paddle Lite is a deep-learning prediction framework. It is flexible, lightweight, easily extensible, high-performance, and has powerful graph optimization and prediction acceleration capabilities. +download_url: https://github.com/PaddlePaddle/Paddle-Lite/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.5.0 + release_date: 2019/07/02 + + +optional_info: + homepage_url: https://www.paddlepaddle.org.cn/lite + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.paddlepaddle.org.cn/lite/v2.12/quick_start/tutorial.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/PaddlePaddle/Paddle-Lite/releases/tag/1.5.0 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/pilon.md b/content/opensource_packages/pilon.md new file mode 100644 index 00000000..717c504b --- /dev/null +++ b/content/opensource_packages/pilon.md @@ -0,0 +1,29 @@ +--- +name: Pilon +category: Miscellaneous +description: Pilon is a tool used to automatically improve the draft assemblies, and to find variations among strains, including large event detection. +download_url: https://github.com/broadinstitute/pilon/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.9 + release_date: 2013/08/13 + + +optional_info: + homepage_url: https://github.com/broadinstitute/pilon/wiki#overview + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/broadinstitute/pilon/wiki/Requirements-&-Usage#detailed-usage + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes for Linux/ARM64. Wiki page mentions to run the released jar archives, which executes successfully on the Neovere N1, starting from the initial rolled out version 0.9. Package looks platform-independent. + +---