Hankson Bradley
Hankson Bradley
Well, I have just found this error in my local environment (but not stably reproduce), it is exactly the same as the traceback above. It has now been confirmed that...
After repeated testing in the docker environment just now, the above error occurs about once every 20 runs. My local OS is ubuntu 20.04, docker version is ```text Client: Version:...
OK, I have the situation. In view of the actual situation of the code here, I'm also going to try whether removing dependencies such as `pytest-xdist` will be effective to...
Sorry for bothering you again, but the bug has appeared again in coverage version 6.3, this time with Python 3.10. This is my CI log, which is exactly the same...
@PaParaZz1 @liuyuisanai Some advices?
这里有一个适合个人自由部署的fork:https://github.com/HansBug/chatgpt_academic_for_hfspace 部署在:https://huggingface.co/spaces/HansBug/ChatGPTForAcadamic 这个fork通过github workflow进行自动部署,也可以支持部署在私有space,各用各的,互不打扰。而且无需每次输入api_key,对项目的整体改动也很低,随时可以从主库同步。 @binary-husky
> 请问这个如何同步上游最新代码? 等我明天来手动merge一下,应该问题不大,我改的部分都比较外围。 @liangxyz 已经重新同步了,你仓库那边点更新(忽略掉conflict强制更新)即可
@Wauplin Any documentation of api `POST` `api/models/{repo_id}/paths-info/main`? I cannot find it.
> I've done a few investigation and it seems it is possible to recompute the git-hash of a file. It uses `sha1` algo + some extra bytes (see https://stackoverflow.com/a/7225329). >...
> > I think it makes sense to prevent empty commits. > > There are valid use cases for empty commits though (i use them from time to time, i...