heiheiheibj

Results 9 comments of heiheiheibj

搞定,谢谢 > > Bot detected the issue body's language is not English, translate it automatically. > > **Title:** [Feature Request]: Can the gpt-4-turbo-preview model be supported? > > ### Problem...

torch 2.0.0 pickle 5 I also get an error with pickle 4.

I know what the problem is. It might be this PT file that is problematic. file size only 5k . Where can I download the correct PT file? thx

我按这个回复中的DEMO写,还是一样原样输出。 麻烦指点一下,非常感谢 ![微信截图_20230430235100](https://user-images.githubusercontent.com/6910198/235362947-2d06e733-3405-4ea0-9a02-0dd1ecb01072.png)

感谢,是模型问题,重下个就好了 回答让我乐坏了 ![微信图片_20230502232859](https://user-images.githubusercontent.com/6910198/235713200-20c7fa0c-ab59-40f5-b5cd-b410e84cae2e.png)

我也需到同样情况,后来是在发现是kb_ids类型的问题 你debug一下,看有没有取到知识库ID,也就是kb_ids的值 如果它是字串,就转为list if isinstance(kb_ids, str): kb_ids = eval(kb_ids)

I'm getting the same error, it's not a setuptools version problem, it's a configuration error. Look carefully, opencv-python>=3. There is no number after 3. just change it to 3.0 or...

I couldn't find the location of the configuration file, so i used a very inelegant way to modify the code and solved this problem. [doge] Modify /usr/local/python3.7/lib/python3.7/site-packages/wheel/vendored/packaging/requirements.py ` def __init__(self,...