imClumsyPanda

Results 293 comments of imClumsyPanda
trafficstars

请将代码更新至最新版版本

是绝对路径的问题 应该改为自己电脑上的路径,上面写的都是我电脑上的路径名

这个问题是因为前序操作中模型未完成加载 colin4k ***@***.***>于2023年4月14日 周五09:59写道: > 环境:windows 11, anaconda/python 3.8 > 上传txt文件或者直接用默认的txt文件加载时报这个错误 > langchain-ChatGLM README.md 未能成功加载 > Traceback (most recent call last): > File > "D:\ProgramData\Anaconda3\envs\chatglm\lib\site-packages\gradio\routes.py", > line 395, in run_predict...

在之前版本中模型未完成加载时就开始文件加载会出现这个报错,请尝试今天新发布的v 0.1.0版本,已修改为启动时直接加载模型,且具备相关报错信息的消息提醒

Seems to be a problem about SSL, maybe you can google for a solution. And by the way I tested it with Python 3.8, not sure if it's okay with...

从实现方式优化的角度可以参考 https://github.com/imClumsyPanda/langchain-ChatGLM/issues/14#issuecomment-1495338651 从模型本身参数设置角度,可以考虑调低temperature的参数

请问是提问中包含退格了吗 Yingxiang ***@***.***>于2023年4月13日 周四21:30写道: > 看上去不是爆内存的问题,连续问问题后,会出现如下报错 > > ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ > │ /home/devops/git/langchain-ChatGLM/knowledge_based_chatglm.py:118 in │ > │ │ > │ 115 │ │ vector_store =...

目前在 macos 和 windows 环境下使用`import readline`的方式可以解决,ubuntu 暂未找到解决方式 Yingxiang ***@***.***>于2023年4月14日 周五09:35写道: > 请问是提问中包含退格了吗 Yingxiang *@*. > > *>于2023年4月13日 周四21:30写道: … > 看上去不是爆内存的问题,连续问问题后,会出现如下报错 ╭─────────────────────────────── Traceback (most > recent call last) ────────────────────────────────╮ │...

等改善至稳定版本后可以 目前还在完善中 shmily91 ***@***.***>于2023年4月13日 周四19:43写道: > 能否弄个懒人包,可以一键体验? > > — > Reply to this email directly, view it on GitHub > , or > unsubscribe > > . > You...

建议使用3.8环境进行测试 realalexsun ***@***.***>于2023年4月15日 周六21:19写道: > 所有模型均在本地。 > LLM 模型加载无问题。 > > Embedding 模型加载后显示如下: > No sentence-transformers model found with name > GanymedeNil/text2vec-large-chinese. Creating a new one with MEAN pooling. >...