From 3881f4eb58d40f3c3f440f6d238654533c646046 Mon Sep 17 00:00:00 2001 From: wangzhihong Date: Wed, 3 Jul 2024 11:12:20 +0800 Subject: [PATCH 1/2] add LazyLLM to `Projects using LLaMA Factory` in `README.md` Former-commit-id: 22da47ba27dc9c15887d21d47c456fb26fc81f5b --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d3feae5..31879471 100644 --- a/README.md +++ b/README.md @@ -610,6 +610,7 @@ If you have a project that should be incorporated, please contact via email or c 1. **[Chinese-LLaVA-Med](https://github.com/BUAADreamer/Chinese-LLaVA-Med)**: A multimodal large language model specialized in Chinese medical domain, based on LLaVA-1.5-7B. 1. **[AutoRE](https://github.com/THUDM/AutoRE)**: A document-level relation extraction system based on large language models. 1. **[NVIDIA RTX AI Toolkit](https://github.com/NVIDIA/RTX-AI-Toolkit)**: SDKs for fine-tuning LLMs on Windows PC for NVIDIA RTX. +1. **[LazyLLM](https://github.com/LazyAGI/LazyLLM)**: Easyest and lazyest way for building multi-agent LLMs applications with further finetuning which is supported by LLaMA-Factory. From 84f8113bb14a94f5daf00a964b7a4e018d389572 Mon Sep 17 00:00:00 2001 From: wangzhihong Date: Wed, 3 Jul 2024 14:59:09 +0800 Subject: [PATCH 2/2] Update README_zh.md Former-commit-id: 6f8f53f879faf991c494ee9655a47f905fd11867 --- README_zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_zh.md b/README_zh.md index cb5a42e4..e6265d20 100644 --- a/README_zh.md +++ b/README_zh.md @@ -610,6 +610,7 @@ run_name: test_run # 可选 1. **[Chinese-LLaVA-Med](https://github.com/BUAADreamer/Chinese-LLaVA-Med)**:中文多模态医学大模型,基于 LLaVA-1.5-7B 在中文多模态医疗数据上微调而得。 1. **[AutoRE](https://github.com/THUDM/AutoRE)**:基于大语言模型的文档级关系抽取系统。 1. **[NVIDIA RTX AI Toolkit](https://github.com/NVIDIA/RTX-AI-Toolkit)**: 在 Windows 主机上利用英伟达 RTX 设备进行大型语言模型微调的开发包。 +1. **[LazyLLM](https://github.com/LazyAGI/LazyLLM)**: 低代码构建多Agent大模型应用的开发工具,基于LLaMA-Factory支持对用到的模型进行后续地微调.