08 2023 档案
摘要:[https://www.jianshu.com/p/d86fce72347c](https://www.jianshu.com/p/d86fce72347c)
阅读全文
摘要:### 背景 > 使用websocket-client调用星火api出现上述错误 ### 原因 1.4.1及以下版本是根据sslopt来判断是否使用wss,但是url可能传的并不是wss前缀导致报错。 作者在后续版本中改成根据url是不是以wss://开头判断是不是ssl 
阅读全文
摘要:It appears that you are encountering an AttributeError related to the `cv2` module in Python. This error typically occurs when there is a circular imp
阅读全文
摘要:[https://blog.csdn.net/lly1122334/article/details/121247781](https://blog.csdn.net/lly1122334/article/details/121247781)
阅读全文
摘要:完整的代码可以参考:https://files.cnblogs.com/files/lijiale/chatglm2-6b.zip?t=1691571940&download=true ```python # %% [markdown] # # 微调前 # %% model_path = "/mnt
阅读全文