Hengwen Tong

Results 8 comments of Hengwen Tong
trafficstars

> Anyone found out why this happens? The reason seem obvious ``` >>> import torch >>> torch.compiled_with_cxx11_abi() False >>> torch.__version__ '2.1.0+cu121' ``` Community pytorch is always compiled and released with...

> > > Anyone found out why this happens? > > > > > > The reason seem obvious > > ``` > > >>> import torch > > >>>...

@muellerzr Done. After `make fixup;` a extra import is removed. Thanks

I looked into the failed case and found the casue. In my PR I removed the calls to self.device within the `if` statements which calls `_setup_devices` to do some initialization.

I've no idea why [test_offline.py : test_offline_mode](https://app.circleci.com/pipelines/github/huggingface/transformers/94104/workflows/61f0aecd-d79b-4775-8030-4a8d4a7bf9e9/jobs/1235408) still fails. I tried it on main and it still failed. @ArthurZucker

hi @ArthurZucker @muellerzr Any priority on this issue? We need to patch this piece of code in order to make transformers work. I do believe all the vendors who are...

@ArthurZucker Yes, and here it is https://github.com/huggingface/transformers/pull/30999 Thanks!