Skip to content

Commit

Permalink
update v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcui committed Mar 26, 2024
1 parent 019a69d commit 48583df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

## 新闻

**[2024/03/05] 开源模型训练和精调代码,发布技术报告。详情查看:[📚v1.1版本发布日志](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.1)**
**[2024/03/26] 添加仿OpenAI API部署模式。详情查看:[📚v1.2版本发布日志](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.2)**

[2024/03/05] 开源模型训练和精调代码,发布技术报告。详情查看:[📚v1.1版本发布日志](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.1)

[2024/01/29] 🚀 正式发布Chinese-Mixtral(基座模型),Chinese-Mixtral-Instruct(指令/chat模型)。详情查看:[📚v1.0版本发布日志](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.0)

Expand Down Expand Up @@ -115,7 +117,7 @@ Mixtral是一个稀疏混合专家模型。该模型与以往的LLaMA等主流
| :----------------------------------------------------------- | ---------------------------- | :--: | :--: | :--: | :--: | :--: | :--: |:--: |
| [llama.cpp](https://github.com/ggerganov/llama.cpp) | 丰富的量化选项和高效本地推理 ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/llamacpp_zh) |
| [🤗Transformers](https://github.com/huggingface/transformers) | 原生transformers推理接口 ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/inference_with_transformers_zh) |
| [仿OpenAI API调用](https://platform.openai.com/docs/api-reference) | 仿OpenAI API接口的服务器Demo ||||||| [link] |
| [仿OpenAI API调用](https://platform.openai.com/docs/api-reference) | 仿OpenAI API接口的服务器Demo ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/openai_api_zh) |
| [text-generation-webui](https://github.com/oobabooga/text-generation-webui) | 前端Web UI界面的部署方式 ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/text-generation-webui_zh) |
| [LangChain](https://github.com/hwchase17/langchain) | 适合二次开发的大模型应用开源框架 ||||||| [link] |
| [privateGPT](https://github.com/imartinez/privateGPT) | 多文档本地问答框架 ||||||| [link] |
Expand Down
6 changes: 4 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ This project is developed based on the [Mixtral model](https://huggingface.co/mi

## News

**[2024/03/05] Release pre-training and fine-tuning scripts. Technical reports are also available. See: [📚 v1.1 Release Notes](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.1)**
**[2024/03/26] Add deployment method of OpenAI-style API. See: [📚v1.2 Release Notes](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.2)**

[2024/03/05] Release pre-training and fine-tuning scripts. Technical reports are also available. See: [📚 v1.1 Release Notes](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.1)

[2024/01/29] 🚀 Official release of Chinese-Mixtral (Base Model), Chinese-Mixtral-Instruct (Instruction/Chat Model). For more details, see: [📚 v1.0 Release Notes](https://github.com/ymcui/Chinese-Mixtral/releases/tag/v1.0)

Expand Down Expand Up @@ -115,7 +117,7 @@ The related models in this project mainly support the following quantization, in
| ------------------------------------------------------------ | ------------------------------------------------------------ | :--: | :--: | :----------: | :--: | :--: | :--: | :----------------------------------------------------------: |
| [llama.cpp](https://github.com/ggerganov/llama.cpp) | Rich quantization options and efficient local inference ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/llamacpp_en) |
| [🤗Transformers](https://github.com/huggingface/transformers) | Native transformers inference interface ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/inference_with_transformers_en) |
| [Imitation OpenAI API Call](https://platform.openai.com/docs/api-reference) | Server Demo with OpenAI API-like interface ||||||| [link] |
| [Imitation OpenAI API Call](https://platform.openai.com/docs/api-reference) | Server Demo with OpenAI API-like interface ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/openai_api_en) |
| [text-generation-webui](https://github.com/oobabooga/text-generation-webui) | Frontend Web UI deployment method ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/text-generation-webui_en) |
| [LangChain](https://github.com/hwchase17/langchain) | Open-source framework for large model applications suitable for secondary development ||||||| [link] |
| [privateGPT](https://github.com/imartinez/privateGPT) | Local multi-document Q&A framework ||||||| [link] |
Expand Down

0 comments on commit 48583df

Please sign in to comment.