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 Whisper and LLama-Index files #570

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/llama-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: LLama-Index
category: AI/ML
description: Llama-Index is a data framework for LLM applications, which involves the chosen set of plugins and the LlamaIndex core framework.
download_url: https://pypi.org/project/llama-index/#history
works_on_arm: true
supported_minimum_version:
version_number: 0.4.5
release_date: 2023/02/18


optional_info:
homepage_url: https://docs.llamaindex.ai/en/stable/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://docs.llamaindex.ai/en/stable/getting_started/installation/
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. Llama-Index can be installed via pip from the first version on pypi.

---
29 changes: 29 additions & 0 deletions content/opensource_packages/whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Whisper
category: AI/ML
description: Whisper is a speech recognition model, which is trained on a large dataset of audio. Whisper can perform multilingual speech recognition/translation, and language identification.
download_url: https://pypi.org/project/openai-whisper/#history
works_on_arm: true
supported_minimum_version:
version_number: 20230117
release_date: 2023/01/18


optional_info:
homepage_url: https://github.com/openai/whisper
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content: https://techcommunity.microsoft.com/blog/educatordeveloperblog/onnx-and-npu-acceleration-for-speech-on-arm/4278969
official_docs: https://github.com/openai/whisper?tab=readme-ov-file#setup
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. Whisper can be installed via pip from the first version on pypi.

---