Skip to content

Commit

Permalink
doc: update citation, minor stylistic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcui committed Feb 2, 2024
1 parent 448665a commit 8ab9aaa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ Mixtral是一个稀疏混合专家模型。该模型与以往的LLaMA等主流
| 工具 | 特点 | CPU | GPU | 量化 | GUI | API | vLLM | 教程 |
| :----------------------------------------------------------- | ---------------------------- | :--: | :--: | :--: | :--: | :--: | :--: |:--: |
| [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) |
| [🤗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] |
| [text-generation-webui](https://github.com/oobabooga/text-generation-webui) | 前端Web UI界面的部署方式 ||||||| [link](https://github.com/ymcui/Chinese-Mixtral/wiki/text-generation-webui_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] |
| [LM Studio](https://lmstudio.ai) | 多平台聊天软件(带界面) ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/lmstudio_zh) |
Expand Down Expand Up @@ -245,7 +245,14 @@ Mixtral是一个稀疏混合专家模型。该模型与以往的LLaMA等主流

## 引用

TBA
```tex
@misc{chinese-mixtral,
title={Chinese Mixtral},
author={Cui, Yiming and Yao, Xin},
howpublished={\url{https://github.com/ymcui/Chinese-Mixtral}},
year={2024}
}
```


## 免责声明
Expand Down
13 changes: 10 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ The related models in this project mainly support the following quantization, in
| Tool | Features | CPU | GPU | Quantization | GUI | API | vLLM | Tutorial |
| ------------------------------------------------------------ | ------------------------------------------------------------ | :--: | :--: | :----------: | :--: | :--: | :--: | :----------------------------------------------------------: |
| [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) |
| [🤗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] |
| [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) |
| [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] |
| [LM Studio](https://lmstudio.ai) | Multi-platform chat software (with interface) ||||||| [[link]](https://github.com/ymcui/Chinese-Mixtral/wiki/lmstudio_en) |
Expand Down Expand Up @@ -245,7 +245,14 @@ Question 3: Is the downstream ecosystem of Mixtral supported?

## Citation

TBA
```tex
@misc{chinese-mixtral,
title={Chinese Mixtral},
author={Cui, Yiming and Yao, Xin},
howpublished={\url{https://github.com/ymcui/Chinese-Mixtral}},
year={2024}
}
```


## Disclaimer
Expand Down

0 comments on commit 8ab9aaa

Please sign in to comment.