Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Skip test on multi-GPU as DataParallel fails (#2234)
This test fails in multi-GPU setting because transformers.Trainer switches to DataParallel. As this is not a commonly used parallelization strategy, it should be okay to just skip this.
- Loading branch information