OedoSoldier commited on
Commit
021a5ae
1 Parent(s): 27f37de

Init commit

Browse files
Files changed (1) hide show
  1. README.md +10 -19
README.md CHANGED
@@ -1,19 +1,10 @@
1
- # ChatGLM WebUI
2
-
3
- 基于 [ChatGPT WebUI](https://github.com/dotmet/chatgpt_webui) 的一个简单的 [ChatGLM](https://github.com/THUDM/ChatGLM-6B) WebUI。
4
-
5
- ## 环境安装
6
-
7
- `pip install -r requirements.txt`
8
-
9
- Gradio 版本必须大于 3.21.0!
10
-
11
- Windows 下 CPU 运行需要安装编译器,可参考 (https://www.freesion.com/article/4185669814/)。
12
-
13
- ## 运行
14
-
15
- 通过 `git clone https://huggingface.co/THUDM/chatglm-6b-int4` 下载模型文件到根目录下然后 `python main.py` 即可,默认状态至少需要 4 GB 显存(CPU 运行则需要 5.2 GB 内存)。
16
-
17
- ### 实参
18
-
19
- - `--path`:指定模型所在文件夹
 
1
+ ---
2
+ title: ChatGLM (int-4) Demo
3
+ emoji: 😋
4
+ colorFrom: red
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 3.21.0
8
+ app_file: app.py
9
+ pinned: True
10
+ ---