Skip to content

Commit

Permalink
add LLaMA2-Accessory (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimin-z authored Aug 10, 2024
1 parent 140ce32 commit 69e4715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ This repository contains a curated list of awesome open source libraries that wi
* [Lamini](https://github.com/lamini-ai/lamini) ![](https://img.shields.io/github/stars/lamini-ai/lamini.svg?style=social) - Lamini is an LLM engine for rapidly customizing models.
* [LangChain](https://github.com/hwchase17/langchain) ![](https://img.shields.io/github/stars/hwchase17/langchain.svg?style=social) - LangChain assists in building applications with LLMs through composability.
* [LlamaIndex](https://github.com/jerryjliu/llama_index) ![](https://img.shields.io/github/stars/jerryjliu/llama_index.svg?style=social) - LlamaIndex (GPT Index) is a data framework for your LLM application.
* [LLaMA](https://github.com/facebookresearch/llama) ![](https://img.shields.io/github/stars/ggerganov/llama.cpp.svg?style=social) - LLaMA is intended as a minimal, hackable and readable example to load LLaMA (arXiv) models and run inference.
* [LLaMA](https://github.com/facebookresearch/llama) ![](https://img.shields.io/github/stars/facebookresearch/llama.svg?style=social) - LLaMA is intended as a minimal, hackable and readable example to load LLaMA (arXiv) models and run inference.
* [LLaMA2-Accessory](https://github.com/Alpha-VLLM/LLaMA2-Accessory) ![](https://img.shields.io/github/stars/Alpha-VLLM/LLaMA2-Accessory.svg?style=social) - LLaMA2-Accessory is an open-source toolkit for pretraining, finetuning and deployment of Large Language Models (LLMs) and multimodal LLMs.
* [LMFlow](https://github.com/OptimalScale/LMFlow) ![](https://img.shields.io/github/stars/OptimalScale/LMFlow.svg?style=social) - LMFlow is an extensible, convenient, and efficient toolbox for finetuning large machine learning models.
* [Megatron-LM](https://github.com/NVIDIA/Megatron-LM) ![](https://img.shields.io/github/stars/NVIDIA/Megatron-LM.svg?style=social) - Megatron-LM is a highly optimized and efficient library for training large language models.
* [MLC LLM](https://github.com/mlc-ai/mlc-llm) ![](https://img.shields.io/github/stars/mlc-ai/mlc-llm.svg?style=social) - MLC LLM is a universal solution that allows any language models to be deployed natively on a diverse set of hardware backends and native applications, plus a productive framework for everyone to further optimize model performance for their own use cases.
Expand Down

0 comments on commit 69e4715

Please sign in to comment.