imClumsyPanda

Results 304 comments of imClumsyPanda

建议在下载llm和embedding模型至本地后在configs/model_config中写入模型本地存储路径后再运行 Sauloo-huen ***@***.***>于2023年5月8日 周一10:44写道: > 我也遇到了这个问题,请问您解决了吗? > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . > You are...

一般是配置为本地已存储模型的路径即可,请问可否发一下详细报错信息 ValarLee ***@***.***>于2023年5月8日 周一11:28写道: > 本地模型应该配置为哪个路径,我配置为“/root/.cache/huggingface/modules/transformers_modules/THUDM/chatglm-6b-int4” > 加载不成功 > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . >...

这条是warning不是error不影响正常执行 ValarLee ***@***.***>于2023年5月8日 周一16:35写道: > llm修改为config.json所在的目录后可以了,但embedding_model加载不成功,报错No > sentence-transformers model found with name > /root/.cache/torch/sentence_transformers/GanymedeNil_text2vec-large-chinese/. > Creating a new one with MEAN pooling. > > — > Reply to this email...

可以参考一下readme的常见问题 fank ***@***.***>于2023年5月11日 周四12:58写道: > 存储模型的路径即可,请问可否发一下详细报错信息 > > 请教应该修改配置中的哪一项? > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > ....

@TS0048 参考readme中常见问题,下载模型至本地后在configs/model_config中修改本地路径

基本按照langchain里的FAISS.similarity_search_with_score_by_vector实现

@wmr484 可以参考 https://github.com/imClumsyPanda/langchain-ChatGLM/issues/296

后续版本中有对改函数参数的修改,需把输入变量stop去掉

建议使用cli_demo.py进行调试,调试完成后再用webui进行应用 wjlszhang ***@***.***>于2023年5月8日 周一16:20写道: > *问题描述 / Problem Description* > 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. > > Centos 操作系统,开始没有安装detectrion2,虽然报错,但是pdf文件可以正常加载 > 但是安装detectron2后,pdf无法加载,提示错误: > > Connection...

目前推测可能是因为detectron仅针对英文pdf读取有优化,可能无法识别pdf文件中的中文,目前开发组正在开展ChinesePDFLoader类编写,后续将会替代langchain自带pdf读取方式