diff --git a/README.md b/README.md
index 979733c..38a6ca9 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,17 @@
- 🏠 Homepage | 📖 Blog | 🪧 DEMO | 🤖 Download Model | 📃 Paper(Coming soon!) |
+ 🏠 Homepage | 📖 Blog | 🪧 DEMO | 🤖 Download Model | 🌐 中文
- 🛠 VS Code or Jetbrains Extensions | 👋 Join our Slack or Telegram or WeChat | 🌐 中文
+ 🛠 VS Code, Jetbrains, Cloud Studio supported | 👋 Join our Discord, Slack, Telegram, WeChat
+
- [CodeGeeX: A Multilingual Code Generation Model](#codegeex-a-multilingual-code-generation-model)
- [News](#news)
@@ -42,6 +43,10 @@ We introduce CodeGeeX, a large-scale multilingual code generation model with 13
## News
+* **2022-02-14**: CodeGeeX now supports [Cloud Studio](https://cloudstudio.net/), a fantastic web IDE from Tencent. Click on the badge on top of this page to quickly launch an environment to test CodeGeeX.
+
+* **2022-02-13**: Thanks a lot to [OneFlow](https://github.com/Oneflow-Inc/oneflow) team for adding oneflow backend for CodeGeeX's inference (Even faster than FasterTransformer under FP16!). Check more details [here](https://github.com/THUDM/CodeGeeX/pull/65).
+
* 🌟 **2022-02**: We are hosting [CodeGeeX "Coding With AI" Hackathon](https://dorahacks.io/hackathon/codegeex/), design cool applications based on CodeGeeX and win prizes (RTX 4090, DJI drone, etc)!
* **2022-12-31**: We release the FasterTransformer version of CodeGeeX in [codegeex-fastertransformer](https://github.com/CodeGeeX/codegeex-fastertransformer). The INT8 accelerated version reaches an a verage speed of <15ms/token. Happy new year to everyone!
@@ -195,3 +200,4 @@ Ruijie Cheng (Tsinghua), Peinan Yu (Tsinghua), Jingyao Zhang (Zhipu\.AI), Bowen
## License
Our code is licensed under the [Apache-2.0 license](LICENSE).
+Our model is licensed under the [license](MODEL_LICENSE).
\ No newline at end of file
diff --git a/README_zh.md b/README_zh.md
index bd9e927..57d4ff4 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,16 +1,17 @@
- 🏠 主页 | 📖 博客 | 🪧 示例 | 🤖 模型下载 | 📒 API申请 | 📃 论文(即将推出!)
+ 🏠 主页 | 📖 博客 | 🪧 示例 | 🤖 模型下载 | 📒 API申请 | 🌐 English
- 🛠 VS Code 或 Jetbrains 插件 | 👋 欢迎加入 Slack 或 Telegram 或 微信开发者交流群 | 🌐 English
+ 🛠 VS Code, Jetbrains, Cloud Studio 插件 | 👋 欢迎加入 微信开发者交流群
+
- [CodeGeeX: 多语言代码生成模型](#codegeex-多语言代码生成模型)
- [新闻](#新闻)
@@ -41,6 +42,10 @@ CodeGeeX是一个具有130亿参数的多编程语言代码生成预训练模型
## 新闻
+* **2022-02-14**: CodeGeeX 现已支持 [Cloud Studio](https://cloudstudio.net/), 一款腾讯推出、十分好用的在线编辑器。单击此页面顶部的徽章可快速启动环境测试 CodeGeeX。
+
+* **2022-02-13**: 感谢 [OneFlow](https://github.com/Oneflow-Inc/oneflow) 加入了oneflow版推理支持,在FP16下比FasterTransformer还要快!更多优化细节请点击[这里](https://github.com/THUDM/CodeGeeX/pull/65).
+
* 🌟 **2022-02**: [CodeGeeX "Coding With AI"黑客松](https://dorahacks.io/hackathon/codegeex/)正在进行中,为CodeGeeX设计应用并赢取奖品(RTX 4090、DJI无人机等)!
* **2022-12-31**: 我们在 [codegeex-fastertransformer](https://github.com/CodeGeeX/codegeex-fastertransformer) 中发布了 CodeGeeX 的 FasterTransformer 版本。INT8加速版本达到 <15ms/token 的平均速度。祝大家新年快乐!
@@ -196,3 +201,4 @@ HumanEval-X中每个语言的样本,包含了声明、描述和解答,它们
### 许可证
代码使用[Apache-2.0许可证](LICENSE)
+模型使用[许可证](MODEL_LICENSE)
\ No newline at end of file