GolfHotelSierra
GolfHotelSierra
**问题描述** - 在知识库中添加txt文档,在页面中没有可见的报错信息,但是文档数量为0  - 此外,文档加载器为空,分词器为空,对该txt文档可以“从知识库中删除”,不会产生报错 - 在文档更改的区域,同样为空,不显示任何信息 **运行环境** - 在 `docker` 容器中运行 - 单卡部署,使用 `python startup.py --all-web-ui` 仅启动 web **复现问题的步骤** 1. 点击知识库管理 2. 选择已经创建的知识库,知识库名称为 `medical_books`(该知识库中本身无任何文档),使用的向量库为 `faiss`,嵌入模型为 `bge-large-zh-v1.5`,模型和向量库均存储在本地 3. 点击...
# 问题描述 - 在执行 `xtuner train` 的过程中,deepspeed 的默认 `29500` 端口产生了碰撞,由于同时有多个 deepspeed 进程,所以怀疑可能是其他进程占用了 `29500` 端口 # 预期的结果 - 请问是否可以通过 `--cfg-options` 参数对 deepspeed 进程的端口进行指定?如果不可以的话,请问如何对 deepspeed 的端口进行修改(在 deepspeed 中使用的是 `master_port` 这个参数)
### 问题描述 - 请问论文中提到的 s-R-D-H-q 输入,是使用了一个模板对这几部分进行了组合?还是将这些字符串拼接起来得到最终的输入? - 就是图中这部分的具体实现,希望可以得到您的回答,谢谢 
**Your Question** - When customising Testset Generation, I used `InMemoryDocumentStore` and `LCDocument` from `langchain`. - An error occurred during calling `generate_with_langchain_docs` function, during debugging, the detailed error message is as...
Hi, thanks for your work. While reading through your paper, I had a few questions and would really appreciate any insights you could share. In Section 4.1, the paper mentions...
Hi, In Prompt-to-Prompt, I was able to intercept and extract attention maps using the `AttnProcessor` from `diffusers`. I'm wondering if there are any other works or implementations that achieve similar...