You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import bmtrain
Traceback (most recent call last):
File "", line 1, in
File "/work/Qlora/BMTrain/bmtrain/init.py", line 2, in
from .init import init_distributed
File "/work/Qlora/BMTrain/bmtrain/init.py", line 8, in
from . import nccl
File "/work/Qlora/BMTrain/bmtrain/nccl/init.py", line 4, in
from .. import C
ImportError: cannot import name 'C' from partially initialized module 'bmtrain' (most likely due to a circular import) (/work/Qlora/BMTrain/bmtrain/init.py)
不确定是不是我将bmtrain目录覆盖导致的问题,能否提供一个类似于BMTrain完整的工程
The text was updated successfully, but these errors were encountered:
我git clone bmtrain 0.2.2版本的代码,用bmtrain_qlora目录替换BMTrain中的bmtrain文件夹,然后进行python setup.py develop操作。测试的时候结果报错
不确定是不是我将bmtrain目录覆盖导致的问题,能否提供一个类似于BMTrain完整的工程
The text was updated successfully, but these errors were encountered: