Skip to content

Commit

Permalink
Merge pull request #530 from rhulguin/pull-request-rhulguin
Browse files Browse the repository at this point in the history
Add chroma, llamaindex, and torchtune files
  • Loading branch information
zachlasiuk authored Oct 29, 2024
2 parents ee06be5 + 9ee6d76 commit 13d0cef
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/opensource_packages/chroma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Chroma
category: Database
description: Chroma is the AI-native open-source vector database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs.
download_url: https://github.com/chroma-core/chroma/releases
works_on_arm: true
supported_minimum_version:
version_number: 0.3.27
release_date: 2023/07/10


optional_info:
homepage_url: https://www.trychroma.com/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://docs.trychroma.com/
arm_recommended_minimum_version:
version_number:
release_date:

optional_hidden_info:
release_notes__supported_minimum:
release_notes__recommended_minimum:
other_info:
---
29 changes: 29 additions & 0 deletions content/opensource_packages/llamaindex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: LlamaIndex Core
category: AI/ML
description: LlamaIndex Core is the core python package to the LlamaIndex library, which is a simple, flexible data framework for connecting custom data sources to large language models.
download_url: https://pypi.org/project/llama-index-core/#history
works_on_arm: true
supported_minimum_version:
version_number: 0.10.30
release_date: 2024/04/17


optional_info:
homepage_url: https://www.llamaindex.ai/open-source
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://docs.llamaindex.ai/en/stable/
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. LlamaIndex Core can be installed via pip. All pypi releases have none-any wheels for LlamaIndex Core.

---
30 changes: 30 additions & 0 deletions content/opensource_packages/torchtune.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: torchtune
category: AI/ML
description: torchtune is a Native-PyTorch library for LLM fine-tuning.
download_url: https://pypi.org/project/torchtune/#history
works_on_arm: true
supported_minimum_version:
version_number: 0.3.0
release_date: 2024/09/18


optional_info:
homepage_url: https://pytorch.org/torchtune/stable/overview.html
support_caveats: torchao must be built from source - instructions in the referenced Arm content below.
alternative_options:
getting_started_resources:
arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/pytorch-llama/pytorch-llama#install-pytorch-and-optimized-libraries
partner_content:
official_docs: https://pytorch.org/torchtune/stable/index.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. torchtune can be installed via pip. All pypi releases have none-any wheels for torchtune.

---

0 comments on commit 13d0cef

Please sign in to comment.