Skip to content

to-be-architect/ChatGLM-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGLM-webui

A webui for ChatGLM made by THUDM. chatglm-6b

Install

requirements

python3.10

pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
pip install --upgrade -r requirements.txt

or

bash install.sh

Run

python3 webui.py

Args

The default args in options.py

--model-path: specify model path. If this parameter is not specified manually, the default value is THUDM/chatglm-6b. Transformers will automatically download model from huggingface.

--listen: launch gradio with 0.0.0.0 as server name, allowing to respond to network requests

--port: webui port

--share: use gradio to share

--precision: fp16, int4, int8

--cpu: use cpu

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.2%
  • JavaScript 14.4%
  • Shell 2.2%
  • CSS 1.1%
  • Makefile 0.1%