From 7a0e2f3da5433ce5400ab4e31b8c65ce7cf64a3a Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Fri, 12 Jan 2024 10:43:50 +0800 Subject: [PATCH] docs(project): update --- README.md | 8 ++++---- README_zh.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0edef52c..ab9efa6d 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ View [HuixiangDou inside](./huixiangdou-inside.md). The following are the hardware requirements for running. It is suggested to follow this document, starting with the basic version and gradually experiencing advanced features. -| Version | GPU Memory Requirements | Remarks | Tested on | +| Version | GPU Memory Requirements | Features | Tested on | | :-: | :-: | :-: | :-: | -| Basic Version | 20GB | Able to answer basic domain knowledge questions, zero cost operation | ![](https://img.shields.io/badge/linux%203090%2024G-passed-blue?style=for-the-badge) | -| Advanced Version | 40GB | Able to answer source code level questions, zero cost operation | ![](https://img.shields.io/badge/linux%20A100%2080G-passed-blue?style=for-the-badge) | -| Modified Version | 4GB | Using openai API to replace local LLM, basic development capability required, operation involves cost | ![](https://img.shields.io/badge/linux%201660ti%206GB-passed-blue?style=for-the-badge) | +| Basic Version | 20GB | Answer basic domain knowledge questions, zero cost | ![](https://img.shields.io/badge/linux%203090%2024G-passed-blue?style=for-the-badge) | +| Advanced Version | 40GB | Answer source code level questions, zero cost | ![](https://img.shields.io/badge/linux%20A100%2080G-passed-blue?style=for-the-badge) | +| Modified Version | 4GB | Using openai API, operation involves cost | ![](https://img.shields.io/badge/linux%201660ti%206GB-passed-blue?style=for-the-badge) | # 🔥 Run diff --git a/README_zh.md b/README_zh.md index 22a47298..3d9a472b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,9 +18,9 @@ 以下是运行茴香豆的硬件需求。建议遵循部署流程,从基础版开始,逐渐体验高级特性。 -| 版本 | 硬件需求 | 备注 | 已验证设备 | +| 版本 | 硬件需求 | 描述 | 已验证设备 | | :-: | :-: | :-: | :-: | -| 基础版 | 20GB | 能够回答领域知识的基础问题,零成本运行 | ![](https://img.shields.io/badge/linux%203090%2024G-passed-blue?style=for-the-badge) | +| 基础版 | 20GB | 能回答领域知识的基础问题,零成本运行 | ![](https://img.shields.io/badge/linux%203090%2024G-passed-blue?style=for-the-badge) | | 高级版 | 40GB | 能够回答源码级问题,零成本运行 | ![](https://img.shields.io/badge/linux%20A100%2080G-passed-blue?style=for-the-badge) | | 魔改版 | 4GB| 用 openai API 替代本地 LLM,需要基础开发能力,运行需要费用 | ![](https://img.shields.io/badge/linux%201660ti%206GB-passed-blue?style=for-the-badge) |