WebGLM
WebGLM copied to clipboard
运行时出错
快速解决:
from typing import List as list
在报错的文件上加 from typing import List as list
如果是 dict,就加 from typing import Dict as dict
希望对你有用,祝你成功