lm-sys / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Apache License 2.0
35.53k stars 4.36k forks source link

Implement GLM-4 models #3395

Open plyu3 opened 2 weeks ago

plyu3 commented 2 weeks ago

It seems current model_chatglm.py does not work with GLM-4 models. Anything to do like chatglm3 to fix it?

Btw, is it possible to use Fastchat for multi-modes scenarios (.pdf, .png)?