Oneflow-Inc / libai

LiBai(李白): A Toolbox for Large-Scale Distributed Parallel Training
https://libai.readthedocs.io
Apache License 2.0
389 stars 55 forks source link

CI test 失效 #435

Closed leaves-zwx closed 1 year ago

leaves-zwx commented 1 year ago

我在 https://github.com/Oneflow-Inc/libai/pull/434 里面遇到 ci test 报如下错误:

...
E   AttributeError: module 'numpy' has no attribute 'bool'
...
E   AttributeError: partially initialized module 'oneflow' has no attribute '_oneflow_internal' (most likely due to a circular import)
...

我把所有修改都注释掉,错误仍然存在。应该是 ci 本身出了问题。