url
string
repository_url
string
labels_url
string
comments_url
string
events_url
string
html_url
string
id
int64
node_id
string
number
int64
title
string
user
dict
labels
list
state
string
locked
bool
assignee
dict
assignees
list
milestone
null
comments
list
created_at
timestamp[ms]
updated_at
timestamp[ms]
closed_at
timestamp[ms]
author_association
string
type
dict
active_lock_reason
null
draft
bool
pull_request
dict
body
string
closed_by
dict
reactions
dict
timeline_url
string
performed_via_github_app
null
state_reason
string
sub_issues_summary
dict
issue_dependencies_summary
dict
is_pull_request
bool
is_closed
bool
https://api.github.com/repos/huggingface/transformers/issues/37212
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37212/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37212/comments
https://api.github.com/repos/huggingface/transformers/issues/37212/events
https://github.com/huggingface/transformers/pull/37212
2,966,869,594
PR_kwDOCUB6oc6RHZ1O
37,212
Fix small bug in PaliGemma demo docs
{ "login": "EricCousineau-TRI", "id": 26719449, "node_id": "MDQ6VXNlcjI2NzE5NDQ5", "avatar_url": "https://avatars.githubusercontent.com/u/26719449?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EricCousineau-TRI", "html_url": "https://github.com/EricCousineau-TRI", "followers_url": "https...
[]
closed
false
null
[]
null
[]
2025-04-02T15:52:02
2025-04-02T16:24:44
2025-04-02T16:24:44
NONE
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37212", "html_url": "https://github.com/huggingface/transformers/pull/37212", "diff_url": "https://github.com/huggingface/transformers/pull/37212.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37212.patch", "merged_at...
# What does this PR do? Fixes bug in Paligemma usage example Fixes #37181 ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTI...
{ "login": "EricCousineau-TRI", "id": 26719449, "node_id": "MDQ6VXNlcjI2NzE5NDQ5", "avatar_url": "https://avatars.githubusercontent.com/u/26719449?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EricCousineau-TRI", "html_url": "https://github.com/EricCousineau-TRI", "followers_url": "https...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37212/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37212/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37211
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37211/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37211/comments
https://api.github.com/repos/huggingface/transformers/issues/37211/events
https://github.com/huggingface/transformers/pull/37211
2,966,761,912
PR_kwDOCUB6oc6RHCBg
37,211
Allow flexible generation params arg when checking pipeline specs
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
[]
2025-04-02T15:21:43
2025-04-03T12:29:38
2025-04-03T12:29:36
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37211", "html_url": "https://github.com/huggingface/transformers/pull/37211", "diff_url": "https://github.com/huggingface/transformers/pull/37211.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37211.patch", "merged_at...
We currently check the input and output signatures of our Pipeline classes against the specs in `huggingface_hub`, but this makes it hard for the Hub to change without breaking our CI. This PR allows them to change their spec from `generate_kwargs` to `generation_parameters` without causing failures at our end.
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37211/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37211/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37210
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37210/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37210/comments
https://api.github.com/repos/huggingface/transformers/issues/37210/events
https://github.com/huggingface/transformers/pull/37210
2,966,702,303
PR_kwDOCUB6oc6RG0hg
37,210
add fast image processor for pix2struct
{ "login": "zhouksh", "id": 3754366, "node_id": "MDQ6VXNlcjM3NTQzNjY=", "avatar_url": "https://avatars.githubusercontent.com/u/3754366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhouksh", "html_url": "https://github.com/zhouksh", "followers_url": "https://api.github.com/users/zhouksh/...
[]
open
false
null
[]
null
[]
2025-04-02T15:06:23
2025-04-22T14:36:17
null
NONE
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37210", "html_url": "https://github.com/huggingface/transformers/pull/37210", "diff_url": "https://github.com/huggingface/transformers/pull/37210.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37210.patch", "merged_at...
# What does this PR do? add fast image processor for pix2struct <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37210/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37210/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37209
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37209/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37209/comments
https://api.github.com/repos/huggingface/transformers/issues/37209/events
https://github.com/huggingface/transformers/pull/37209
2,966,616,732
PR_kwDOCUB6oc6RGhHH
37,209
Stop DOSing the Hub in the CI
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
[]
2025-04-02T14:44:11
2025-04-02T16:19:35
2025-04-02T16:19:34
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37209", "html_url": "https://github.com/huggingface/transformers/pull/37209", "diff_url": "https://github.com/huggingface/transformers/pull/37209.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37209.patch", "merged_at...
Several of our test suites use `setUp()` methods, but these are called **once per test**. This repeatedly loads the same files from the Hub when the test suite has lots of small tests, and this increases the risk of a single connection failure giving us a red CI, and also seems very likely to trigger DOS protection fro...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37209/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37209/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37208
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37208/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37208/comments
https://api.github.com/repos/huggingface/transformers/issues/37208/events
https://github.com/huggingface/transformers/pull/37208
2,966,436,024
PR_kwDOCUB6oc6RF54J
37,208
fix gemma3 grad acc
{ "login": "SunMarc", "id": 57196510, "node_id": "MDQ6VXNlcjU3MTk2NTEw", "avatar_url": "https://avatars.githubusercontent.com/u/57196510?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunMarc", "html_url": "https://github.com/SunMarc", "followers_url": "https://api.github.com/users/SunMar...
[]
closed
false
null
[]
null
[]
2025-04-02T13:41:27
2025-06-25T14:28:47
2025-06-25T14:28:45
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37208", "html_url": "https://github.com/huggingface/transformers/pull/37208", "diff_url": "https://github.com/huggingface/transformers/pull/37208.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37208.patch", "merged_at...
# What does this PR do? This PR fixes the grad acc issue with gemma3 model. The issue was that we passed **kwargs in the model forward, so we were making the assumption that he was passing `**loss_kwargs` -> `num_items_in_batch` to calculate the loss. Not sure what is the best way to fix this @ArthurZucker in genera...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37208/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37208/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37207
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37207/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37207/comments
https://api.github.com/repos/huggingface/transformers/issues/37207/events
https://github.com/huggingface/transformers/pull/37207
2,966,337,596
PR_kwDOCUB6oc6RFkfJ
37,207
update error msg
{ "login": "itazap", "id": 31893021, "node_id": "MDQ6VXNlcjMxODkzMDIx", "avatar_url": "https://avatars.githubusercontent.com/u/31893021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/itazap", "html_url": "https://github.com/itazap", "followers_url": "https://api.github.com/users/itazap/fo...
[]
closed
false
null
[]
null
[]
2025-04-02T13:05:37
2025-04-04T08:21:32
2025-04-04T08:21:30
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37207", "html_url": "https://github.com/huggingface/transformers/pull/37207", "diff_url": "https://github.com/huggingface/transformers/pull/37207.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37207.patch", "merged_at...
change error msg #36291
{ "login": "itazap", "id": 31893021, "node_id": "MDQ6VXNlcjMxODkzMDIx", "avatar_url": "https://avatars.githubusercontent.com/u/31893021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/itazap", "html_url": "https://github.com/itazap", "followers_url": "https://api.github.com/users/itazap/fo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37207/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37207/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37206
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37206/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37206/comments
https://api.github.com/repos/huggingface/transformers/issues/37206/events
https://github.com/huggingface/transformers/pull/37206
2,966,291,494
PR_kwDOCUB6oc6RFasj
37,206
Fix `max_length_q` and `max_length_k` types to `flash_attn_varlen_func`
{ "login": "HollowMan6", "id": 43995067, "node_id": "MDQ6VXNlcjQzOTk1MDY3", "avatar_url": "https://avatars.githubusercontent.com/u/43995067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HollowMan6", "html_url": "https://github.com/HollowMan6", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-02T12:49:27
2025-07-09T21:12:39
2025-07-09T21:12:39
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37206", "html_url": "https://github.com/huggingface/transformers/pull/37206", "diff_url": "https://github.com/huggingface/transformers/pull/37206.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37206.patch", "merged_at...
Also add notes asking users to set `TORCHDYNAMO_CAPTURE_SCALAR_OUTPUTS=1` or call `torch._dynamo.config.capture_scalar_outputs = True`, as currently this will cause a graph break. # What does this PR do? Fix `max_length_q` and `max_length_k` types to `flash_attn_varlen_func`. Also add notes asking users to set `T...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37206/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/37206/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37205
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37205/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37205/comments
https://api.github.com/repos/huggingface/transformers/issues/37205/events
https://github.com/huggingface/transformers/pull/37205
2,966,276,904
PR_kwDOCUB6oc6RFXfc
37,205
Skip flaky test counting calls to Hub
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
[]
2025-04-02T12:44:04
2025-04-02T13:22:30
2025-04-02T13:22:30
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37205", "html_url": "https://github.com/huggingface/transformers/pull/37205", "diff_url": "https://github.com/huggingface/transformers/pull/37205.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37205.patch", "merged_at...
This test works locally for me but seems very flaky on the CI. I'm going to disable it for now until we can properly investigate why! Also going to remove the TF version entirely.
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37205/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37205/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37204
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37204/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37204/comments
https://api.github.com/repos/huggingface/transformers/issues/37204/events
https://github.com/huggingface/transformers/pull/37204
2,966,124,102
PR_kwDOCUB6oc6RE1vN
37,204
Add Fast PVT Processor
{ "login": "keetrap", "id": 103131112, "node_id": "U_kgDOBiWn6A", "avatar_url": "https://avatars.githubusercontent.com/u/103131112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/keetrap", "html_url": "https://github.com/keetrap", "followers_url": "https://api.github.com/users/keetrap/foll...
[]
closed
false
null
[]
null
[]
2025-04-02T11:47:05
2025-04-23T19:55:21
2025-04-23T19:55:20
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37204", "html_url": "https://github.com/huggingface/transformers/pull/37204", "diff_url": "https://github.com/huggingface/transformers/pull/37204.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37204.patch", "merged_at...
Related #36978 cc @yonigozlan
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37204/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37204/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37203
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37203/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37203/comments
https://api.github.com/repos/huggingface/transformers/issues/37203/events
https://github.com/huggingface/transformers/pull/37203
2,966,010,999
PR_kwDOCUB6oc6REc3Y
37,203
Add Fast Image Processor for LayoutLMv2
{ "login": "rootonchair", "id": 23548268, "node_id": "MDQ6VXNlcjIzNTQ4MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/23548268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rootonchair", "html_url": "https://github.com/rootonchair", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-02T10:57:07
2025-04-15T18:04:53
2025-04-14T13:06:41
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37203", "html_url": "https://github.com/huggingface/transformers/pull/37203", "diff_url": "https://github.com/huggingface/transformers/pull/37203.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37203.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37203/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37203/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37202
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37202/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37202/comments
https://api.github.com/repos/huggingface/transformers/issues/37202/events
https://github.com/huggingface/transformers/pull/37202
2,965,865,979
PR_kwDOCUB6oc6RD9OQ
37,202
Try to avoid/reduce some remaining CI job failures
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
[]
closed
false
null
[]
null
[]
2025-04-02T09:56:12
2025-04-02T12:39:59
2025-04-02T12:39:57
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37202", "html_url": "https://github.com/huggingface/transformers/pull/37202", "diff_url": "https://github.com/huggingface/transformers/pull/37202.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37202.patch", "merged_at...
# What does this PR do? Similar to #37170, another try to avoid/reduce some remaining CI job failures
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37202/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37202/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37201
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37201/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37201/comments
https://api.github.com/repos/huggingface/transformers/issues/37201/events
https://github.com/huggingface/transformers/pull/37201
2,965,755,194
PR_kwDOCUB6oc6RDk_a
37,201
Add Fast Image Processor for LayoutLMv3
{ "login": "rootonchair", "id": 23548268, "node_id": "MDQ6VXNlcjIzNTQ4MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/23548268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rootonchair", "html_url": "https://github.com/rootonchair", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-02T09:15:55
2025-04-15T18:04:19
2025-04-14T13:42:12
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37201", "html_url": "https://github.com/huggingface/transformers/pull/37201", "diff_url": "https://github.com/huggingface/transformers/pull/37201.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37201.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37201/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37201/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37199
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37199/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37199/comments
https://api.github.com/repos/huggingface/transformers/issues/37199/events
https://github.com/huggingface/transformers/issues/37199
2,965,516,901
I_kwDOCUB6oc6wwjJl
37,199
torch.compile graph break when tuning llama with FA2
{ "login": "SilverSoldier", "id": 13083399, "node_id": "MDQ6VXNlcjEzMDgzMzk5", "avatar_url": "https://avatars.githubusercontent.com/u/13083399?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SilverSoldier", "html_url": "https://github.com/SilverSoldier", "followers_url": "https://api.githu...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-04-02T08:01:37
2025-05-11T08:03:04
2025-05-11T08:03:04
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.50.3 - Platform: Linux-5.14.0-284.73.1.el9_2.x86_64-x86_64-with-glibc2.31 - Python version: 3.12.9 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.0.1 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version ...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37199/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37199/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37198
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37198/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37198/comments
https://api.github.com/repos/huggingface/transformers/issues/37198/events
https://github.com/huggingface/transformers/pull/37198
2,965,500,122
PR_kwDOCUB6oc6RCtW_
37,198
enable 2 types of case on XPU
{ "login": "yao-matrix", "id": 7245027, "node_id": "MDQ6VXNlcjcyNDUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/7245027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yao-matrix", "html_url": "https://github.com/yao-matrix", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
[]
2025-04-02T07:55:43
2025-04-07T03:44:48
2025-04-03T09:37:55
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37198", "html_url": "https://github.com/huggingface/transformers/pull/37198", "diff_url": "https://github.com/huggingface/transformers/pull/37198.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37198.patch", "merged_at...
enable 2 types of case on XPU: 1. test_resize_tokens_embeddings_with_deepspeed_multi_gpu 2. test_resize_embeddings_untied_with_deepspeed_multi_gpu
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37198/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37198/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37197
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37197/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37197/comments
https://api.github.com/repos/huggingface/transformers/issues/37197/events
https://github.com/huggingface/transformers/issues/37197
2,965,338,134
I_kwDOCUB6oc6wv3gW
37,197
Gemma3 Gradient Accumulation loss
{ "login": "winglian", "id": 381258, "node_id": "MDQ6VXNlcjM4MTI1OA==", "avatar_url": "https://avatars.githubusercontent.com/u/381258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/winglian", "html_url": "https://github.com/winglian", "followers_url": "https://api.github.com/users/winglia...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-04-02T06:39:58
2025-05-11T08:03:06
2025-05-11T08:03:06
CONTRIBUTOR
null
null
null
null
### System Info transformers==4.50.3 ### Who can help? @osanseviero @ArthurZucker ### Information - [ ] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) #...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37197/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37197/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37196
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37196/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37196/comments
https://api.github.com/repos/huggingface/transformers/issues/37196/events
https://github.com/huggingface/transformers/pull/37196
2,965,270,089
PR_kwDOCUB6oc6RB9Ms
37,196
Added separate limits for saving full checkpoints and model weights
{ "login": "GitGautamHub", "id": 127083244, "node_id": "U_kgDOB5Mi7A", "avatar_url": "https://avatars.githubusercontent.com/u/127083244?v=4", "gravatar_id": "", "url": "https://api.github.com/users/GitGautamHub", "html_url": "https://github.com/GitGautamHub", "followers_url": "https://api.github.com/use...
[]
open
false
null
[]
null
[]
2025-04-02T05:58:55
2025-10-25T00:04:02
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37196", "html_url": "https://github.com/huggingface/transformers/pull/37196", "diff_url": "https://github.com/huggingface/transformers/pull/37196.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37196.patch", "merged_at...
What does this PR do? This PR introduces separate limits for saving full checkpoints and model weights in the Trainer class. Currently, save_total_limit applies to both, which can lead to inefficient storage management. This change allows users to: Retain intermediate model weights for analysis without storing full...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37196/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37196/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37195
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37195/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37195/comments
https://api.github.com/repos/huggingface/transformers/issues/37195/events
https://github.com/huggingface/transformers/issues/37195
2,965,115,827
I_kwDOCUB6oc6wvBOz
37,195
Different limits for saving only model weights and saving full checkpoints
{ "login": "Tim-Siu", "id": 61866948, "node_id": "MDQ6VXNlcjYxODY2OTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/61866948?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Tim-Siu", "html_url": "https://github.com/Tim-Siu", "followers_url": "https://api.github.com/users/Tim-Si...
[ { "id": 2648621985, "node_id": "MDU6TGFiZWwyNjQ4NjIxOTg1", "url": "https://api.github.com/repos/huggingface/transformers/labels/Feature%20request", "name": "Feature request", "color": "FBCA04", "default": false, "description": "Request for a new feature" } ]
open
false
null
[]
null
[]
2025-04-02T04:02:24
2025-04-02T05:33:56
null
NONE
null
null
null
null
### Feature request I wonder if it is possible to have different limits for saving full checkpoints and model weights. Currently, only `save_total_limit` control the limits. ### Motivation Sometimes people need intermediate weights for analysis, but saving full checkpoints take too much space. `save_only_model` ca...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37195/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37195/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
false
https://api.github.com/repos/huggingface/transformers/issues/37194
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37194/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37194/comments
https://api.github.com/repos/huggingface/transformers/issues/37194/events
https://github.com/huggingface/transformers/pull/37194
2,965,081,777
PR_kwDOCUB6oc6RBWIc
37,194
[Feat] Support npu in Qwen2Model._update_causal_mask
{ "login": "duanjunwen", "id": 54985467, "node_id": "MDQ6VXNlcjU0OTg1NDY3", "avatar_url": "https://avatars.githubusercontent.com/u/54985467?v=4", "gravatar_id": "", "url": "https://api.github.com/users/duanjunwen", "html_url": "https://github.com/duanjunwen", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-02T03:30:34
2025-04-08T14:55:53
2025-04-08T14:39:33
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37194", "html_url": "https://github.com/huggingface/transformers/pull/37194", "diff_url": "https://github.com/huggingface/transformers/pull/37194.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37194.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "duanjunwen", "id": 54985467, "node_id": "MDQ6VXNlcjU0OTg1NDY3", "avatar_url": "https://avatars.githubusercontent.com/u/54985467?v=4", "gravatar_id": "", "url": "https://api.github.com/users/duanjunwen", "html_url": "https://github.com/duanjunwen", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37194/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37194/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37193
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37193/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37193/comments
https://api.github.com/repos/huggingface/transformers/issues/37193/events
https://github.com/huggingface/transformers/pull/37193
2,965,060,082
PR_kwDOCUB6oc6RBRrF
37,193
[tests] fix mamba integration simple inference precision issue
{ "login": "faaany", "id": 24477841, "node_id": "MDQ6VXNlcjI0NDc3ODQx", "avatar_url": "https://avatars.githubusercontent.com/u/24477841?v=4", "gravatar_id": "", "url": "https://api.github.com/users/faaany", "html_url": "https://github.com/faaany", "followers_url": "https://api.github.com/users/faaany/fo...
[]
closed
false
null
[]
null
[]
2025-04-02T03:09:17
2025-04-03T08:38:04
2025-04-03T08:38:04
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37193", "html_url": "https://github.com/huggingface/transformers/pull/37193", "diff_url": "https://github.com/huggingface/transformers/pull/37193.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37193.patch", "merged_at...
## What does this PR do? This test fails both on CUDA and XPU. Root Cause: The model's output sequence assertion can pass, but the logits assertion fails. This indicates that there might be some numerical precision issues during inference with torch.float16, since the model is loaded with `torch_dtype=torch.float...
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37193/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37193/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37192
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37192/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37192/comments
https://api.github.com/repos/huggingface/transformers/issues/37192/events
https://github.com/huggingface/transformers/pull/37192
2,965,030,642
PR_kwDOCUB6oc6RBLar
37,192
Updated model card for Qwen2
{ "login": "Aravind-11", "id": 42345018, "node_id": "MDQ6VXNlcjQyMzQ1MDE4", "avatar_url": "https://avatars.githubusercontent.com/u/42345018?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Aravind-11", "html_url": "https://github.com/Aravind-11", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-02T02:46:57
2025-04-03T01:10:41
2025-04-03T01:10:41
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37192", "html_url": "https://github.com/huggingface/transformers/pull/37192", "diff_url": "https://github.com/huggingface/transformers/pull/37192.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37192.patch", "merged_at...
# What does this PR do? - updated model card for Qwen2. #36979 ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#crea...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37192/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37192/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37191
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37191/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37191/comments
https://api.github.com/repos/huggingface/transformers/issues/37191/events
https://github.com/huggingface/transformers/pull/37191
2,964,981,712
PR_kwDOCUB6oc6RBAcs
37,191
Add Fast Image Processor for VideoMAE
{ "login": "miguelscarv", "id": 83602448, "node_id": "MDQ6VXNlcjgzNjAyNDQ4", "avatar_url": "https://avatars.githubusercontent.com/u/83602448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/miguelscarv", "html_url": "https://github.com/miguelscarv", "followers_url": "https://api.github.com/...
[]
open
false
null
[]
null
[]
2025-04-02T02:21:36
2025-04-23T00:48:51
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37191", "html_url": "https://github.com/huggingface/transformers/pull/37191", "diff_url": "https://github.com/huggingface/transformers/pull/37191.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37191.patch", "merged_at...
# What does this PR do? This PR implements a FastImageProcessor for the the VideoMAE model using BaseImageProcessorFast. Related #36978 Note: 1. I was not able to run `test_can_compile_fast_image_processor` as I'm using a M1 and don't have access to a NVIDIA GPU. 2. The test implemented in the method `test_slo...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37191/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37191/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37190
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37190/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37190/comments
https://api.github.com/repos/huggingface/transformers/issues/37190/events
https://github.com/huggingface/transformers/pull/37190
2,964,885,754
PR_kwDOCUB6oc6RAsGt
37,190
fix test device spec relative path importing issue
{ "login": "yao-matrix", "id": 7245027, "node_id": "MDQ6VXNlcjcyNDUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/7245027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yao-matrix", "html_url": "https://github.com/yao-matrix", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
[]
2025-04-02T01:11:57
2025-04-07T03:42:57
2025-04-04T16:22:55
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37190", "html_url": "https://github.com/huggingface/transformers/pull/37190", "diff_url": "https://github.com/huggingface/transformers/pull/37190.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37190.patch", "merged_at...
**Symptom** when run unit test `pytest -rA tests/deepspeed/test_deepspeed.py::TestDeepSpeedWithLauncher::test_clm_from_config_zero3_fp16` on XPU with `spec_xpu.py` by following this [doc](https://huggingface.co/docs/transformers/en/testing). Error with below log > stderr: Traceback (most recent call last): > stder...
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37190/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37190/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37189
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37189/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37189/comments
https://api.github.com/repos/huggingface/transformers/issues/37189/events
https://github.com/huggingface/transformers/issues/37189
2,964,852,659
I_kwDOCUB6oc6wuA-z
37,189
Bug when using StaticCache in Qwen2.5 Inference with custom inputs_embeds and attention_masks
{ "login": "matthewdm0816", "id": 2143312, "node_id": "MDQ6VXNlcjIxNDMzMTI=", "avatar_url": "https://avatars.githubusercontent.com/u/2143312?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewdm0816", "html_url": "https://github.com/matthewdm0816", "followers_url": "https://api.github....
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-04-02T00:41:08
2025-05-11T08:03:10
2025-05-11T08:03:10
NONE
null
null
null
null
### System Info - `transformers` version: 4.50.3 - Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.35 - Python version: 3.12.9 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.5.2 - Accelerate config: - compute_environment: LOCAL_MACHINE - distributed_type: MULTI_GP...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37189/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37189/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37188
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37188/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37188/comments
https://api.github.com/repos/huggingface/transformers/issues/37188/events
https://github.com/huggingface/transformers/pull/37188
2,964,845,546
PR_kwDOCUB6oc6RAjsm
37,188
allow custom head_dim for qwen2_moe
{ "login": "bzantium", "id": 19511788, "node_id": "MDQ6VXNlcjE5NTExNzg4", "avatar_url": "https://avatars.githubusercontent.com/u/19511788?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bzantium", "html_url": "https://github.com/bzantium", "followers_url": "https://api.github.com/users/bza...
[]
closed
false
null
[]
null
[]
2025-04-02T00:33:43
2025-06-05T00:24:55
2025-06-04T12:27:30
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37188", "html_url": "https://github.com/huggingface/transformers/pull/37188", "diff_url": "https://github.com/huggingface/transformers/pull/37188.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37188.patch", "merged_at...
# What does this PR do? allow head_dim for qwen2_moe. (qwen2, qwen3, qwen3_moe models are possible currently.) Fixes #37187 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did you read the [contributor guideline](https://git...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37188/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37188/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37187
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37187/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37187/comments
https://api.github.com/repos/huggingface/transformers/issues/37187/events
https://github.com/huggingface/transformers/issues/37187
2,964,840,618
I_kwDOCUB6oc6wt-Cq
37,187
allow custom head_dim for qwen2_moe
{ "login": "bzantium", "id": 19511788, "node_id": "MDQ6VXNlcjE5NTExNzg4", "avatar_url": "https://avatars.githubusercontent.com/u/19511788?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bzantium", "html_url": "https://github.com/bzantium", "followers_url": "https://api.github.com/users/bza...
[ { "id": 2648621985, "node_id": "MDU6TGFiZWwyNjQ4NjIxOTg1", "url": "https://api.github.com/repos/huggingface/transformers/labels/Feature%20request", "name": "Feature request", "color": "FBCA04", "default": false, "description": "Request for a new feature" } ]
closed
false
null
[]
null
[]
2025-04-02T00:29:26
2025-06-04T12:27:31
2025-06-04T12:27:31
CONTRIBUTOR
null
null
null
null
### Feature request allow to use custom head_dim for qwen2_moe. (qwen2, qwen3, qwen3_moe models are possible currently.) ### Motivation I want to use train model with custom head_dim: not `self.head_dim = config.hidden_size // config.num_attention_heads` but `self.head_dim = getattr(config, "head_dim", config.hidden...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37187/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37187/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37186
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37186/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37186/comments
https://api.github.com/repos/huggingface/transformers/issues/37186/events
https://github.com/huggingface/transformers/issues/37186
2,964,597,222
I_kwDOCUB6oc6wtCnm
37,186
Quen FSDP model training hangs when some batches do not contain images
{ "login": "gbarello-uipath", "id": 48561156, "node_id": "MDQ6VXNlcjQ4NTYxMTU2", "avatar_url": "https://avatars.githubusercontent.com/u/48561156?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbarello-uipath", "html_url": "https://github.com/gbarello-uipath", "followers_url": "https://api...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-04-01T21:19:23
2025-05-29T00:25:20
2025-05-11T08:03:13
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.49.0 - Platform: Linux-6.8.0-1025-gcp-x86_64-with-glibc2.39 - Python version: 3.11.10 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 0.34.2 - Accelerate config: - compute_environment: LOCAL_MACHINE - distributed_type: MULTI_GPU - mixe...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37186/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37186/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37185
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37185/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37185/comments
https://api.github.com/repos/huggingface/transformers/issues/37185/events
https://github.com/huggingface/transformers/pull/37185
2,964,584,576
PR_kwDOCUB6oc6Q_rSB
37,185
Fix setting FLASH_ATTENTION_DETERMINISTIC after importing
{ "login": "HollowMan6", "id": 43995067, "node_id": "MDQ6VXNlcjQzOTk1MDY3", "avatar_url": "https://avatars.githubusercontent.com/u/43995067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HollowMan6", "html_url": "https://github.com/HollowMan6", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-01T21:11:28
2025-06-02T09:08:52
2025-06-02T09:08:21
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37185", "html_url": "https://github.com/huggingface/transformers/pull/37185", "diff_url": "https://github.com/huggingface/transformers/pull/37185.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37185.patch", "merged_at...
# What does this PR do? transformers.enable_full_determinism enables deterministic flash attention using `FLASH_ATTENTION_DETERMINISTIC` https://github.com/huggingface/transformers/blob/800510c67bfc5cedd0bb7635648a07f39719be43/src/transformers/trainer_utils.py#L79 However, current checks use a global variable `de...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37185/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37185/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37184
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37184/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37184/comments
https://api.github.com/repos/huggingface/transformers/issues/37184/events
https://github.com/huggingface/transformers/pull/37184
2,964,354,020
PR_kwDOCUB6oc6Q-4vz
37,184
Update falcon model card
{ "login": "ricalanis", "id": 3820751, "node_id": "MDQ6VXNlcjM4MjA3NTE=", "avatar_url": "https://avatars.githubusercontent.com/u/3820751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ricalanis", "html_url": "https://github.com/ricalanis", "followers_url": "https://api.github.com/users/ri...
[]
closed
false
null
[]
null
[]
2025-04-01T19:11:31
2025-04-03T00:30:37
2025-04-03T00:30:37
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37184", "html_url": "https://github.com/huggingface/transformers/pull/37184", "diff_url": "https://github.com/huggingface/transformers/pull/37184.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37184.patch", "merged_at...
Fixes #36979 * Updated the Falcon model card * Did not update Falcon3 as it is not explicitly listed, but can do it also * Did not include the attention visualizer as I was not able to implement it for Falcon models in a straightforward way. * First contrib, thank you for your patience <3 ## Before submitting...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37184/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37184/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37183
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37183/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37183/comments
https://api.github.com/repos/huggingface/transformers/issues/37183/events
https://github.com/huggingface/transformers/issues/37183
2,964,303,016
I_kwDOCUB6oc6wr6yo
37,183
TapasTokenizer Produces All Zero token_type_ids Even with Tutorial Data
{ "login": "optionsraghu", "id": 15772927, "node_id": "MDQ6VXNlcjE1NzcyOTI3", "avatar_url": "https://avatars.githubusercontent.com/u/15772927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/optionsraghu", "html_url": "https://github.com/optionsraghu", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
[]
2025-04-01T18:49:36
2025-06-04T08:03:02
2025-06-04T08:03:02
NONE
null
null
null
null
Dear Hugging Face Transformers Team, I am encountering a persistent issue with TapasTokenizer (version 4.50.3) where it consistently produces token_type_ids filled with zeros, even when tokenizing a Pandas DataFrame directly recreated from the first table example in the official fine-tuning tutorial for TAPAS on SQA b...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37183/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37183/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37182
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37182/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37182/comments
https://api.github.com/repos/huggingface/transformers/issues/37182/events
https://github.com/huggingface/transformers/pull/37182
2,964,290,713
PR_kwDOCUB6oc6Q-q4D
37,182
Add Fast Image Processor for PoolFormer
{ "login": "rootonchair", "id": 23548268, "node_id": "MDQ6VXNlcjIzNTQ4MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/23548268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rootonchair", "html_url": "https://github.com/rootonchair", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-01T18:43:42
2025-04-23T19:55:33
2025-04-23T19:55:33
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37182", "html_url": "https://github.com/huggingface/transformers/pull/37182", "diff_url": "https://github.com/huggingface/transformers/pull/37182.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37182.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37182/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37182/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37181
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37181/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37181/comments
https://api.github.com/repos/huggingface/transformers/issues/37181/events
https://github.com/huggingface/transformers/issues/37181
2,964,247,074
I_kwDOCUB6oc6wrtIi
37,181
Bug in Paligemma usage docs for v4.50.3
{ "login": "EricCousineau-TRI", "id": 26719449, "node_id": "MDQ6VXNlcjI2NzE5NDQ5", "avatar_url": "https://avatars.githubusercontent.com/u/26719449?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EricCousineau-TRI", "html_url": "https://github.com/EricCousineau-TRI", "followers_url": "https...
[]
closed
false
null
[]
null
[]
2025-04-01T18:22:50
2025-04-02T16:24:12
2025-04-02T16:24:11
NONE
null
null
null
null
The following doc version has a minor bug in its usage: https://github.com/huggingface/transformers/blob/v4.50.3/docs/source/en/model_doc/paligemma.md#single-image-inference At the time of writing, this is the default version of the docs people come across via https://huggingface.co/docs/transformers/en/model_doc/palig...
{ "login": "EricCousineau-TRI", "id": 26719449, "node_id": "MDQ6VXNlcjI2NzE5NDQ5", "avatar_url": "https://avatars.githubusercontent.com/u/26719449?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EricCousineau-TRI", "html_url": "https://github.com/EricCousineau-TRI", "followers_url": "https...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37181/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37181/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37180
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37180/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37180/comments
https://api.github.com/repos/huggingface/transformers/issues/37180/events
https://github.com/huggingface/transformers/pull/37180
2,964,194,336
PR_kwDOCUB6oc6Q-Vyy
37,180
Add ImageProcessorFast to BiT processor
{ "login": "Yann-CV", "id": 54800486, "node_id": "MDQ6VXNlcjU0ODAwNDg2", "avatar_url": "https://avatars.githubusercontent.com/u/54800486?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Yann-CV", "html_url": "https://github.com/Yann-CV", "followers_url": "https://api.github.com/users/Yann-C...
[]
closed
false
null
[]
null
[]
2025-04-01T18:01:32
2025-04-14T15:07:48
2025-04-14T15:07:48
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37180", "html_url": "https://github.com/huggingface/transformers/pull/37180", "diff_url": "https://github.com/huggingface/transformers/pull/37180.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37180.patch", "merged_at...
# What does this PR do? Following https://github.com/huggingface/transformers/issues/36978: This pull request introduces a new fast image processor class for the BiT model along with the necessary updates to integrate it into the existing codebase. The most important changes include the addition of the `BitImageP...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37180/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37180/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37179
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37179/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37179/comments
https://api.github.com/repos/huggingface/transformers/issues/37179/events
https://github.com/huggingface/transformers/pull/37179
2,963,973,832
PR_kwDOCUB6oc6Q9lCh
37,179
[doc] Fix link for Quark quantization page
{ "login": "BowenBao", "id": 9376104, "node_id": "MDQ6VXNlcjkzNzYxMDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9376104?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BowenBao", "html_url": "https://github.com/BowenBao", "followers_url": "https://api.github.com/users/Bowen...
[]
closed
false
null
[]
null
[]
2025-04-01T16:37:20
2025-04-01T18:57:39
2025-04-01T18:57:39
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37179", "html_url": "https://github.com/huggingface/transformers/pull/37179", "diff_url": "https://github.com/huggingface/transformers/pull/37179.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37179.patch", "merged_at...
# What does this PR do? Fixes link to Quark page in quantization docs, the previous link shows 404. ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did you read the [contributor guideline](https://github.com/huggingface/transfor...
{ "login": "MekkCyber", "id": 93391238, "node_id": "U_kgDOBZEJhg", "avatar_url": "https://avatars.githubusercontent.com/u/93391238?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MekkCyber", "html_url": "https://github.com/MekkCyber", "followers_url": "https://api.github.com/users/MekkCybe...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37179/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37179/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37178
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37178/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37178/comments
https://api.github.com/repos/huggingface/transformers/issues/37178/events
https://github.com/huggingface/transformers/pull/37178
2,963,875,579
PR_kwDOCUB6oc6Q9Pdi
37,178
Revert #37031
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-01T15:53:35
2025-04-05T12:09:44
2025-04-01T17:48:16
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37178", "html_url": "https://github.com/huggingface/transformers/pull/37178", "diff_url": "https://github.com/huggingface/transformers/pull/37178.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37178.patch", "merged_at...
# What does this PR do? https://github.com/huggingface/transformers/pull/37031 caused much much longer loading times (see https://github.com/huggingface/transformers/issues/37160) basically causing going from ~3/4 min to 10+ hours for Deepseek R1. I'm fully reverting for now. I think (not completely sure) the is...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37178/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37178/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37177
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37177/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37177/comments
https://api.github.com/repos/huggingface/transformers/issues/37177/events
https://github.com/huggingface/transformers/pull/37177
2,963,866,050
PR_kwDOCUB6oc6Q9NZB
37,177
trying custom tokenizer fix
{ "login": "itazap", "id": 31893021, "node_id": "MDQ6VXNlcjMxODkzMDIx", "avatar_url": "https://avatars.githubusercontent.com/u/31893021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/itazap", "html_url": "https://github.com/itazap", "followers_url": "https://api.github.com/users/itazap/fo...
[]
open
false
null
[]
null
[]
2025-04-01T15:49:43
2025-07-16T16:01:55
null
COLLABORATOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37177", "html_url": "https://github.com/huggingface/transformers/pull/37177", "diff_url": "https://github.com/huggingface/transformers/pull/37177.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37177.patch", "merged_at...
DRAFT fixes #35597
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37177/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37177/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37176
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37176/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37176/comments
https://api.github.com/repos/huggingface/transformers/issues/37176/events
https://github.com/huggingface/transformers/pull/37176
2,963,857,321
PR_kwDOCUB6oc6Q9Lf3
37,176
Add Fast Image Processor for Perceiver
{ "login": "rootonchair", "id": 23548268, "node_id": "MDQ6VXNlcjIzNTQ4MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/23548268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rootonchair", "html_url": "https://github.com/rootonchair", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-01T15:46:21
2025-04-15T18:03:32
2025-04-14T11:49:13
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37176", "html_url": "https://github.com/huggingface/transformers/pull/37176", "diff_url": "https://github.com/huggingface/transformers/pull/37176.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37176.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37176/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37176/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37175
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37175/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37175/comments
https://api.github.com/repos/huggingface/transformers/issues/37175/events
https://github.com/huggingface/transformers/pull/37175
2,963,758,466
PR_kwDOCUB6oc6Q81s0
37,175
[Tests] add `min_new_tokens` to prevent flaky length checks
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
[]
closed
false
null
[]
null
[]
2025-04-01T15:12:08
2025-04-02T14:24:03
2025-04-02T14:24:00
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37175", "html_url": "https://github.com/huggingface/transformers/pull/37175", "diff_url": "https://github.com/huggingface/transformers/pull/37175.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37175.patch", "merged_at...
# What does this PR do? Sets `min_new_tokens` to the same value as `max_new_tokens` in a few checks to prevent failures in length-related checks. These checks expect that we generate exactly `max_new_tokens` tokens, and we might stop earlier due to stopping criteria that's often on by defaulta (e.g. due to eos token...
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37175/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37175/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37174
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37174/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37174/comments
https://api.github.com/repos/huggingface/transformers/issues/37174/events
https://github.com/huggingface/transformers/pull/37174
2,963,673,100
PR_kwDOCUB6oc6Q8jCJ
37,174
add image processor for table transformer, and fix value inconsistency
{ "login": "zhouksh", "id": 3754366, "node_id": "MDQ6VXNlcjM3NTQzNjY=", "avatar_url": "https://avatars.githubusercontent.com/u/3754366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhouksh", "html_url": "https://github.com/zhouksh", "followers_url": "https://api.github.com/users/zhouksh/...
[]
closed
false
null
[]
null
[]
2025-04-01T14:41:06
2025-04-01T15:57:34
2025-04-01T15:57:34
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37174", "html_url": "https://github.com/huggingface/transformers/pull/37174", "diff_url": "https://github.com/huggingface/transformers/pull/37174.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37174.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "zhouksh", "id": 3754366, "node_id": "MDQ6VXNlcjM3NTQzNjY=", "avatar_url": "https://avatars.githubusercontent.com/u/3754366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhouksh", "html_url": "https://github.com/zhouksh", "followers_url": "https://api.github.com/users/zhouksh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37174/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37174/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37173
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37173/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37173/comments
https://api.github.com/repos/huggingface/transformers/issues/37173/events
https://github.com/huggingface/transformers/pull/37173
2,963,670,298
PR_kwDOCUB6oc6Q8ibd
37,173
[core] remove `GenerationMixin` inheritance by default in `PreTrainedModel`
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
[]
closed
false
null
[]
null
[]
2025-04-01T14:40:05
2025-04-08T15:42:09
2025-04-08T15:42:05
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37173", "html_url": "https://github.com/huggingface/transformers/pull/37173", "diff_url": "https://github.com/huggingface/transformers/pull/37173.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37173.patch", "merged_at...
# What does this PR do? In v4.45, we set in motion the removal of `GenerationMixin` inheritance by default in `PreTrainedModel`, our base model class. You can recap the full list of reasons in the [original PR](https://github.com/huggingface/transformers/pull/33203), but TL;DR removes circular dependencies and make ...
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37173/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37173/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37172
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37172/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37172/comments
https://api.github.com/repos/huggingface/transformers/issues/37172/events
https://github.com/huggingface/transformers/issues/37172
2,963,619,408
I_kwDOCUB6oc6wpT5Q
37,172
Since 4.50.0, saving and loading a Whisper model causes an error
{ "login": "bruno-hays", "id": 48770768, "node_id": "MDQ6VXNlcjQ4NzcwNzY4", "avatar_url": "https://avatars.githubusercontent.com/u/48770768?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bruno-hays", "html_url": "https://github.com/bruno-hays", "followers_url": "https://api.github.com/use...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-04-01T14:21:56
2025-05-22T09:16:39
2025-05-22T09:16:39
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.50.3 - Platform: macOS-14.6.1-arm64-arm-64bit - Python version: 3.12.9 ### Who can help? @eustlb @gante ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLU...
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37172/reactions", "total_count": 11, "+1": 11, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37172/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37171
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37171/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37171/comments
https://api.github.com/repos/huggingface/transformers/issues/37171/events
https://github.com/huggingface/transformers/issues/37171
2,963,455,732
I_kwDOCUB6oc6wor70
37,171
Add EoMT
{ "login": "NielsRogge", "id": 48327001, "node_id": "MDQ6VXNlcjQ4MzI3MDAx", "avatar_url": "https://avatars.githubusercontent.com/u/48327001?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NielsRogge", "html_url": "https://github.com/NielsRogge", "followers_url": "https://api.github.com/use...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" }, { "id": 2392046359, "node_id": "MDU6TGFiZWwyMzkyMDQ2MzU...
closed
false
null
[]
null
[]
2025-04-01T13:27:16
2025-06-27T12:18:20
2025-06-27T12:18:20
CONTRIBUTOR
null
null
null
null
### Model description It'd be great to make the EoMT model available in the Transformers library, because it does image segmentation (instance, semantic and panoptic) in a much simpler way that [Mask2Former](https://huggingface.co/docs/transformers/main/en/model_doc/maskformer) and [OneFormer](https://huggingface.co/d...
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37171/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37171/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37170
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37170/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37170/comments
https://api.github.com/repos/huggingface/transformers/issues/37170/events
https://github.com/huggingface/transformers/pull/37170
2,963,357,757
PR_kwDOCUB6oc6Q7doJ
37,170
Avoid pipeline test failing related to Hub call
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
[]
closed
false
null
[]
null
[]
2025-04-01T12:52:16
2025-04-01T16:22:46
2025-04-01T16:22:45
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37170", "html_url": "https://github.com/huggingface/transformers/pull/37170", "diff_url": "https://github.com/huggingface/transformers/pull/37170.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37170.patch", "merged_at...
# What does this PR do? Try to avoid pipeline test failing by (potentially) reducing the number of calls to hub.
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37170/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37170/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37169
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37169/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37169/comments
https://api.github.com/repos/huggingface/transformers/issues/37169/events
https://github.com/huggingface/transformers/pull/37169
2,963,195,643
PR_kwDOCUB6oc6Q66Ia
37,169
Add Swin2SR ImageProcessorFast
{ "login": "thisisiron", "id": 23303033, "node_id": "MDQ6VXNlcjIzMzAzMDMz", "avatar_url": "https://avatars.githubusercontent.com/u/23303033?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thisisiron", "html_url": "https://github.com/thisisiron", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-01T11:46:15
2025-07-23T17:40:19
2025-05-07T16:20:16
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37169", "html_url": "https://github.com/huggingface/transformers/pull/37169", "diff_url": "https://github.com/huggingface/transformers/pull/37169.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37169.patch", "merged_at...
# What does this PR do? #36978 Add fast image processor for Swin2SR cc @yonigozlan
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37169/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37169/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37168
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37168/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37168/comments
https://api.github.com/repos/huggingface/transformers/issues/37168/events
https://github.com/huggingface/transformers/pull/37168
2,963,088,429
PR_kwDOCUB6oc6Q6ie6
37,168
Idefics2 Fast Image processor
{ "login": "sushmanthreddy", "id": 73489688, "node_id": "MDQ6VXNlcjczNDg5Njg4", "avatar_url": "https://avatars.githubusercontent.com/u/73489688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushmanthreddy", "html_url": "https://github.com/sushmanthreddy", "followers_url": "https://api.gi...
[]
open
false
null
[]
null
[]
2025-04-01T10:59:06
2025-04-07T20:12:24
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37168", "html_url": "https://github.com/huggingface/transformers/pull/37168", "diff_url": "https://github.com/huggingface/transformers/pull/37168.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37168.patch", "merged_at...
close #36978
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37168/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37168/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37167
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37167/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37167/comments
https://api.github.com/repos/huggingface/transformers/issues/37167/events
https://github.com/huggingface/transformers/pull/37167
2,963,079,056
PR_kwDOCUB6oc6Q6gW7
37,167
Add performance-optimized version of to_py_obj that avoids redundant …
{ "login": "sniverty", "id": 10280516, "node_id": "MDQ6VXNlcjEwMjgwNTE2", "avatar_url": "https://avatars.githubusercontent.com/u/10280516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sniverty", "html_url": "https://github.com/sniverty", "followers_url": "https://api.github.com/users/sni...
[]
closed
false
null
[]
null
[]
2025-04-01T10:55:49
2025-04-07T12:52:29
2025-04-07T12:52:04
NONE
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37167", "html_url": "https://github.com/huggingface/transformers/pull/37167", "diff_url": "https://github.com/huggingface/transformers/pull/37167.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37167.patch", "merged_at...
…checks and minimizes data transfers # What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome cont...
{ "login": "sniverty", "id": 10280516, "node_id": "MDQ6VXNlcjEwMjgwNTE2", "avatar_url": "https://avatars.githubusercontent.com/u/10280516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sniverty", "html_url": "https://github.com/sniverty", "followers_url": "https://api.github.com/users/sni...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37167/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37167/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37166
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37166/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37166/comments
https://api.github.com/repos/huggingface/transformers/issues/37166/events
https://github.com/huggingface/transformers/pull/37166
2,962,911,740
PR_kwDOCUB6oc6Q57fg
37,166
Hugging Face Hub pin to v0.30.0 for Xet
{ "login": "LysandreJik", "id": 30755778, "node_id": "MDQ6VXNlcjMwNzU1Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LysandreJik", "html_url": "https://github.com/LysandreJik", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-04-01T09:48:54
2025-04-04T12:58:24
2025-04-04T12:58:22
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37166", "html_url": "https://github.com/huggingface/transformers/pull/37166", "diff_url": "https://github.com/huggingface/transformers/pull/37166.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37166.patch", "merged_at...
Pins `huggingface_hub` to > 0.30.0 so that Xet downloads are faster
{ "login": "LysandreJik", "id": 30755778, "node_id": "MDQ6VXNlcjMwNzU1Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/30755778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LysandreJik", "html_url": "https://github.com/LysandreJik", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37166/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37166/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37165
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37165/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37165/comments
https://api.github.com/repos/huggingface/transformers/issues/37165/events
https://github.com/huggingface/transformers/issues/37165
2,962,667,045
I_kwDOCUB6oc6wlrYl
37,165
Add QLIP into transformers
{ "login": "lavinal712", "id": 98888959, "node_id": "U_kgDOBeTs_w", "avatar_url": "https://avatars.githubusercontent.com/u/98888959?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lavinal712", "html_url": "https://github.com/lavinal712", "followers_url": "https://api.github.com/users/lavin...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" } ]
open
false
null
[]
null
[]
2025-04-01T08:16:20
2025-04-01T16:06:47
null
NONE
null
null
null
null
### Model description Introduction: We introduce Quantized Language-Image Pretraining (QLIP), a visual tokenization method that combines state-of-the-art reconstruction quality with state-of-the-art zero-shot image understanding. QLIP trains a binary-spherical-quantization-based autoencoder with reconstruction and la...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37165/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/huggingface/transformers/issues/37165/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
false
https://api.github.com/repos/huggingface/transformers/issues/37164
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37164/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37164/comments
https://api.github.com/repos/huggingface/transformers/issues/37164/events
https://github.com/huggingface/transformers/pull/37164
2,962,415,389
PR_kwDOCUB6oc6Q4PUU
37,164
Add Fast owlvit Processor
{ "login": "keetrap", "id": 103131112, "node_id": "U_kgDOBiWn6A", "avatar_url": "https://avatars.githubusercontent.com/u/103131112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/keetrap", "html_url": "https://github.com/keetrap", "followers_url": "https://api.github.com/users/keetrap/foll...
[]
closed
false
null
[]
null
[]
2025-04-01T06:37:05
2025-04-14T15:58:09
2025-04-14T15:58:09
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37164", "html_url": "https://github.com/huggingface/transformers/pull/37164", "diff_url": "https://github.com/huggingface/transformers/pull/37164.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37164.patch", "merged_at...
related #36978 cc @yonigozlan
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37164/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37164/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37163
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37163/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37163/comments
https://api.github.com/repos/huggingface/transformers/issues/37163/events
https://github.com/huggingface/transformers/pull/37163
2,962,338,205
PR_kwDOCUB6oc6Q395f
37,163
Add Optional to types
{ "login": "cyyever", "id": 17618148, "node_id": "MDQ6VXNlcjE3NjE4MTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/17618148?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cyyever", "html_url": "https://github.com/cyyever", "followers_url": "https://api.github.com/users/cyyeve...
[]
closed
false
null
[]
null
[]
2025-04-01T06:08:06
2025-04-04T04:05:23
2025-04-03T15:38:01
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37163", "html_url": "https://github.com/huggingface/transformers/pull/37163", "diff_url": "https://github.com/huggingface/transformers/pull/37163.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37163.patch", "merged_at...
# What does this PR do? Add Optional to more types so that we can enable more RUFF rules on type checking.
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37163/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37163/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37162
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37162/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37162/comments
https://api.github.com/repos/huggingface/transformers/issues/37162/events
https://github.com/huggingface/transformers/pull/37162
2,962,141,656
PR_kwDOCUB6oc6Q3TMB
37,162
Fix load of rng state for resuming training from checkpoint
{ "login": "winglian", "id": 381258, "node_id": "MDQ6VXNlcjM4MTI1OA==", "avatar_url": "https://avatars.githubusercontent.com/u/381258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/winglian", "html_url": "https://github.com/winglian", "followers_url": "https://api.github.com/users/winglia...
[]
closed
false
null
[]
null
[]
2025-04-01T03:41:36
2025-04-24T14:55:48
2025-04-24T14:55:34
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37162", "html_url": "https://github.com/huggingface/transformers/pull/37162", "diff_url": "https://github.com/huggingface/transformers/pull/37162.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37162.patch", "merged_at...
# What does this PR do? Fixes a regression from https://github.com/huggingface/transformers/pull/36991 whereby resuming training from a checkpoint would fail when attempting to load the rng state. The regression only affects torch versions < 2.6.0. see https://github.com/axolotl-ai-cloud/axolotl/actions/runs/141857...
{ "login": "SunMarc", "id": 57196510, "node_id": "MDQ6VXNlcjU3MTk2NTEw", "avatar_url": "https://avatars.githubusercontent.com/u/57196510?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunMarc", "html_url": "https://github.com/SunMarc", "followers_url": "https://api.github.com/users/SunMar...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37162/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37162/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37161
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37161/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37161/comments
https://api.github.com/repos/huggingface/transformers/issues/37161/events
https://github.com/huggingface/transformers/issues/37161
2,962,021,719
I_kwDOCUB6oc6wjN1X
37,161
Swinv2Model reports an error when using the parameter use_obsolute_embeddings
{ "login": "SCP-KAKA", "id": 27934067, "node_id": "MDQ6VXNlcjI3OTM0MDY3", "avatar_url": "https://avatars.githubusercontent.com/u/27934067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SCP-KAKA", "html_url": "https://github.com/SCP-KAKA", "followers_url": "https://api.github.com/users/SCP...
[]
closed
false
null
[]
null
[]
2025-04-01T02:24:44
2025-05-09T08:03:11
2025-05-09T08:03:11
NONE
null
null
null
null
I want to use `position_imbeddings` when creating the swinv2 model, so I set `use_absolute_embeddings` to True in the config and randomly input a data into the model to report an error: ``` File "/home/software/anaconda2019/envs/TrOCR/lib/python3.8/site-packages/transformers/models/swinv2/modeling_swinv2.py", line 362,...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37161/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37161/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37160
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37160/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37160/comments
https://api.github.com/repos/huggingface/transformers/issues/37160/events
https://github.com/huggingface/transformers/issues/37160
2,962,020,830
I_kwDOCUB6oc6wjNne
37,160
Loading DeepSeek R1 model took extremely long time
{ "login": "Neo9061", "id": 8206465, "node_id": "MDQ6VXNlcjgyMDY0NjU=", "avatar_url": "https://avatars.githubusercontent.com/u/8206465?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Neo9061", "html_url": "https://github.com/Neo9061", "followers_url": "https://api.github.com/users/Neo9061/...
[ { "id": 3081136536, "node_id": "MDU6TGFiZWwzMDgxMTM2NTM2", "url": "https://api.github.com/repos/huggingface/transformers/labels/Good%20Difficult%20Issue", "name": "Good Difficult Issue", "color": "684CC7", "default": false, "description": "" }, { "id": 3817266200, "node_id": ...
closed
false
null
[]
null
[]
2025-04-01T02:24:00
2025-04-30T12:30:57
2025-04-30T12:30:55
NONE
null
null
null
null
### System Info Following the recent merged PR and [release note](https://github.com/huggingface/transformers/releases/tag/v4.50.3-DeepSeek-3), I try to load the DeepSeek R1 model using code snippet below on single P5EN (8 H200) GPUs. 1. The first issue I have is that it took very long time to load. Estimation is ~...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37160/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37160/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37159
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37159/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37159/comments
https://api.github.com/repos/huggingface/transformers/issues/37159/events
https://github.com/huggingface/transformers/pull/37159
2,961,966,204
PR_kwDOCUB6oc6Q2tYr
37,159
Add "selecting a quantization method" doc
{ "login": "DerekLiu35", "id": 91234588, "node_id": "MDQ6VXNlcjkxMjM0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/91234588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DerekLiu35", "html_url": "https://github.com/DerekLiu35", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-04-01T01:47:56
2025-04-09T13:51:37
2025-04-09T13:51:37
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37159", "html_url": "https://github.com/huggingface/transformers/pull/37159", "diff_url": "https://github.com/huggingface/transformers/pull/37159.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37159.patch", "merged_at...
# What does this PR do? Modify docs to help users determine which quantization methods to use ## Who can review? @SunMarc @stevhliu
{ "login": "SunMarc", "id": 57196510, "node_id": "MDQ6VXNlcjU3MTk2NTEw", "avatar_url": "https://avatars.githubusercontent.com/u/57196510?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunMarc", "html_url": "https://github.com/SunMarc", "followers_url": "https://api.github.com/users/SunMar...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37159/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37159/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37158
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37158/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37158/comments
https://api.github.com/repos/huggingface/transformers/issues/37158/events
https://github.com/huggingface/transformers/pull/37158
2,961,752,394
PR_kwDOCUB6oc6Q1_gZ
37,158
Add fast image processor for ZoeDepth
{ "login": "samrae7", "id": 4126146, "node_id": "MDQ6VXNlcjQxMjYxNDY=", "avatar_url": "https://avatars.githubusercontent.com/u/4126146?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samrae7", "html_url": "https://github.com/samrae7", "followers_url": "https://api.github.com/users/samrae7/...
[]
closed
false
null
[]
null
[]
2025-03-31T22:55:22
2025-06-05T00:34:57
2025-06-05T00:34:57
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37158", "html_url": "https://github.com/huggingface/transformers/pull/37158", "diff_url": "https://github.com/huggingface/transformers/pull/37158.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37158.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37158/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37158/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37157
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37157/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37157/comments
https://api.github.com/repos/huggingface/transformers/issues/37157/events
https://github.com/huggingface/transformers/pull/37157
2,961,675,485
PR_kwDOCUB6oc6Q1uqE
37,157
Updated model card for distilbert
{ "login": "ChathuminaVimukthi", "id": 31965817, "node_id": "MDQ6VXNlcjMxOTY1ODE3", "avatar_url": "https://avatars.githubusercontent.com/u/31965817?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ChathuminaVimukthi", "html_url": "https://github.com/ChathuminaVimukthi", "followers_url": "ht...
[]
closed
false
null
[]
null
[]
2025-03-31T22:01:41
2025-04-04T22:22:46
2025-04-04T22:22:46
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37157", "html_url": "https://github.com/huggingface/transformers/pull/37157", "diff_url": "https://github.com/huggingface/transformers/pull/37157.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37157.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37157/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37157/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37156
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37156/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37156/comments
https://api.github.com/repos/huggingface/transformers/issues/37156/events
https://github.com/huggingface/transformers/pull/37156
2,961,474,187
PR_kwDOCUB6oc6Q1DPs
37,156
updated model card for Mistral
{ "login": "NahieliV", "id": 54726691, "node_id": "MDQ6VXNlcjU0NzI2Njkx", "avatar_url": "https://avatars.githubusercontent.com/u/54726691?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NahieliV", "html_url": "https://github.com/NahieliV", "followers_url": "https://api.github.com/users/Nah...
[]
closed
false
null
[]
null
[]
2025-03-31T20:11:53
2025-04-07T17:05:37
2025-04-07T17:05:37
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37156", "html_url": "https://github.com/huggingface/transformers/pull/37156", "diff_url": "https://github.com/huggingface/transformers/pull/37156.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37156.patch", "merged_at...
This PR updates the model card for Mistral and follows the template outlined in the issue. Please let me know if any changes need to be made. Fixes https://github.com/huggingface/transformers/issues/36979 ### Before submitting - [x] This PR improves the docs. ### Who can review? @stevhliu
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37156/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37156/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37155
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37155/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37155/comments
https://api.github.com/repos/huggingface/transformers/issues/37155/events
https://github.com/huggingface/transformers/pull/37155
2,961,260,430
PR_kwDOCUB6oc6Q0UnS
37,155
docs: Update LayoutLMv3 model card with standardized format and impro…
{ "login": "carrycooldude", "id": 41143496, "node_id": "MDQ6VXNlcjQxMTQzNDk2", "avatar_url": "https://avatars.githubusercontent.com/u/41143496?v=4", "gravatar_id": "", "url": "https://api.github.com/users/carrycooldude", "html_url": "https://github.com/carrycooldude", "followers_url": "https://api.githu...
[]
open
false
null
[]
null
[]
2025-03-31T18:33:29
2025-10-18T16:27:27
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37155", "html_url": "https://github.com/huggingface/transformers/pull/37155", "diff_url": "https://github.com/huggingface/transformers/pull/37155.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37155.patch", "merged_at...
# Update LayoutLMv3 Model Card Documentation This PR updates the LayoutLMv3 model card documentation to follow the standardized format as requested in #36979. The changes improve the documentation's clarity and usability while maintaining consistency with other model cards in the repository. # What does this PR d...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37155/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37155/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37154
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37154/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37154/comments
https://api.github.com/repos/huggingface/transformers/issues/37154/events
https://github.com/huggingface/transformers/pull/37154
2,961,191,333
PR_kwDOCUB6oc6Q0FT_
37,154
Add Fast LeViT Processor
{ "login": "keetrap", "id": 103131112, "node_id": "U_kgDOBiWn6A", "avatar_url": "https://avatars.githubusercontent.com/u/103131112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/keetrap", "html_url": "https://github.com/keetrap", "followers_url": "https://api.github.com/users/keetrap/foll...
[]
closed
false
null
[]
null
[]
2025-03-31T18:04:21
2025-04-14T15:07:36
2025-04-14T15:07:36
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37154", "html_url": "https://github.com/huggingface/transformers/pull/37154", "diff_url": "https://github.com/huggingface/transformers/pull/37154.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37154.patch", "merged_at...
Related #36978 cc @yonigozlan
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37154/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37154/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37153
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37153/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37153/comments
https://api.github.com/repos/huggingface/transformers/issues/37153/events
https://github.com/huggingface/transformers/pull/37153
2,961,143,053
PR_kwDOCUB6oc6Qz6gG
37,153
Fixes the inconsistency of the optionality of attention_mask
{ "login": "Zephyr271828", "id": 109715540, "node_id": "U_kgDOBoogVA", "avatar_url": "https://avatars.githubusercontent.com/u/109715540?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zephyr271828", "html_url": "https://github.com/Zephyr271828", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-03-31T17:44:46
2025-04-01T15:40:29
2025-04-01T14:31:10
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37153", "html_url": "https://github.com/huggingface/transformers/pull/37153", "diff_url": "https://github.com/huggingface/transformers/pull/37153.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37153.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37153/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37153/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37152
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37152/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37152/comments
https://api.github.com/repos/huggingface/transformers/issues/37152/events
https://github.com/huggingface/transformers/pull/37152
2,961,114,025
PR_kwDOCUB6oc6Qz0IU
37,152
Update Model Card for Jamba
{ "login": "ParagEkbote", "id": 69567729, "node_id": "MDQ6VXNlcjY5NTY3NzI5", "avatar_url": "https://avatars.githubusercontent.com/u/69567729?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ParagEkbote", "html_url": "https://github.com/ParagEkbote", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T17:30:49
2025-04-07T18:05:11
2025-04-07T18:02:59
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37152", "html_url": "https://github.com/huggingface/transformers/pull/37152", "diff_url": "https://github.com/huggingface/transformers/pull/37152.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37152.patch", "merged_at...
# What does this PR do? As described in the issue, this PR updates the model card for Jamba. I've chosen to also add the newer Jamba-Large-1.6 and Mini models in the model card as well and notes for loading the model using accelerate and BnB. Please let me know if any modifications are required and I will make the n...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37152/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37152/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37151
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37151/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37151/comments
https://api.github.com/repos/huggingface/transformers/issues/37151/events
https://github.com/huggingface/transformers/issues/37151
2,961,066,229
I_kwDOCUB6oc6wfkj1
37,151
Error when using trainer with default data parallelism enabled: RuntimeError: chunk expects at least a 1-dimensional tensor
{ "login": "Mekadrom", "id": 1545535, "node_id": "MDQ6VXNlcjE1NDU1MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1545535?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Mekadrom", "html_url": "https://github.com/Mekadrom", "followers_url": "https://api.github.com/users/Mekad...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-31T17:07:00
2025-04-03T15:39:18
2025-04-03T15:36:00
NONE
null
null
null
null
### System Info `transformers-cli env` output: - `transformers` version: 4.50.3 - Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.5.2 - Accelerate config: not found - DeepSpeed version: 0.16.4 - P...
{ "login": "Mekadrom", "id": 1545535, "node_id": "MDQ6VXNlcjE1NDU1MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1545535?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Mekadrom", "html_url": "https://github.com/Mekadrom", "followers_url": "https://api.github.com/users/Mekad...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37151/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37151/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37150
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37150/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37150/comments
https://api.github.com/repos/huggingface/transformers/issues/37150/events
https://github.com/huggingface/transformers/pull/37150
2,960,991,158
PR_kwDOCUB6oc6QzaJ7
37,150
[New Model Addition] Baichuan M1
{ "login": "Vaibhavs10", "id": 18682411, "node_id": "MDQ6VXNlcjE4NjgyNDEx", "avatar_url": "https://avatars.githubusercontent.com/u/18682411?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vaibhavs10", "html_url": "https://github.com/Vaibhavs10", "followers_url": "https://api.github.com/use...
[]
open
false
null
[]
null
[]
2025-03-31T16:34:05
2025-03-31T16:34:21
null
MEMBER
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37150", "html_url": "https://github.com/huggingface/transformers/pull/37150", "diff_url": "https://github.com/huggingface/transformers/pull/37150.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37150.patch", "merged_at...
# What does this PR do? Adds support for Baichaun M1 Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING....
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37150/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37150/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37149
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37149/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37149/comments
https://api.github.com/repos/huggingface/transformers/issues/37149/events
https://github.com/huggingface/transformers/pull/37149
2,960,975,542
PR_kwDOCUB6oc6QzWyC
37,149
Remove deprecation warning for `num_logits_to_keep`
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T16:26:32
2025-04-14T17:08:47
2025-04-14T17:08:45
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37149", "html_url": "https://github.com/huggingface/transformers/pull/37149", "diff_url": "https://github.com/huggingface/transformers/pull/37149.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37149.patch", "merged_at...
# What does this PR do?
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37149/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37149/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37148
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37148/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37148/comments
https://api.github.com/repos/huggingface/transformers/issues/37148/events
https://github.com/huggingface/transformers/pull/37148
2,960,962,208
PR_kwDOCUB6oc6QzT3c
37,148
Remove deprecation cycle for `logits_to_keep`
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T16:20:11
2025-03-31T16:22:13
2025-03-31T16:21:47
MEMBER
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37148", "html_url": "https://github.com/huggingface/transformers/pull/37148", "diff_url": "https://github.com/huggingface/transformers/pull/37148.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37148.patch", "merged_at...
# What does this PR do?
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37148/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37148/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37147
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37147/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37147/comments
https://api.github.com/repos/huggingface/transformers/issues/37147/events
https://github.com/huggingface/transformers/pull/37147
2,960,937,339
PR_kwDOCUB6oc6QzOsn
37,147
Disable delay_optimizer_creation in `Trainer` to support fsdp2
{ "login": "byi8220", "id": 24833703, "node_id": "MDQ6VXNlcjI0ODMzNzAz", "avatar_url": "https://avatars.githubusercontent.com/u/24833703?v=4", "gravatar_id": "", "url": "https://api.github.com/users/byi8220", "html_url": "https://github.com/byi8220", "followers_url": "https://api.github.com/users/byi822...
[]
closed
false
null
[]
null
[]
2025-03-31T16:08:36
2025-04-04T18:11:37
2025-04-04T18:11:37
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37147", "html_url": "https://github.com/huggingface/transformers/pull/37147", "diff_url": "https://github.com/huggingface/transformers/pull/37147.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37147.patch", "merged_at...
# What does this PR do? In order to get Trainer support for FSDP2 in `accelerate`, we have to pass the model and optimizer into `Accelerator.prepare()` at the same time (https://github.com/huggingface/accelerate/pull/3394/files#r2017637611). **Note:** This may not be sufficient for full FSDP2 support in Trainer. ...
{ "login": "SunMarc", "id": 57196510, "node_id": "MDQ6VXNlcjU3MTk2NTEw", "avatar_url": "https://avatars.githubusercontent.com/u/57196510?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunMarc", "html_url": "https://github.com/SunMarc", "followers_url": "https://api.github.com/users/SunMar...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37147/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37147/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37146
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37146/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37146/comments
https://api.github.com/repos/huggingface/transformers/issues/37146/events
https://github.com/huggingface/transformers/pull/37146
2,960,704,202
PR_kwDOCUB6oc6QycM1
37,146
[chat-template] fix video loading
{ "login": "zucchini-nlp", "id": 100715397, "node_id": "U_kgDOBgDLhQ", "avatar_url": "https://avatars.githubusercontent.com/u/100715397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zucchini-nlp", "html_url": "https://github.com/zucchini-nlp", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-03-31T14:38:59
2025-04-02T09:27:50
2025-04-02T09:27:50
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37146", "html_url": "https://github.com/huggingface/transformers/pull/37146", "diff_url": "https://github.com/huggingface/transformers/pull/37146.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37146.patch", "merged_at...
# What does this PR do? The video loading logic was broken after the last feature of `load_audio_from_video`. The condition should not be applied to loading videos, but only to audio from video. The CI didn't catch anything because we don't have `pyav` in general dependencies The fix is to apply `if/else` to only...
{ "login": "zucchini-nlp", "id": 100715397, "node_id": "U_kgDOBgDLhQ", "avatar_url": "https://avatars.githubusercontent.com/u/100715397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zucchini-nlp", "html_url": "https://github.com/zucchini-nlp", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37146/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37146/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37145
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37145/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37145/comments
https://api.github.com/repos/huggingface/transformers/issues/37145/events
https://github.com/huggingface/transformers/pull/37145
2,960,669,067
PR_kwDOCUB6oc6QyUqj
37,145
🌐 [i18n-KO] Translated `siglip.md` to Korean
{ "login": "devxaitist", "id": 65713225, "node_id": "MDQ6VXNlcjY1NzEzMjI1", "avatar_url": "https://avatars.githubusercontent.com/u/65713225?v=4", "gravatar_id": "", "url": "https://api.github.com/users/devxaitist", "html_url": "https://github.com/devxaitist", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-03-31T14:26:19
2025-04-22T19:23:19
2025-04-22T19:23:19
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37145", "html_url": "https://github.com/huggingface/transformers/pull/37145", "diff_url": "https://github.com/huggingface/transformers/pull/37145.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37145.patch", "merged_at...
# What does this PR do? Translated the `siglip.md` file of the documentation to Korean. Thank you in advance for your review. Part of https://github.com/huggingface/transformers/issues/20179 ## Before reviewing - [x] Check for missing / redundant translations (번역 누락/중복 검사) - [x] Grammar Check (맞춤법 검사) - [x...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37145/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37145/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37144
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37144/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37144/comments
https://api.github.com/repos/huggingface/transformers/issues/37144/events
https://github.com/huggingface/transformers/pull/37144
2,960,612,732
PR_kwDOCUB6oc6QyITk
37,144
No more dtype_byte_size()
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
[]
2025-03-31T14:06:49
2025-04-02T13:58:39
2025-04-02T13:58:38
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37144", "html_url": "https://github.com/huggingface/transformers/pull/37144", "diff_url": "https://github.com/huggingface/transformers/pull/37144.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37144.patch", "merged_at...
Our code used a `dtype_byte_size()` function, but this was unnecessary and also incorrect. In particular, it listed the byte size for `torch.bool` as `1/8`, which is not actually correct; `bool` is implemented internally in Torch/Numpy/TF/Flax as an 8-bit value. This PR just removes the function entirely and uses me...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37144/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37144/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37143
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37143/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37143/comments
https://api.github.com/repos/huggingface/transformers/issues/37143/events
https://github.com/huggingface/transformers/pull/37143
2,960,607,850
PR_kwDOCUB6oc6QyHRh
37,143
Add Fast Image Processor for mobileViT
{ "login": "MinJu-Ha", "id": 101788861, "node_id": "U_kgDOBhEsvQ", "avatar_url": "https://avatars.githubusercontent.com/u/101788861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MinJu-Ha", "html_url": "https://github.com/MinJu-Ha", "followers_url": "https://api.github.com/users/MinJu-Ha/...
[]
closed
false
null
[]
null
[]
2025-03-31T14:05:07
2025-06-27T14:40:25
2025-06-27T14:40:24
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37143", "html_url": "https://github.com/huggingface/transformers/pull/37143", "diff_url": "https://github.com/huggingface/transformers/pull/37143.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37143.patch", "merged_at...
related to #36978 cc: @yonigozlan I added Fast image processor for mobileViT and I noticed a noticeable difference between the outputs after preprocessing. Here’s the code I used to compare them: ``` diff = (encoding_slow.pixel_values - encoding_fast.pixel_values).abs() print(f"\n📊 Difference statistics:")...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37143/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37143/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37142
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37142/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37142/comments
https://api.github.com/repos/huggingface/transformers/issues/37142/events
https://github.com/huggingface/transformers/pull/37142
2,960,562,414
PR_kwDOCUB6oc6Qx9aD
37,142
[qwen3] fix generation tests
{ "login": "zucchini-nlp", "id": 100715397, "node_id": "U_kgDOBgDLhQ", "avatar_url": "https://avatars.githubusercontent.com/u/100715397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zucchini-nlp", "html_url": "https://github.com/zucchini-nlp", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2025-03-31T13:48:19
2025-03-31T14:55:08
2025-03-31T14:33:42
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37142", "html_url": "https://github.com/huggingface/transformers/pull/37142", "diff_url": "https://github.com/huggingface/transformers/pull/37142.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37142.patch", "merged_at...
# What does this PR do?
{ "login": "zucchini-nlp", "id": 100715397, "node_id": "U_kgDOBgDLhQ", "avatar_url": "https://avatars.githubusercontent.com/u/100715397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zucchini-nlp", "html_url": "https://github.com/zucchini-nlp", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37142/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37142/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37141
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37141/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37141/comments
https://api.github.com/repos/huggingface/transformers/issues/37141/events
https://github.com/huggingface/transformers/pull/37141
2,960,533,766
PR_kwDOCUB6oc6Qx3K8
37,141
skip
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
[]
closed
false
null
[]
null
[]
2025-03-31T13:37:27
2025-03-31T14:03:11
2025-03-31T13:38:40
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37141", "html_url": "https://github.com/huggingface/transformers/pull/37141", "diff_url": "https://github.com/huggingface/transformers/pull/37141.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37141.patch", "merged_at...
# What does this PR do? skippppppppppppppp for now
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37141/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37141/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37140
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37140/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37140/comments
https://api.github.com/repos/huggingface/transformers/issues/37140/events
https://github.com/huggingface/transformers/pull/37140
2,960,531,333
PR_kwDOCUB6oc6Qx2ok
37,140
Add Fast Image Processor for Chameleon
{ "login": "farrosalferro", "id": 127369839, "node_id": "U_kgDOB5eCbw", "avatar_url": "https://avatars.githubusercontent.com/u/127369839?v=4", "gravatar_id": "", "url": "https://api.github.com/users/farrosalferro", "html_url": "https://github.com/farrosalferro", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T13:36:40
2025-06-27T15:26:58
2025-06-27T15:26:57
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37140", "html_url": "https://github.com/huggingface/transformers/pull/37140", "diff_url": "https://github.com/huggingface/transformers/pull/37140.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37140.patch", "merged_at...
# What does this PR do? Add Fast Image Processor for Chameleon (Issue [#36978](https://github.com/huggingface/transformers/issues/36978) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [X] Did you read the [contributor guideline](http...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37140/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37140/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37139
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37139/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37139/comments
https://api.github.com/repos/huggingface/transformers/issues/37139/events
https://github.com/huggingface/transformers/pull/37139
2,960,459,054
PR_kwDOCUB6oc6Qxmta
37,139
convert float for yarn related arguments in rope_scaling
{ "login": "bzantium", "id": 19511788, "node_id": "MDQ6VXNlcjE5NTExNzg4", "avatar_url": "https://avatars.githubusercontent.com/u/19511788?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bzantium", "html_url": "https://github.com/bzantium", "followers_url": "https://api.github.com/users/bza...
[]
closed
false
null
[]
null
[]
2025-03-31T13:09:57
2025-04-08T11:58:23
2025-04-08T11:58:22
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37139", "html_url": "https://github.com/huggingface/transformers/pull/37139", "diff_url": "https://github.com/huggingface/transformers/pull/37139.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37139.patch", "merged_at...
# What does this PR do? Remove rope related warnings when loading DeepSeek-V3 checkpoints. <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the e...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37139/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37139/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37138
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37138/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37138/comments
https://api.github.com/repos/huggingface/transformers/issues/37138/events
https://github.com/huggingface/transformers/pull/37138
2,960,434,286
PR_kwDOCUB6oc6QxhNC
37,138
[don't merge] debug audio pipeline
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
[]
closed
false
null
[]
null
[]
2025-03-31T13:01:26
2025-03-31T13:58:36
2025-03-31T13:58:36
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37138", "html_url": "https://github.com/huggingface/transformers/pull/37138", "diff_url": "https://github.com/huggingface/transformers/pull/37138.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37138.patch", "merged_at...
# What does this PR do? debug
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37138/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37138/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37137
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37137/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37137/comments
https://api.github.com/repos/huggingface/transformers/issues/37137/events
https://github.com/huggingface/transformers/pull/37137
2,960,420,937
PR_kwDOCUB6oc6QxeS3
37,137
bump Torch 2.1 with broken compatibility `torch.compile`
{ "login": "Borda", "id": 6035284, "node_id": "MDQ6VXNlcjYwMzUyODQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6035284?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Borda", "html_url": "https://github.com/Borda", "followers_url": "https://api.github.com/users/Borda/follower...
[]
closed
false
null
[]
null
[]
2025-03-31T12:55:47
2025-04-10T19:16:38
2025-04-04T13:47:26
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37137", "html_url": "https://github.com/huggingface/transformers/pull/37137", "diff_url": "https://github.com/huggingface/transformers/pull/37137.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37137.patch", "merged_at...
# What does this PR do? This PR updates the minimum required version of Torch to 2.1 due to an issue with `torch.compile` in 2.0. The problem was identified through Dependabot in [#3027](https://github.com/Lightning-AI/torchmetrics/pull/3027), where all versions passed except for 2.0. Fixes #37238 Issue Detail...
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37137/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37137/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37136
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37136/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37136/comments
https://api.github.com/repos/huggingface/transformers/issues/37136/events
https://github.com/huggingface/transformers/pull/37136
2,960,364,835
PR_kwDOCUB6oc6QxSA1
37,136
Fix meta state dict loading with quantizers
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T12:31:57
2025-04-01T16:46:01
2025-04-01T16:45:59
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37136", "html_url": "https://github.com/huggingface/transformers/pull/37136", "diff_url": "https://github.com/huggingface/transformers/pull/37136.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37136.patch", "merged_at...
# What does this PR do? This is a temporary fix, while seeing if we can refactor hqq and b&b 4bits to work without the full state dict but only a given param one at a time.
{ "login": "MekkCyber", "id": 93391238, "node_id": "U_kgDOBZEJhg", "avatar_url": "https://avatars.githubusercontent.com/u/93391238?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MekkCyber", "html_url": "https://github.com/MekkCyber", "followers_url": "https://api.github.com/users/MekkCybe...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37136/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37136/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37135
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37135/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37135/comments
https://api.github.com/repos/huggingface/transformers/issues/37135/events
https://github.com/huggingface/transformers/pull/37135
2,960,267,436
PR_kwDOCUB6oc6Qw8vA
37,135
Add Fast Image Processor for Flava
{ "login": "rootonchair", "id": 23548268, "node_id": "MDQ6VXNlcjIzNTQ4MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/23548268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rootonchair", "html_url": "https://github.com/rootonchair", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T11:46:25
2025-04-15T18:02:16
2025-04-14T13:05:31
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37135", "html_url": "https://github.com/huggingface/transformers/pull/37135", "diff_url": "https://github.com/huggingface/transformers/pull/37135.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37135.patch", "merged_at...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37135/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37135/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37134
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37134/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37134/comments
https://api.github.com/repos/huggingface/transformers/issues/37134/events
https://github.com/huggingface/transformers/issues/37134
2,960,194,623
I_kwDOCUB6oc6wcPw_
37,134
Warnings when loading Deepseek-V3 without custom code
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-31T11:09:11
2025-04-08T11:58:23
2025-04-08T11:58:23
MEMBER
null
null
null
null
### System Info I tried loading Deepseek-V3 with the library code following #35926 but I got the following errors when loading the config: ``` `rope_scaling`'s factor field must be a float >= 1, got 40 `rope_scaling`'s beta_fast field must be a float, got 32 `rope_scaling`'s beta_slow field must be a float, got 1 ```...
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37134/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37134/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37133
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37133/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37133/comments
https://api.github.com/repos/huggingface/transformers/issues/37133/events
https://github.com/huggingface/transformers/pull/37133
2,960,076,311
PR_kwDOCUB6oc6QwSxS
37,133
Allow quantizers to work with a state dict on meta device
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T10:15:46
2025-03-31T16:11:12
2025-03-31T16:11:12
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37133", "html_url": "https://github.com/huggingface/transformers/pull/37133", "diff_url": "https://github.com/huggingface/transformers/pull/37133.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37133.patch", "merged_at...
# What does this PR do? Following https://github.com/huggingface/transformers/pull/35926 and https://github.com/huggingface/transformers/pull/37086, make the quantizers work with a state dict on meta device. See https://github.com/huggingface/transformers/pull/37086 for the issue at hand Currently, will lead to ...
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37133/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37133/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37132
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37132/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37132/comments
https://api.github.com/repos/huggingface/transformers/issues/37132/events
https://github.com/huggingface/transformers/pull/37132
2,960,070,707
PR_kwDOCUB6oc6QwRiW
37,132
Add XPU case to is_torch_bf16_gpu_available
{ "login": "cyyever", "id": 17618148, "node_id": "MDQ6VXNlcjE3NjE4MTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/17618148?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cyyever", "html_url": "https://github.com/cyyever", "followers_url": "https://api.github.com/users/cyyeve...
[]
closed
false
null
[]
null
[]
2025-03-31T10:13:28
2025-04-11T16:48:21
2025-04-11T16:28:47
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37132", "html_url": "https://github.com/huggingface/transformers/pull/37132", "diff_url": "https://github.com/huggingface/transformers/pull/37132.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37132.patch", "merged_at...
torch.xpu also provides `is_bf16_supported` function.
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37132/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37132/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37131
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37131/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37131/comments
https://api.github.com/repos/huggingface/transformers/issues/37131/events
https://github.com/huggingface/transformers/pull/37131
2,960,019,439
PR_kwDOCUB6oc6QwGRr
37,131
Remove deprecated use_flash_attention_2 parameter
{ "login": "cyyever", "id": 17618148, "node_id": "MDQ6VXNlcjE3NjE4MTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/17618148?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cyyever", "html_url": "https://github.com/cyyever", "followers_url": "https://api.github.com/users/cyyeve...
[]
closed
false
null
[]
null
[]
2025-03-31T09:51:22
2025-06-02T09:26:59
2025-06-02T09:06:25
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37131", "html_url": "https://github.com/huggingface/transformers/pull/37131", "diff_url": "https://github.com/huggingface/transformers/pull/37131.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37131.patch", "merged_at...
Remove use_flash_attention_2
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37131/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37131/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37130
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37130/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37130/comments
https://api.github.com/repos/huggingface/transformers/issues/37130/events
https://github.com/huggingface/transformers/pull/37130
2,960,015,141
PR_kwDOCUB6oc6QwFUm
37,130
Fix llava xpu tests.
{ "login": "jiqing-feng", "id": 107918818, "node_id": "U_kgDOBm614g", "avatar_url": "https://avatars.githubusercontent.com/u/107918818?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jiqing-feng", "html_url": "https://github.com/jiqing-feng", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2025-03-31T09:49:50
2025-07-02T05:22:50
2025-04-01T09:10:13
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37130", "html_url": "https://github.com/huggingface/transformers/pull/37130", "diff_url": "https://github.com/huggingface/transformers/pull/37130.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37130.patch", "merged_at...
To reproduce: `TRANSFORMERS_TEST_DEVICE=xpu ZE_AFFINITY_MASK=0 RUN_SLOW=1 pytest -rA tests/models/llava/test_modeling_llava.py::LlavaForConditionalGenerationIntegrationTest::test_pixtral_4bit` Hi @SunMarc . This PR fixed llava tests on XPU because the output slightly differs from cuda. Please review it. Thanks!
{ "login": "SunMarc", "id": 57196510, "node_id": "MDQ6VXNlcjU3MTk2NTEw", "avatar_url": "https://avatars.githubusercontent.com/u/57196510?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunMarc", "html_url": "https://github.com/SunMarc", "followers_url": "https://api.github.com/users/SunMar...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37130/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37130/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37129
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37129/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37129/comments
https://api.github.com/repos/huggingface/transformers/issues/37129/events
https://github.com/huggingface/transformers/issues/37129
2,959,927,073
I_kwDOCUB6oc6wbOch
37,129
Whether transformers Trainer support pipeline parallelism?
{ "login": "liuheng0111", "id": 18352727, "node_id": "MDQ6VXNlcjE4MzUyNzI3", "avatar_url": "https://avatars.githubusercontent.com/u/18352727?v=4", "gravatar_id": "", "url": "https://api.github.com/users/liuheng0111", "html_url": "https://github.com/liuheng0111", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
[]
2025-03-31T09:17:18
2025-05-11T08:03:19
2025-05-11T08:03:18
NONE
null
null
null
null
Hi, deepspeed support pipeline parallelism and tensor parallelism, i want to know whether transformers Trainer support pipeline parallelism? Is there any reference code for using pipeline parallelism to train large language models?
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37129/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37129/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37128
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37128/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37128/comments
https://api.github.com/repos/huggingface/transformers/issues/37128/events
https://github.com/huggingface/transformers/issues/37128
2,959,791,802
I_kwDOCUB6oc6wata6
37,128
TFAutoModelForSequenceClassification support for ModernBertConfig
{ "login": "nkaccounting", "id": 39125861, "node_id": "MDQ6VXNlcjM5MTI1ODYx", "avatar_url": "https://avatars.githubusercontent.com/u/39125861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nkaccounting", "html_url": "https://github.com/nkaccounting", "followers_url": "https://api.github.c...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-31T08:20:25
2025-03-31T13:26:22
2025-03-31T13:26:21
NONE
null
null
null
null
### System Info - `transformers` version: 4.50.3 - Platform: Linux-5.15.0-91-generic-x86_64-with-glibc2.35 - Python version: 3.11.10 - Huggingface_hub version: 0.26.2 - Safetensors version: 0.4.5 - Accelerate version: 1.0.1 - Accelerate config: - compute_environment: LOCAL_MACHINE - distributed_type: MULTI_...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37128/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37128/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37127
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37127/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37127/comments
https://api.github.com/repos/huggingface/transformers/issues/37127/events
https://github.com/huggingface/transformers/pull/37127
2,959,533,370
PR_kwDOCUB6oc6Qufib
37,127
refactor(audio_processing): replace pipe with temp files for FFmpeg p…
{ "login": "joeyhacker", "id": 2774637, "node_id": "MDQ6VXNlcjI3NzQ2Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/2774637?v=4", "gravatar_id": "", "url": "https://api.github.com/users/joeyhacker", "html_url": "https://github.com/joeyhacker", "followers_url": "https://api.github.com/users...
[]
open
false
null
[]
null
[]
2025-03-31T05:50:52
2025-03-31T13:24:38
null
NONE
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37127", "html_url": "https://github.com/huggingface/transformers/pull/37127", "diff_url": "https://github.com/huggingface/transformers/pull/37127.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37127.patch", "merged_at...
…rocessing This change replaces the previous pipe-based FFmpeg audio decoding approach with temporary file operations to improve reliability, especially for container formats like MP4/m4a. Key reasons for this change: 1. MP4 container format requires random access to metadata (moov atoms) which...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37127/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37127/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37126
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37126/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37126/comments
https://api.github.com/repos/huggingface/transformers/issues/37126/events
https://github.com/huggingface/transformers/pull/37126
2,959,498,074
PR_kwDOCUB6oc6QuX7N
37,126
enable 2 llama UT cases on xpu
{ "login": "yao-matrix", "id": 7245027, "node_id": "MDQ6VXNlcjcyNDUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/7245027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yao-matrix", "html_url": "https://github.com/yao-matrix", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
[]
2025-03-31T05:19:38
2025-04-08T00:22:03
2025-04-07T14:02:14
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37126", "html_url": "https://github.com/huggingface/transformers/pull/37126", "diff_url": "https://github.com/huggingface/transformers/pull/37126.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37126.patch", "merged_at...
case 1: pytest -rA tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits case 2: pytest -rA tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16 both don't have XPU criteria, put them as key 0 and reuse A100/A100 ground truth. Both can pass in P...
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37126/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37126/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37125
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37125/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37125/comments
https://api.github.com/repos/huggingface/transformers/issues/37125/events
https://github.com/huggingface/transformers/issues/37125
2,959,462,062
I_kwDOCUB6oc6wZc6u
37,125
Possible to move HybridCache from GPU to CPU?
{ "login": "tianhaoz95", "id": 16887772, "node_id": "MDQ6VXNlcjE2ODg3Nzcy", "avatar_url": "https://avatars.githubusercontent.com/u/16887772?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tianhaoz95", "html_url": "https://github.com/tianhaoz95", "followers_url": "https://api.github.com/use...
[ { "id": 2648621985, "node_id": "MDU6TGFiZWwyNjQ4NjIxOTg1", "url": "https://api.github.com/repos/huggingface/transformers/labels/Feature%20request", "name": "Feature request", "color": "FBCA04", "default": false, "description": "Request for a new feature" }, { "id": 6735206706, ...
closed
false
null
[]
null
[]
2025-03-31T04:46:06
2025-04-03T22:14:32
2025-04-03T22:14:31
NONE
null
null
null
null
### Feature request I'm working on PD disaggregation where I'm trying to pass KV cache produced in GPU to CPU before sending them to decode process, looks like the following implementation doesn't have a way to move once created, is that the case? If so, is it possible to add an API to do that? https://github.com/hug...
{ "login": "tianhaoz95", "id": 16887772, "node_id": "MDQ6VXNlcjE2ODg3Nzcy", "avatar_url": "https://avatars.githubusercontent.com/u/16887772?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tianhaoz95", "html_url": "https://github.com/tianhaoz95", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37125/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37125/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37124
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37124/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37124/comments
https://api.github.com/repos/huggingface/transformers/issues/37124/events
https://github.com/huggingface/transformers/pull/37124
2,959,411,068
PR_kwDOCUB6oc6QuFAN
37,124
Make canine model exportable by removing unncessary complicated logic
{ "login": "tugsbayasgalan", "id": 16603271, "node_id": "MDQ6VXNlcjE2NjAzMjcx", "avatar_url": "https://avatars.githubusercontent.com/u/16603271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tugsbayasgalan", "html_url": "https://github.com/tugsbayasgalan", "followers_url": "https://api.gi...
[]
closed
false
null
[]
null
[]
2025-03-31T04:01:36
2025-04-01T11:31:13
2025-04-01T11:31:13
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37124", "html_url": "https://github.com/huggingface/transformers/pull/37124", "diff_url": "https://github.com/huggingface/transformers/pull/37124.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37124.patch", "merged_at...
# What does this PR do? In this code, char_seq_length is guaranteed to be an integer, so there is no need to cast it to tensor. By removing this, canine model is now exportable. <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the relea...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37124/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37124/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37123
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37123/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37123/comments
https://api.github.com/repos/huggingface/transformers/issues/37123/events
https://github.com/huggingface/transformers/pull/37123
2,959,403,727
PR_kwDOCUB6oc6QuDam
37,123
Correctly drop tokens in SwitchTransformer
{ "login": "mario-aws", "id": 172859788, "node_id": "U_kgDOCk2hjA", "avatar_url": "https://avatars.githubusercontent.com/u/172859788?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mario-aws", "html_url": "https://github.com/mario-aws", "followers_url": "https://api.github.com/users/mario-...
[]
closed
false
null
[]
null
[]
2025-03-31T03:54:28
2025-04-10T14:58:58
2025-04-10T14:58:58
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37123", "html_url": "https://github.com/huggingface/transformers/pull/37123", "diff_url": "https://github.com/huggingface/transformers/pull/37123.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37123.patch", "merged_at...
# What does this PR do? Previously, the identity function was used for dropped tokens with a weight from the expert that was not applied to the hidden states. This was misleading, because dropping means, the expert weight is zero. Instead of trying to fix the weight, we take an easier approach by initializing with z...
{ "login": "zucchini-nlp", "id": 100715397, "node_id": "U_kgDOBgDLhQ", "avatar_url": "https://avatars.githubusercontent.com/u/100715397?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zucchini-nlp", "html_url": "https://github.com/zucchini-nlp", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37123/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37123/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37122
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37122/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37122/comments
https://api.github.com/repos/huggingface/transformers/issues/37122/events
https://github.com/huggingface/transformers/issues/37122
2,959,388,719
I_kwDOCUB6oc6wZLAv
37,122
Bug in Phi4 processor
{ "login": "insujang", "id": 4559373, "node_id": "MDQ6VXNlcjQ1NTkzNzM=", "avatar_url": "https://avatars.githubusercontent.com/u/4559373?v=4", "gravatar_id": "", "url": "https://api.github.com/users/insujang", "html_url": "https://github.com/insujang", "followers_url": "https://api.github.com/users/insuj...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-31T03:38:22
2025-04-15T13:52:16
2025-04-15T13:52:16
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.51.0.dev0 (Commit 0d6a60f) - Platform: Linux-5.14.0-503.22.1.el9_5.x86_64-x86_64-with-glibc2.35 - Python version: 3.11.11 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.5.1 - Accelerate config: not found - DeepSpeed version: not ins...
{ "login": "Cyrilvallez", "id": 71554963, "node_id": "MDQ6VXNlcjcxNTU0OTYz", "avatar_url": "https://avatars.githubusercontent.com/u/71554963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Cyrilvallez", "html_url": "https://github.com/Cyrilvallez", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37122/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37122/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37121
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37121/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37121/comments
https://api.github.com/repos/huggingface/transformers/issues/37121/events
https://github.com/huggingface/transformers/pull/37121
2,959,364,914
PR_kwDOCUB6oc6Qt7Ey
37,121
fix XPU UT error case brough by RNG difference btw XPU and CUDA
{ "login": "yao-matrix", "id": 7245027, "node_id": "MDQ6VXNlcjcyNDUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/7245027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yao-matrix", "html_url": "https://github.com/yao-matrix", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
[]
2025-03-31T03:13:47
2025-04-01T23:41:16
2025-04-01T12:52:55
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37121", "html_url": "https://github.com/huggingface/transformers/pull/37121", "diff_url": "https://github.com/huggingface/transformers/pull/37121.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37121.patch", "merged_at...
**Symptom** `pytest -rA tests/generation/test_logits_process.py::LogitsProcessorTest::test_watermarking_processor` will assert out with below logs while running on XPU. > elf.assertTrue((out[:, 1] == scores_wo_bias + watermark.bias).all()) > E AssertionError: tensor(False, device='xpu:0') is not true **...
{ "login": "gante", "id": 12240844, "node_id": "MDQ6VXNlcjEyMjQwODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/12240844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gante", "html_url": "https://github.com/gante", "followers_url": "https://api.github.com/users/gante/follow...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37121/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37121/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37120
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37120/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37120/comments
https://api.github.com/repos/huggingface/transformers/issues/37120/events
https://github.com/huggingface/transformers/pull/37120
2,959,276,217
PR_kwDOCUB6oc6QtoUI
37,120
enable test_assisted_decoding_in_different_gpu UT on XPU
{ "login": "yao-matrix", "id": 7245027, "node_id": "MDQ6VXNlcjcyNDUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/7245027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yao-matrix", "html_url": "https://github.com/yao-matrix", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
[]
2025-03-31T01:46:46
2025-04-01T23:39:26
2025-04-01T09:22:59
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37120", "html_url": "https://github.com/huggingface/transformers/pull/37120", "diff_url": "https://github.com/huggingface/transformers/pull/37120.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37120.patch", "merged_at...
pytest -rA tests/generation/test_utils.py::GenerationIntegrationTests::test_assisted_decoding_in_different_gpu **passed**
{ "login": "ydshieh", "id": 2521628, "node_id": "MDQ6VXNlcjI1MjE2Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/2521628?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ydshieh", "html_url": "https://github.com/ydshieh", "followers_url": "https://api.github.com/users/ydshieh/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37120/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37120/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37119
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37119/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37119/comments
https://api.github.com/repos/huggingface/transformers/issues/37119/events
https://github.com/huggingface/transformers/pull/37119
2,959,202,318
PR_kwDOCUB6oc6QtY0x
37,119
Add FastImageProcessor for EfficientNet
{ "login": "chewyuenrachael", "id": 115143647, "node_id": "U_kgDOBtzz3w", "avatar_url": "https://avatars.githubusercontent.com/u/115143647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chewyuenrachael", "html_url": "https://github.com/chewyuenrachael", "followers_url": "https://api.githu...
[]
open
false
null
[]
null
[]
2025-03-31T00:26:31
2025-04-16T17:50:45
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37119", "html_url": "https://github.com/huggingface/transformers/pull/37119", "diff_url": "https://github.com/huggingface/transformers/pull/37119.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37119.patch", "merged_at...
# Add FastImageProcessor for EfficientNet ## What does this PR do? This PR implements a `FastImageProcessor` for the `EfficientNet` model using `BaseImageProcessorFast`. - Added `EfficientNetImageProcessorFast` to support fast GPU-based preprocessing using PyTorch/Torchvision ops - Verified default values (e....
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37119/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37119/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/37118
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37118/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37118/comments
https://api.github.com/repos/huggingface/transformers/issues/37118/events
https://github.com/huggingface/transformers/issues/37118
2,959,199,438
I_kwDOCUB6oc6wYczO
37,118
FastAPI with LLM inference does not release accumulated VRAM
{ "login": "variable", "id": 558175, "node_id": "MDQ6VXNlcjU1ODE3NQ==", "avatar_url": "https://avatars.githubusercontent.com/u/558175?v=4", "gravatar_id": "", "url": "https://api.github.com/users/variable", "html_url": "https://github.com/variable", "followers_url": "https://api.github.com/users/variabl...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-31T00:23:11
2025-04-02T13:11:03
2025-04-02T13:11:02
NONE
null
null
null
null
this is my fastapi snippet ``` model_name = "meta-llama/Llama-3.2-1B-Instruct" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", torch_dtype=torch.float16) @app.post("/unfluff") async def unfluff_llm(unfluff_request: UnfluffRequest): ...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37118/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37118/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37117
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37117/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37117/comments
https://api.github.com/repos/huggingface/transformers/issues/37117/events
https://github.com/huggingface/transformers/issues/37117
2,958,999,992
I_kwDOCUB6oc6wXsG4
37,117
Paligemma connector details
{ "login": "ytwang13", "id": 154277968, "node_id": "U_kgDOCTIYUA", "avatar_url": "https://avatars.githubusercontent.com/u/154277968?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ytwang13", "html_url": "https://github.com/ytwang13", "followers_url": "https://api.github.com/users/ytwang13/...
[]
closed
false
null
[]
null
[]
2025-03-30T17:34:04
2025-03-31T09:00:19
2025-03-31T09:00:18
NONE
null
null
null
null
https://github.com/huggingface/transformers/blob/348f3285c5114159d2ff4933b4b8ae36866d01a7/src/transformers/models/paligemma/modeling_paligemma.py#L421 Here I noticed a normalization over sqrt(text_hidden_dim), why is this? And I do not see this line in official big_vision implementation.
{ "login": "molbap", "id": 39954772, "node_id": "MDQ6VXNlcjM5OTU0Nzcy", "avatar_url": "https://avatars.githubusercontent.com/u/39954772?v=4", "gravatar_id": "", "url": "https://api.github.com/users/molbap", "html_url": "https://github.com/molbap", "followers_url": "https://api.github.com/users/molbap/fo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37117/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37117/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37116
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37116/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37116/comments
https://api.github.com/repos/huggingface/transformers/issues/37116/events
https://github.com/huggingface/transformers/issues/37116
2,958,972,148
I_kwDOCUB6oc6wXlT0
37,116
modernBERT Duplicate Template Name
{ "login": "kpdowney", "id": 82908087, "node_id": "MDQ6VXNlcjgyOTA4MDg3", "avatar_url": "https://avatars.githubusercontent.com/u/82908087?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kpdowney", "html_url": "https://github.com/kpdowney", "followers_url": "https://api.github.com/users/kpd...
[ { "id": 3817266200, "node_id": "MDU6TGFiZWwzODE3MjY2MjAw", "url": "https://api.github.com/repos/huggingface/transformers/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": null } ]
closed
false
null
[]
null
[]
2025-03-30T16:41:54
2025-04-30T12:09:34
2025-04-30T12:09:33
NONE
null
null
null
null
### System Info transformers 4.50.3 torch 2.6.0 python 3.11 MacOS 15.3.2 Trying to run a simple test in a notebook I get the following error: RuntimeError: Failed to import transformers.models.modernbert.modeling_modernbert because of the following error (look up to see its traceback): duplicate template name I have...
{ "login": "Rocketknight1", "id": 12866554, "node_id": "MDQ6VXNlcjEyODY2NTU0", "avatar_url": "https://avatars.githubusercontent.com/u/12866554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rocketknight1", "html_url": "https://github.com/Rocketknight1", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37116/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37116/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
false
true
https://api.github.com/repos/huggingface/transformers/issues/37115
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37115/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37115/comments
https://api.github.com/repos/huggingface/transformers/issues/37115/events
https://github.com/huggingface/transformers/pull/37115
2,958,861,221
PR_kwDOCUB6oc6QsWOs
37,115
chore: Update model doc for code_llama
{ "login": "AbhishekRP2002", "id": 86261428, "node_id": "MDQ6VXNlcjg2MjYxNDI4", "avatar_url": "https://avatars.githubusercontent.com/u/86261428?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AbhishekRP2002", "html_url": "https://github.com/AbhishekRP2002", "followers_url": "https://api.gi...
[]
closed
false
null
[]
null
[]
2025-03-30T12:56:11
2025-04-03T17:09:41
2025-04-03T17:09:41
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37115", "html_url": "https://github.com/huggingface/transformers/pull/37115", "diff_url": "https://github.com/huggingface/transformers/pull/37115.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37115.patch", "merged_at...
# What does this PR do? aims to handle https://github.com/huggingface/transformers/issues/36979#issuecomment-2758560598 sub part of https://github.com/huggingface/transformers/issues/36979 <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear...
{ "login": "stevhliu", "id": 59462357, "node_id": "MDQ6VXNlcjU5NDYyMzU3", "avatar_url": "https://avatars.githubusercontent.com/u/59462357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevhliu", "html_url": "https://github.com/stevhliu", "followers_url": "https://api.github.com/users/ste...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37115/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37115/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37114
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37114/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37114/comments
https://api.github.com/repos/huggingface/transformers/issues/37114/events
https://github.com/huggingface/transformers/pull/37114
2,958,854,190
PR_kwDOCUB6oc6QsU3D
37,114
RWKV: fix mask warning typo
{ "login": "RobinKa", "id": 2614101, "node_id": "MDQ6VXNlcjI2MTQxMDE=", "avatar_url": "https://avatars.githubusercontent.com/u/2614101?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RobinKa", "html_url": "https://github.com/RobinKa", "followers_url": "https://api.github.com/users/RobinKa/...
[]
closed
false
null
[]
null
[]
2025-03-30T12:40:18
2025-03-31T09:07:51
2025-03-31T09:07:51
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37114", "html_url": "https://github.com/huggingface/transformers/pull/37114", "diff_url": "https://github.com/huggingface/transformers/pull/37114.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37114.patch", "merged_at...
`RwKvModel.forward` is supposed to warn if `attention_mask` is passed. Right now the check is `attention_mask is None` which I assume was supposed to be `attention_mask is not None`, which this PR fixes. @gante
{ "login": "ArthurZucker", "id": 48595927, "node_id": "MDQ6VXNlcjQ4NTk1OTI3", "avatar_url": "https://avatars.githubusercontent.com/u/48595927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArthurZucker", "html_url": "https://github.com/ArthurZucker", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37114/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37114/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37113
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37113/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37113/comments
https://api.github.com/repos/huggingface/transformers/issues/37113/events
https://github.com/huggingface/transformers/pull/37113
2,958,776,006
PR_kwDOCUB6oc6QsFUD
37,113
Add Fast Mobilenet-V2 Processor
{ "login": "keetrap", "id": 103131112, "node_id": "U_kgDOBiWn6A", "avatar_url": "https://avatars.githubusercontent.com/u/103131112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/keetrap", "html_url": "https://github.com/keetrap", "followers_url": "https://api.github.com/users/keetrap/foll...
[]
closed
false
null
[]
null
[]
2025-03-30T09:52:56
2025-04-14T15:08:48
2025-04-14T15:08:47
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37113", "html_url": "https://github.com/huggingface/transformers/pull/37113", "diff_url": "https://github.com/huggingface/transformers/pull/37113.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37113.patch", "merged_at...
Related #36978 cc @yonigozlan
{ "login": "yonigozlan", "id": 74535834, "node_id": "MDQ6VXNlcjc0NTM1ODM0", "avatar_url": "https://avatars.githubusercontent.com/u/74535834?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonigozlan", "html_url": "https://github.com/yonigozlan", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37113/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37113/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/37112
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/37112/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/37112/comments
https://api.github.com/repos/huggingface/transformers/issues/37112/events
https://github.com/huggingface/transformers/pull/37112
2,958,718,081
PR_kwDOCUB6oc6Qr6Gl
37,112
Add Fast Image Processors for mobileViT
{ "login": "MinJu-Ha", "id": 101788861, "node_id": "U_kgDOBhEsvQ", "avatar_url": "https://avatars.githubusercontent.com/u/101788861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MinJu-Ha", "html_url": "https://github.com/MinJu-Ha", "followers_url": "https://api.github.com/users/MinJu-Ha/...
[]
closed
false
null
[]
null
[]
2025-03-30T07:31:58
2025-03-31T13:43:43
2025-03-31T13:37:29
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/37112", "html_url": "https://github.com/huggingface/transformers/pull/37112", "diff_url": "https://github.com/huggingface/transformers/pull/37112.diff", "patch_url": "https://github.com/huggingface/transformers/pull/37112.patch", "merged_at...
related to #36978 cc: @yonigozlan I added Fast image processor for mobileViT and I noticed a noticeable difference between the outputs after preprocessing. Here’s the code I used to compare them: ``` diff = (encoding_slow.pixel_values - encoding_fast.pixel_values).abs() print(f"\n📊 Difference statistics:")...
{ "login": "MinJu-Ha", "id": 101788861, "node_id": "U_kgDOBhEsvQ", "avatar_url": "https://avatars.githubusercontent.com/u/101788861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MinJu-Ha", "html_url": "https://github.com/MinJu-Ha", "followers_url": "https://api.github.com/users/MinJu-Ha/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/37112/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/37112/timeline
null
null
null
null
true
true