chenjie04

Results 2 issues of chenjie04

when I run you code on my machine with keras==1.1.0 and tensorflow==1.0.0, I catch the error as below: Traceback (most recent call last): File "run_experiments.py", line 343, in process(params) File...

尝试使用[text-generation-webui](https://github.com/oobabooga/text-generation-webui)本地部署VisualGLM-6B,加载模型时出错Unrecognized configuration class 具体如下所示: Traceback (most recent call last): File “/home/xxxxxx/workstation/text-generation-webui/server.py”, line 69, in load_model_wrapper shared.model, shared.tokenizer = load_model(shared.model_name) File “/home/xxxxxx/workstation/text-generation-webui/modules/models.py”, line 94, in load_model output = load_func(model_name) File “/home/xxxxxx/workstation/text-generation-webui/modules/models.py”,...