niuyazhe commited on
Commit
be9a65e
1 Parent(s): 844b93e

polish(nyz): polish readme with ChatGLM info

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. README_zh.md +2 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Local deployment can be done in the following ways:
26
  ```shell
27
  pip3 install -r requirements.txt
28
  ```
29
- ### Do Mistral-7B-Instruct-v0.1 local inference
30
  ```shell
31
  pip3 install -r requirements-dev.txt
32
  ```
@@ -71,10 +71,11 @@ For a complete example, please refer to: [Submit your own level design](https://
71
  - [x] Online trial link
72
  - [x] Hugging Face Space link
73
  - [x] Support Mistral-7B(English version)
74
- - [ ] Support ChatGLM(Chinese version)
75
  - [ ] Support Baichuan2-7B(Chinese version)
76
  - [ ] Support LLaMA2-7B(English version)
77
  - [ ] LLM inference speed optimization
 
78
 
79
  ## :speech_balloon: Feedback and Contribution
80
  - [Start an Issue](https://github.com/opendilab/CodeMorpheus/issues/new/choose) on GitHub
@@ -85,6 +86,7 @@ For a complete example, please refer to: [Submit your own level design](https://
85
  ## :star2: Special Thanks
86
  - Thanks to [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) for his original idea and title, which provided inspiration and motivation for the development and expansion of this project.
87
  - Thanks to [HuggingFace](https://huggingface.co) for supporting and assisting the game.
 
88
  - Thanks to [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) for their implementation and support.
89
 
90
  ## :label: License
 
26
  ```shell
27
  pip3 install -r requirements.txt
28
  ```
29
+ ### Deploy Mistral-7B-Instruct-v0.1 for local inference
30
  ```shell
31
  pip3 install -r requirements-dev.txt
32
  ```
 
71
  - [x] Online trial link
72
  - [x] Hugging Face Space link
73
  - [x] Support Mistral-7B(English version)
74
+ - [x] Support ChatGLM(Chinese and English version)
75
  - [ ] Support Baichuan2-7B(Chinese version)
76
  - [ ] Support LLaMA2-7B(English version)
77
  - [ ] LLM inference speed optimization
78
+ - [ ] More question levels and solution blogs
79
 
80
  ## :speech_balloon: Feedback and Contribution
81
  - [Start an Issue](https://github.com/opendilab/CodeMorpheus/issues/new/choose) on GitHub
 
86
  ## :star2: Special Thanks
87
  - Thanks to [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) for his original idea and title, which provided inspiration and motivation for the development and expansion of this project.
88
  - Thanks to [HuggingFace](https://huggingface.co) for supporting and assisting the game.
89
+ - Thanks to [ChatGLM](https://chatglm.cn) for supporting and assisting the game, especially sufficient inference token support.
90
  - Thanks to [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) for their implementation and support.
91
 
92
  ## :label: License
README_zh.md CHANGED
@@ -72,7 +72,7 @@ QUESTION_LANG=en QUESTION_LLM='mistral-7b' python3 -u app.py
72
  - [x] 在线试玩链接
73
  - [x] Hugging Face Space 链接
74
  - [x] 支持Mistral-7B(英文)
75
- - [ ] 支持ChatGLM(中文)
76
  - [ ] 支持Baichuan2-7B(中文)
77
  - [ ] 支持LLaMA2-7B(英文)
78
  - [ ] LLM 推理速度优化
@@ -86,6 +86,7 @@ QUESTION_LANG=en QUESTION_LLM='mistral-7b' python3 -u app.py
86
  ## :star2: Special Thanks
87
  - 感谢 [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) 的原始创意和题目,为本项目的开发和扩展提供了灵感与动力。
88
  - 感谢 [HuggingFace](https://huggingface.co) 对游戏的支持与协助。
 
89
  - 感谢 [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) 的实现与支持。
90
 
91
  ## :label: License
 
72
  - [x] 在线试玩链接
73
  - [x] Hugging Face Space 链接
74
  - [x] 支持Mistral-7B(英文)
75
+ - [x] 支持ChatGLM(中文和英文)
76
  - [ ] 支持Baichuan2-7B(中文)
77
  - [ ] 支持LLaMA2-7B(英文)
78
  - [ ] LLM 推理速度优化
 
86
  ## :star2: Special Thanks
87
  - 感谢 [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) 的原始创意和题目,为本项目的开发和扩展提供了灵感与动力。
88
  - 感谢 [HuggingFace](https://huggingface.co) 对游戏的支持与协助。
89
+ - 感谢 [ChatGLM](https://chatglm.cn/) 对游戏的支持与协助,特别是供在线预览版使用的足量 tokens。
90
  - 感谢 [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) 的实现与支持。
91
 
92
  ## :label: License