ablozhou
ablozhou
I have the same problem. @shifouhaiyaocuoguoyigeyewan 's method didn't work.
the same error
> 这个问题是因为缺少必要的动态库导致的,Ubuntu 22.04 下执行 > > ``` > sudo apt install libcudart11.0 libcublaslt11 > ``` > > 其他 Linux 环境可以参考查找对应的库解决 The same env and encounter the same problem, and it...
I just replace the onnx to other models, but all report the error below: There are any samples how to using other embedding models? ``` Traceback (most recent call last):...
> * 用`streamlit-chatbox`重写了webui_st.py,隐藏对话框细节,使webui的逻辑结构更清楚。 > * 添加`no_remote_model`, `use_ptuning_v2`, `use_lora`等参数,使得重新加载模型按钮正常工作,与原webui功能保持最大兼容。 > * 对`local_doc_qa`和`shared.loaderCheckPoint`进行处理,防止模型重复加载造成OOM。 > > 现在多个session可以共同使用,但最好保持模型参数一致,否则还是容易导致模型冲突或者重复加载。 很好的PR。 好像提交不全,没看到 AnswerResultStream 的定义有提交。 建议在最新的版本上,重新迁移一下stream的修改,再提交pr,方便测试修改。 cannot import name 'AnswerResultStream' from 'models.base'
> streamlit官方最新的chat_message好像不好用,参数太少,可定制能力差。
the same error.