-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #530 from rhulguin/pull-request-rhulguin
Add chroma, llamaindex, and torchtune files
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--- |