Skip to content

Commit

Permalink
Merge pull request THUDM#704 from binary-husky/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
duzx16 authored Apr 19, 2023
2 parents 01e6313 + 8a953df commit 67c1d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PROJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

以下是部分基于本仓库开发的开源项目:
* [SwissArmyTransformer](https://github.com/THUDM/SwissArmyTransformer): 一个Transformer统一编程框架,ChatGLM-6B已经在SAT中进行实现并可以进行P-tuning微调。
* [chatgpt_academic](https://github.com/binary-husky/chatgpt_academic): 支持ChatGLM-6B的学术写作与编程工具箱,具有模块化和多线程调用LLM的特点,可并行调用多种LLM。
* [ChatGLM-MNN](https://github.com/wangzhaode/ChatGLM-MNN): 一个基于 MNN 的 ChatGLM-6B C++ 推理实现,支持根据显存大小自动分配计算任务给 GPU 和 CPU
* [ChatGLM-Tuning](https://github.com/mymusise/ChatGLM-Tuning): 基于 LoRA 对 ChatGLM-6B 进行微调。类似的项目还包括 [Humanable ChatGLM/GPT Fine-tuning | ChatGLM 微调](https://github.com/hscspring/hcgf)
* [langchain-ChatGLM](https://github.com/imClumsyPanda/langchain-ChatGLM):基于本地知识的 ChatGLM 应用,基于LangChain
Expand Down

0 comments on commit 67c1d44

Please sign in to comment.