MyGit
🚩收到GitHub仓库的更新通知

Akegarasu/ChatGLM-webui

Fork: 257 Star: 1892 (更新于 2024-03-28 19:49:14)

license: 暂无

Language: Python .

A WebUI for ChatGLM-6B

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

ChatGLM-webui

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

image

Features

  • Original Chat like chatglm-6b's demo, but use Gradio Chatbox for better user experience.
  • One click install script (but you still must install python)
  • More parameters that can be freely adjusted
  • Convenient save/load dialog history, presets
  • Custom maximum context length
  • Save to Markdown
  • Use program arguments to specify model and caculation accuracy

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

python webui.py

Arguments

--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: fp32(CPU only), fp16, int4(CUDA GPU only), int8(CUDA GPU only)

--cpu: use cpu

--path-prefix: url root path. If this parameter is not specified manually, the default value is /. Using a path prefix of /foo/bar enables ChatGLM-webui to serve from http://$ip:$port/foo/bar/ rather than http://$ip:$port/.

最近版本更新:(数据更新于 2024-03-23 17:04:23)

Akegarasu/ChatGLM-webui同语言 Python最近更新仓库

2024-03-28 05:26:15 run-llama/llama_index

2024-03-27 22:06:23 vanna-ai/vanna

2024-03-27 21:31:51 moesnow/March7thAssistant

2024-03-27 17:14:03 jxxghp/MoviePilot

2024-03-27 15:41:55 linruowuyin/Fhoe-Rail

2024-03-27 10:25:44 jumpserver/jumpserver