1042312930

Results 5 issues of 1042312930

### Search before asking - [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Windows ### Python version information >=3.11 ### DB-GPT version...

bug
Waiting for reply

我想找一个文档问答的模型,就是自己添加文档和问题然后返回的这一种

Where can I download config_ Path file. i can't download https://www.dropbox.com/s/nau5ut6zgthunil/config.yaml?dl=1

bug

### 请提出你的问题 使用DDParser可以自定义词典进行分词吗? from paddlenlp import Taskflow ddp = Taskflow("dependency_parsing") ddp("百度是一家高科技公司") 通过加载词典分割出 高科技公司

question
stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 加载代码如下 tokenizer = AutoTokenizer.from_pretrained("THUDM\\chatglm-6b", trust_remote_code=True) two_model = AutoModel.from_pretrained("THUDM\\chatglm-6b", trust_remote_code=True) two_prefix_state_dict =...