-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed
Labels
ci-failureIssue about an unexpected test failure in CIIssue about an unexpected test failure in CI
Description
Name of failing test
models/multimodal/pooling/test_jinavl_reranker.py
Basic information
- Flaky test
- Can reproduce locally
- Caused by external libraries (e.g. bug in
transformers)
🧪 Describe the failing test
The model is being converted using as_seq_cls_model even though the original model supports classification already, resulting in an incorrect score module which leads to weight mismatch during loading.
📝 History of failing test
I have fixed the issue in #21470 by refactoring the model conversion logic.
CC List.
cc @noooop
noooop
Metadata
Metadata
Assignees
Labels
ci-failureIssue about an unexpected test failure in CIIssue about an unexpected test failure in CI
Type
Projects
Status
Done