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/39837
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39837/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39837/comments
https://api.github.com/repos/huggingface/transformers/issues/39837/events
https://github.com/huggingface/transformers/pull/39837
3,282,425,868
PR_kwDOCUB6oc6hpAVr
39,837
add step3v in VLMS
{ "login": "yhyang201", "id": 47235274, "node_id": "MDQ6VXNlcjQ3MjM1Mjc0", "avatar_url": "https://avatars.githubusercontent.com/u/47235274?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yhyang201", "html_url": "https://github.com/yhyang201", "followers_url": "https://api.github.com/users/...
[ { "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-08-01T03:34:16
2025-08-01T08:14:08
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39837", "html_url": "https://github.com/huggingface/transformers/pull/39837", "diff_url": "https://github.com/huggingface/transformers/pull/39837.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39837.patch", "merged_at...
# What does this PR do? I would like to kindly request the addition of a new VLM entry, `"step3v"`, at the following location: [https://github.com/huggingface/transformers/blob/2c0af41ce5c448f872f3222a75f56030fb2e5a88/src/transformers/modeling\_utils.py#L233](https://github.com/huggingface/transformers/blob/2c0af41...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39837/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/39837/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39836
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39836/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39836/comments
https://api.github.com/repos/huggingface/transformers/issues/39836/events
https://github.com/huggingface/transformers/pull/39836
3,282,226,393
PR_kwDOCUB6oc6hoUup
39,836
Support input_embeds in torch exportable decoders
{ "login": "jackzhxng", "id": 32371937, "node_id": "MDQ6VXNlcjMyMzcxOTM3", "avatar_url": "https://avatars.githubusercontent.com/u/32371937?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jackzhxng", "html_url": "https://github.com/jackzhxng", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2025-08-01T01:50:36
2025-08-18T22:36:32
2025-08-07T08:51:32
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39836", "html_url": "https://github.com/huggingface/transformers/pull/39836", "diff_url": "https://github.com/huggingface/transformers/pull/39836.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39836.patch", "merged_at...
# What does this PR do? Allows specifying `inputs_embeds` in `TorchExportableModule`'s in order to support export of multimodal model's text decoders. Adds `config` and `generation_config` to the constructors to support multimodal models since the `TorchExportableModule` will wrap the nested text decoder model, w...
{ "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/39836/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/39836/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39835
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39835/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39835/comments
https://api.github.com/repos/huggingface/transformers/issues/39835/events
https://github.com/huggingface/transformers/issues/39835
3,282,084,711
I_kwDOCUB6oc7DoKNn
39,835
Crash when running Llama4 on transformers-4.54.1
{ "login": "IKACE", "id": 39850409, "node_id": "MDQ6VXNlcjM5ODUwNDA5", "avatar_url": "https://avatars.githubusercontent.com/u/39850409?v=4", "gravatar_id": "", "url": "https://api.github.com/users/IKACE", "html_url": "https://github.com/IKACE", "followers_url": "https://api.github.com/users/IKACE/follow...
[ { "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-08-01T00:32:36
2025-08-15T08:54:40
2025-08-15T08:54:40
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: Linux-6.8.0-1032-aws-x86_64-with-glibc2.35 - Python version: 3.10.0 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.8.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerator...
{ "login": "3outeille", "id": 47445085, "node_id": "MDQ6VXNlcjQ3NDQ1MDg1", "avatar_url": "https://avatars.githubusercontent.com/u/47445085?v=4", "gravatar_id": "", "url": "https://api.github.com/users/3outeille", "html_url": "https://github.com/3outeille", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39835/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/39835/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/39834
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39834/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39834/comments
https://api.github.com/repos/huggingface/transformers/issues/39834/events
https://github.com/huggingface/transformers/issues/39834
3,282,048,449
I_kwDOCUB6oc7DoBXB
39,834
Allow extra outputs from `GenerationMixin.generate`
{ "login": "jood-canva", "id": 206628664, "node_id": "U_kgDODFDnOA", "avatar_url": "https://avatars.githubusercontent.com/u/206628664?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jood-canva", "html_url": "https://github.com/jood-canva", "followers_url": "https://api.github.com/users/joo...
[ { "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-08-01T00:10:46
2025-09-19T08:43:45
null
NONE
null
null
null
null
### Feature request Hi all, first of all if this feature already exists I apologise! With the rise of multimodal LLMs if would be great if we could add extra outputs to `GenerationMixin.generate` results. For instance if we implement a model like Janus from DeepSeek, there are two output heads. One `lm_head`, and one...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39834/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/39834/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/39833
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39833/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39833/comments
https://api.github.com/repos/huggingface/transformers/issues/39833/events
https://github.com/huggingface/transformers/issues/39833
3,281,815,763
I_kwDOCUB6oc7DnIjT
39,833
Tool-Calling Model (ToolACE-2-Llama-3.1-8B) Responds with Irrelevant Tool message on General Question
{ "login": "dvn8weil", "id": 190058927, "node_id": "U_kgDOC1QRrw", "avatar_url": "https://avatars.githubusercontent.com/u/190058927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dvn8weil", "html_url": "https://github.com/dvn8weil", "followers_url": "https://api.github.com/users/dvn8weil/...
[ { "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-07-31T21:44:16
2025-08-01T15:35:58
2025-08-01T15:35:58
NONE
null
null
null
null
I'm using the Team-ACE/ToolACE-2-Llama-3.1-8B model via vLLM's v1 chat completions endpoint, and encountering an issue with tool-calling behavior. When I provide a single tool function (like a weather function) and then ask a non-tool question, such as: "Can you tell me about the Rust programming language?" the model...
{ "login": "dvn8weil", "id": 190058927, "node_id": "U_kgDOC1QRrw", "avatar_url": "https://avatars.githubusercontent.com/u/190058927?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dvn8weil", "html_url": "https://github.com/dvn8weil", "followers_url": "https://api.github.com/users/dvn8weil/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39833/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/39833/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/39832
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39832/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39832/comments
https://api.github.com/repos/huggingface/transformers/issues/39832/events
https://github.com/huggingface/transformers/pull/39832
3,281,599,284
PR_kwDOCUB6oc6hmNyY
39,832
add multimodal executorch support
{ "login": "mergennachin", "id": 1409555, "node_id": "MDQ6VXNlcjE0MDk1NTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1409555?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mergennachin", "html_url": "https://github.com/mergennachin", "followers_url": "https://api.github.com...
[]
closed
false
null
[]
null
[]
2025-07-31T20:00:02
2025-08-01T22:52:14
2025-08-01T22:52:14
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39832", "html_url": "https://github.com/huggingface/transformers/pull/39832", "diff_url": "https://github.com/huggingface/transformers/pull/39832.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39832.patch", "merged_at...
New Class: TorchExportableModuleForImageTextLM Dedicated wrapper for image-text language models: - Purpose: Handles multimodal models that need inputs_embeds instead of input_ids - Architecture: Automatically chooses HybridCache vs StaticCache based on model config - Usage: Takes embeddings from vision en...
{ "login": "mergennachin", "id": 1409555, "node_id": "MDQ6VXNlcjE0MDk1NTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1409555?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mergennachin", "html_url": "https://github.com/mergennachin", "followers_url": "https://api.github.com...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39832/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/39832/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39831
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39831/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39831/comments
https://api.github.com/repos/huggingface/transformers/issues/39831/events
https://github.com/huggingface/transformers/pull/39831
3,281,555,518
PR_kwDOCUB6oc6hmETH
39,831
refactor(modeling_llama): make RotaryEmbedding default path explicit
{ "login": "pco111", "id": 56655972, "node_id": "MDQ6VXNlcjU2NjU1OTcy", "avatar_url": "https://avatars.githubusercontent.com/u/56655972?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pco111", "html_url": "https://github.com/pco111", "followers_url": "https://api.github.com/users/pco111/fo...
[]
open
false
null
[]
null
[]
2025-07-31T19:38:21
2025-08-12T11:38:09
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39831", "html_url": "https://github.com/huggingface/transformers/pull/39831", "diff_url": "https://github.com/huggingface/transformers/pull/39831.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39831.patch", "merged_at...
# What does this PR do? This PR refactors `LlamaRotaryEmbedding` to make the initialization for the default `rope_type` more explicit, as suggested in issue #39753. Instead of relying on the `ROPE_INIT_FUNCTIONS` dictionary for the default case, the code now uses a direct call to `_compute_default_rope_parameters...
{ "login": "pco111", "id": 56655972, "node_id": "MDQ6VXNlcjU2NjU1OTcy", "avatar_url": "https://avatars.githubusercontent.com/u/56655972?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pco111", "html_url": "https://github.com/pco111", "followers_url": "https://api.github.com/users/pco111/fo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39831/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/39831/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39830
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39830/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39830/comments
https://api.github.com/repos/huggingface/transformers/issues/39830/events
https://github.com/huggingface/transformers/pull/39830
3,281,473,707
PR_kwDOCUB6oc6hlywL
39,830
fix: deprecate plot_keypoint_matching and make visualize_keypoint_matching for all Keypoint Matching models
{ "login": "sbucaille", "id": 24275548, "node_id": "MDQ6VXNlcjI0Mjc1NTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/24275548?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sbucaille", "html_url": "https://github.com/sbucaille", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2025-07-31T19:01:58
2025-08-01T16:33:04
2025-08-01T16:29:57
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39830", "html_url": "https://github.com/huggingface/transformers/pull/39830", "diff_url": "https://github.com/huggingface/transformers/pull/39830.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39830.patch", "merged_at...
# What does this PR do? Adds `visualize_keypoint_matching` to LightGlue and SuperGlue image processor Deprecate `plot_keypoint_matching` from LightGlue image processor ## Who can review? @qubvel @stevhliu
{ "login": "qubvel", "id": 31920396, "node_id": "MDQ6VXNlcjMxOTIwMzk2", "avatar_url": "https://avatars.githubusercontent.com/u/31920396?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qubvel", "html_url": "https://github.com/qubvel", "followers_url": "https://api.github.com/users/qubvel/fo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39830/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/39830/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39829
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39829/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39829/comments
https://api.github.com/repos/huggingface/transformers/issues/39829/events
https://github.com/huggingface/transformers/pull/39829
3,281,024,889
PR_kwDOCUB6oc6hkQo_
39,829
[serve] allow array `content` inputs for LLMs
{ "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-07-31T16:13:52
2025-08-13T10:26:22
2025-08-13T10:26:19
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39829", "html_url": "https://github.com/huggingface/transformers/pull/39829", "diff_url": "https://github.com/huggingface/transformers/pull/39829.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39829.patch", "merged_at...
# What does this PR do? LLMs in `transformers serve` now accept `content` messages containing arrays, as [expected in the API](https://platform.openai.com/docs/api-reference/chat/create). Adds tests to prevent regressions. Example of a command that gets fixed in this PR: ```bash curl -X POST http://localhost...
{ "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/39829/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/39829/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39828
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39828/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39828/comments
https://api.github.com/repos/huggingface/transformers/issues/39828/events
https://github.com/huggingface/transformers/pull/39828
3,281,001,997
PR_kwDOCUB6oc6hkLxc
39,828
fix test_working_of_tp failure of accelerate ut
{ "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-07-31T16:06:10
2025-08-05T17:19:03
2025-08-05T08:52:57
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39828", "html_url": "https://github.com/huggingface/transformers/pull/39828", "diff_url": "https://github.com/huggingface/transformers/pull/39828.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39828.patch", "merged_at...
### Symptom `accelerate` UT `pytest -rA tests/tp/test_tp.py::TPIntegrationTest::test_working_of_tp` failed w/ below log > stderr: [rank0]: File "/usr/local/lib/python3.11/dist-packages/transformers/integrations/tensor_parallel.py", line 1082, in distribute_model > stderr: [rank0]: tp_plan = getattr(model, "_...
{ "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/39828/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/39828/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39827
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39827/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39827/comments
https://api.github.com/repos/huggingface/transformers/issues/39827/events
https://github.com/huggingface/transformers/pull/39827
3,280,905,648
PR_kwDOCUB6oc6hj2oC
39,827
[WIP] RoPE refactor
{ "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-07-31T15:33:55
2025-08-05T10:23:04
2025-08-05T10:23:03
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39827", "html_url": "https://github.com/huggingface/transformers/pull/39827", "diff_url": "https://github.com/huggingface/transformers/pull/39827.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39827.patch", "merged_at...
# What does this PR do? Version 1 We want to support defining different RoPE params within one model, similar to how layer types defines different attention patterns. The reason: some models are already using global and local rope params (Gemma3, ModernBert), and we were forced to do monkey patching to support it...
{ "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/39827/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/39827/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39826
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39826/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39826/comments
https://api.github.com/repos/huggingface/transformers/issues/39826/events
https://github.com/huggingface/transformers/pull/39826
3,280,891,352
PR_kwDOCUB6oc6hjzfP
39,826
Add MetaCLIP 2
{ "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": "" } ]
closed
false
null
[]
null
[]
2025-07-31T15:29:30
2025-08-27T07:56:43
2025-08-20T07:25:43
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39826", "html_url": "https://github.com/huggingface/transformers/pull/39826", "diff_url": "https://github.com/huggingface/transformers/pull/39826.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39826.patch", "merged_at...
# What does this PR do? This PR adds MetaCLIP 2 using modular. Alternative of #39821 It adapts `CLIPProcessor` to support any tokenizer using `AutoTokenizer`. To do: - [x] update integration test and convert remaining checkpoints - [x] transfer checkpoints to the Meta org Failing CI is unrelated
{ "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/39826/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/39826/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39825
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39825/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39825/comments
https://api.github.com/repos/huggingface/transformers/issues/39825/events
https://github.com/huggingface/transformers/pull/39825
3,280,845,860
PR_kwDOCUB6oc6hjpnq
39,825
[serve] guard imports
{ "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-07-31T15:15:45
2025-08-18T15:28:50
2025-08-18T15:28:10
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39825", "html_url": "https://github.com/huggingface/transformers/pull/39825", "diff_url": "https://github.com/huggingface/transformers/pull/39825.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39825.patch", "merged_at...
# What does this PR do? Some imports were not properly guarded, so `transformers env` was failing on a base install. This PR fixes it. Fixes #39779 Supercedes #39790
{ "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/39825/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/39825/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39824
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39824/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39824/comments
https://api.github.com/repos/huggingface/transformers/issues/39824/events
https://github.com/huggingface/transformers/pull/39824
3,280,835,090
PR_kwDOCUB6oc6hjnQF
39,824
[DOCS] : Improved mimi model card
{ "login": "rohitthewanderer", "id": 103673464, "node_id": "U_kgDOBi3ueA", "avatar_url": "https://avatars.githubusercontent.com/u/103673464?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rohitthewanderer", "html_url": "https://github.com/rohitthewanderer", "followers_url": "https://api.gi...
[ { "id": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15ZA", "url": "https://api.github.com/repos/huggingface/transformers/labels/Audio", "name": "Audio", "color": "760453", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2025-07-31T15:12:39
2025-08-04T17:07:07
2025-08-04T17:07:06
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39824", "html_url": "https://github.com/huggingface/transformers/pull/39824", "diff_url": "https://github.com/huggingface/transformers/pull/39824.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39824.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/39824/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/39824/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39823
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39823/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39823/comments
https://api.github.com/repos/huggingface/transformers/issues/39823/events
https://github.com/huggingface/transformers/pull/39823
3,280,726,914
PR_kwDOCUB6oc6hjPg-
39,823
[`attn_implementation`] remove recursive, allows custom kernels with wrappers
{ "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...
[]
closed
false
null
[]
null
[]
2025-07-31T14:39:37
2025-08-01T10:18:30
2025-08-01T10:18:28
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39823", "html_url": "https://github.com/huggingface/transformers/pull/39823", "diff_url": "https://github.com/huggingface/transformers/pull/39823.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39823.patch", "merged_at...
# What does this PR do? This PR enables `paged_attention` usage: ```python model = AutoModelForCausalLM.from_prertained("path", attn_implementation="paged_attention|kernels-community/flash-attn3") ``` This means I want to use the `paged_attention` wrapper of `transformers` -> no attention mask, no input pre-proc...
{ "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/39823/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/39823/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39822
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39822/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39822/comments
https://api.github.com/repos/huggingface/transformers/issues/39822/events
https://github.com/huggingface/transformers/pull/39822
3,280,621,307
PR_kwDOCUB6oc6hi4YU
39,822
chore: update DETR model card
{ "login": "arpon-kapuria", "id": 83688431, "node_id": "MDQ6VXNlcjgzNjg4NDMx", "avatar_url": "https://avatars.githubusercontent.com/u/83688431?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arpon-kapuria", "html_url": "https://github.com/arpon-kapuria", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
[]
2025-07-31T14:09:39
2025-08-04T19:25:54
2025-08-04T19:25:54
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39822", "html_url": "https://github.com/huggingface/transformers/pull/39822", "diff_url": "https://github.com/huggingface/transformers/pull/39822.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39822.patch", "merged_at...
# What does this PR do? This PR updates the model card for DETR, following the template outlined in the issue. ## 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/39822/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/39822/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39821
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39821/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39821/comments
https://api.github.com/repos/huggingface/transformers/issues/39821/events
https://github.com/huggingface/transformers/pull/39821
3,280,524,873
PR_kwDOCUB6oc6hijYj
39,821
Support MetaCLIP 2
{ "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...
[]
open
false
null
[]
null
[]
2025-07-31T13:41:06
2025-08-01T08:08:13
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39821", "html_url": "https://github.com/huggingface/transformers/pull/39821", "diff_url": "https://github.com/huggingface/transformers/pull/39821.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39821.patch", "merged_at...
# What does this PR do? Meta just released [MetaCLIP 2 (worldwide)](https://github.com/facebookresearch/MetaCLIP?tab=readme-ov-file#pre-trained-models), new CLIP models trained on 300+ languages. However, when making them compatible with `modeling_clip.py`, I noticed there's a mistake with the original OpenAI CLI...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39821/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/huggingface/transformers/issues/39821/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39820
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39820/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39820/comments
https://api.github.com/repos/huggingface/transformers/issues/39820/events
https://github.com/huggingface/transformers/pull/39820
3,280,388,384
PR_kwDOCUB6oc6hiFTO
39,820
[cohere2 vision] move doc to multimodal section
{ "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-07-31T12:59:38
2025-07-31T13:13:16
2025-07-31T13:13:02
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39820", "html_url": "https://github.com/huggingface/transformers/pull/39820", "diff_url": "https://github.com/huggingface/transformers/pull/39820.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39820.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": "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/39820/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/39820/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39819
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39819/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39819/comments
https://api.github.com/repos/huggingface/transformers/issues/39819/events
https://github.com/huggingface/transformers/pull/39819
3,280,316,405
PR_kwDOCUB6oc6hh1ZL
39,819
Fix bad markdown links
{ "login": "ebezzam", "id": 4757445, "node_id": "MDQ6VXNlcjQ3NTc0NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/4757445?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebezzam", "html_url": "https://github.com/ebezzam", "followers_url": "https://api.github.com/users/ebezzam/...
[]
closed
false
null
[]
null
[]
2025-07-31T12:40:11
2025-07-31T16:14:15
2025-07-31T16:14:15
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39819", "html_url": "https://github.com/huggingface/transformers/pull/39819", "diff_url": "https://github.com/huggingface/transformers/pull/39819.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39819.patch", "merged_at...
# What does this PR do? While writing the docs for one model and taking inspiration from another, I noticed bad links to other models. For example, with [Dia](https://github.com/huggingface/transformers/blob/6ba8a1ff4550b4450a22a0b0d907312955ce0fd5/docs/source/en/model_doc/dia.md?plain=1#L36C1-L37C41), its markdo...
{ "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/39819/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/39819/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39818
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39818/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39818/comments
https://api.github.com/repos/huggingface/transformers/issues/39818/events
https://github.com/huggingface/transformers/issues/39818
3,280,308,340
I_kwDOCUB6oc7DhYh0
39,818
Qwen2-VL err
{ "login": "Yan0613", "id": 77104028, "node_id": "MDQ6VXNlcjc3MTA0MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/77104028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Yan0613", "html_url": "https://github.com/Yan0613", "followers_url": "https://api.github.com/users/Yan061...
[]
closed
false
null
[]
null
[]
2025-07-31T12:38:11
2025-07-31T12:38:17
2025-07-31T12:38:17
NONE
null
null
null
null
When adapting the [example script for distributed GPU inference from the documentation](https://huggingface.co/docs/transformers/perf_infer_gpu_multi) using tensor parallelism for the Qwen-2.5-VL-family, the following errors arise. ``` [rank0]: Traceback (most recent call last): [rank0]: File "/home/rupert/qwen2.5-v...
{ "login": "Yan0613", "id": 77104028, "node_id": "MDQ6VXNlcjc3MTA0MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/77104028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Yan0613", "html_url": "https://github.com/Yan0613", "followers_url": "https://api.github.com/users/Yan061...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39818/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/39818/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/39817
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39817/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39817/comments
https://api.github.com/repos/huggingface/transformers/issues/39817/events
https://github.com/huggingface/transformers/pull/39817
3,280,063,386
PR_kwDOCUB6oc6hhACa
39,817
Update documentation for Cohere2Vision models
{ "login": "kyle-cohere", "id": 155960770, "node_id": "U_kgDOCUvFwg", "avatar_url": "https://avatars.githubusercontent.com/u/155960770?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kyle-cohere", "html_url": "https://github.com/kyle-cohere", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2025-07-31T11:16:45
2025-07-31T11:59:26
2025-07-31T11:58:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39817", "html_url": "https://github.com/huggingface/transformers/pull/39817", "diff_url": "https://github.com/huggingface/transformers/pull/39817.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39817.patch", "merged_at...
# What does this PR do? Update the documentation to include an example of using Cohere Command A Vision in a pipeline, and add it to the list of vision models. ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). ## Who can review? @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/39817/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/39817/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39816
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39816/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39816/comments
https://api.github.com/repos/huggingface/transformers/issues/39816/events
https://github.com/huggingface/transformers/pull/39816
3,279,979,046
PR_kwDOCUB6oc6hgt1y
39,816
Refactor ViT-like models
{ "login": "qubvel", "id": 31920396, "node_id": "MDQ6VXNlcjMxOTIwMzk2", "avatar_url": "https://avatars.githubusercontent.com/u/31920396?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qubvel", "html_url": "https://github.com/qubvel", "followers_url": "https://api.github.com/users/qubvel/fo...
[]
closed
false
null
[]
null
[]
2025-07-31T10:45:44
2025-08-26T09:14:06
2025-08-26T09:14:06
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39816", "html_url": "https://github.com/huggingface/transformers/pull/39816", "diff_url": "https://github.com/huggingface/transformers/pull/39816.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39816.patch", "merged_at...
# What does this PR do? Refactor ViT and dependent models to use `@check_model_inputs` and `@can_return_tuple` decorator to remove all the logic for intermediate `hidden_states` and `attentions` capture
{ "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/39816/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/39816/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39815
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39815/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39815/comments
https://api.github.com/repos/huggingface/transformers/issues/39815/events
https://github.com/huggingface/transformers/pull/39815
3,279,968,764
PR_kwDOCUB6oc6hgrmE
39,815
[chat template] update when "push_to_hub"
{ "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-07-31T10:41:44
2025-10-15T13:50:00
2025-10-15T13:50:00
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39815", "html_url": "https://github.com/huggingface/transformers/pull/39815", "diff_url": "https://github.com/huggingface/transformers/pull/39815.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39815.patch", "merged_at...
# What does this PR do? As discussed internally, we don't have tests for chat templates loading-pushing to hub and a few bugs were encountered recently
{ "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/39815/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/39815/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39814
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39814/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39814/comments
https://api.github.com/repos/huggingface/transformers/issues/39814/events
https://github.com/huggingface/transformers/issues/39814
3,279,751,841
I_kwDOCUB6oc7DfQqh
39,814
Flash Attention fails with non aligned position_ids
{ "login": "alessiodevoto", "id": 50107094, "node_id": "MDQ6VXNlcjUwMTA3MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/50107094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alessiodevoto", "html_url": "https://github.com/alessiodevoto", "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-07-31T09:28:59
2025-08-07T17:26:24
2025-08-07T17:26:24
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: Linux-6.1.123+-x86_64-with-glibc2.39 - Python version: 3.12.3 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.9.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerator?): 2....
{ "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/39814/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/39814/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/39813
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39813/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39813/comments
https://api.github.com/repos/huggingface/transformers/issues/39813/events
https://github.com/huggingface/transformers/pull/39813
3,279,670,512
PR_kwDOCUB6oc6hfqkX
39,813
[docs] fix korean docs yet again
{ "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-07-31T09:00:07
2025-07-31T12:44:38
2025-07-31T09:13:25
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39813", "html_url": "https://github.com/huggingface/transformers/pull/39813", "diff_url": "https://github.com/huggingface/transformers/pull/39813.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39813.patch", "merged_at...
# What does this PR do? Something went wrong merging main into #39660 , and CI is still red. `doc-builder build transformers docs/source/ko/ --language ko --clean` is green on my side.
{ "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/39813/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/39813/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39812
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39812/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39812/comments
https://api.github.com/repos/huggingface/transformers/issues/39812/events
https://github.com/huggingface/transformers/issues/39812
3,279,629,710
I_kwDOCUB6oc7Dey2O
39,812
Why `lm-head` weight still exists with `"tie_word_embeddings": true`
{ "login": "Kelvinlby", "id": 76610777, "node_id": "MDQ6VXNlcjc2NjEwNzc3", "avatar_url": "https://avatars.githubusercontent.com/u/76610777?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Kelvinlby", "html_url": "https://github.com/Kelvinlby", "followers_url": "https://api.github.com/users/...
[ { "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-07-31T08:45:32
2025-08-04T23:51:21
2025-08-04T23:51:21
NONE
null
null
null
null
### System Info When I was directly loading the `model.safetetensors` file from qwen3-0.6b, I find that there is a weight stored with name "lm_head.weight", but the `config.json` shows `"tie_word_embeddings": true`. So what EXACTLY does the tie word embedding do? I can't find it anywhere... ### Who can help? @Arthur...
{ "login": "Kelvinlby", "id": 76610777, "node_id": "MDQ6VXNlcjc2NjEwNzc3", "avatar_url": "https://avatars.githubusercontent.com/u/76610777?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Kelvinlby", "html_url": "https://github.com/Kelvinlby", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39812/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/39812/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/39811
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39811/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39811/comments
https://api.github.com/repos/huggingface/transformers/issues/39811/events
https://github.com/huggingface/transformers/issues/39811
3,279,531,146
I_kwDOCUB6oc7DeayK
39,811
Missing einops dependency causing ModuleNotFoundError
{ "login": "iforgetmyname", "id": 14368888, "node_id": "MDQ6VXNlcjE0MzY4ODg4", "avatar_url": "https://avatars.githubusercontent.com/u/14368888?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iforgetmyname", "html_url": "https://github.com/iforgetmyname", "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-07-31T08:09:43
2025-08-13T03:38:01
2025-08-12T15:04:20
NONE
null
null
null
null
### System Info Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.53.2 - Platform: Linux-4.19.90-vhulk2211.3.0.h1543.eulerosv2r10.aarch64-aarch64-with-glibc2.35 - Python version: 3.11.13 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Acce...
{ "login": "vasqu", "id": 73884904, "node_id": "MDQ6VXNlcjczODg0OTA0", "avatar_url": "https://avatars.githubusercontent.com/u/73884904?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vasqu", "html_url": "https://github.com/vasqu", "followers_url": "https://api.github.com/users/vasqu/follow...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39811/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/39811/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/39810
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39810/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39810/comments
https://api.github.com/repos/huggingface/transformers/issues/39810/events
https://github.com/huggingface/transformers/pull/39810
3,279,457,892
PR_kwDOCUB6oc6he9KH
39,810
[Model] Cohere2 Vision
{ "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-07-31T07:42:13
2025-07-31T10:57:35
2025-07-31T10:57:34
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39810", "html_url": "https://github.com/huggingface/transformers/pull/39810", "diff_url": "https://github.com/huggingface/transformers/pull/39810.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39810.patch", "merged_at...
# What does this PR do? Add new model A few unrelated but needed changes: - Cache in multi-GPU wasn't working, needed to fix `layer_device_map` and `model.get_decoder()` - The token isn't passed when downloading additional chat templates - The new `check_outputs` don't work with VLMs because we don't know what...
{ "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/39810/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/39810/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39809
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39809/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39809/comments
https://api.github.com/repos/huggingface/transformers/issues/39809/events
https://github.com/huggingface/transformers/pull/39809
3,279,430,315
PR_kwDOCUB6oc6he3SK
39,809
Fix broken links
{ "login": "oToToT", "id": 8341564, "node_id": "MDQ6VXNlcjgzNDE1NjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8341564?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oToToT", "html_url": "https://github.com/oToToT", "followers_url": "https://api.github.com/users/oToToT/foll...
[]
closed
false
null
[]
null
[]
2025-07-31T07:32:00
2025-07-31T13:23:30
2025-07-31T13:23:04
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39809", "html_url": "https://github.com/huggingface/transformers/pull/39809", "diff_url": "https://github.com/huggingface/transformers/pull/39809.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39809.patch", "merged_at...
# What does this PR do? This PR fix some broken links by replacing links in the form of `[text]((url))` to `[text](url)`. This is the correct format of a url in the markdown. ## 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...
{ "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/39809/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/39809/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39808
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39808/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39808/comments
https://api.github.com/repos/huggingface/transformers/issues/39808/events
https://github.com/huggingface/transformers/pull/39808
3,279,416,682
PR_kwDOCUB6oc6he0bQ
39,808
🌐 [i18n-KO] Translated `gpt2.md` to Korean
{ "login": "taemincode", "id": 187865781, "node_id": "U_kgDOCzKatQ", "avatar_url": "https://avatars.githubusercontent.com/u/187865781?v=4", "gravatar_id": "", "url": "https://api.github.com/users/taemincode", "html_url": "https://github.com/taemincode", "followers_url": "https://api.github.com/users/tae...
[]
closed
false
null
[]
null
[]
2025-07-31T07:27:12
2025-08-13T17:00:25
2025-08-13T17:00:25
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39808", "html_url": "https://github.com/huggingface/transformers/pull/39808", "diff_url": "https://github.com/huggingface/transformers/pull/39808.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39808.patch", "merged_at...
<!-- PR의 제목은 "🌐 [i18n-KO] Translated `<your_file>.md` to Korean" 으로 부탁드립니다 --> # What does this PR do? Translated the `gpt2.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 mis...
{ "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/39808/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/39808/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39807
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39807/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39807/comments
https://api.github.com/repos/huggingface/transformers/issues/39807/events
https://github.com/huggingface/transformers/pull/39807
3,279,371,002
PR_kwDOCUB6oc6hequy
39,807
🌐 [i18n-KO] Translated `bamba.md` to Korean
{ "login": "taemincode", "id": 187865781, "node_id": "U_kgDOCzKatQ", "avatar_url": "https://avatars.githubusercontent.com/u/187865781?v=4", "gravatar_id": "", "url": "https://api.github.com/users/taemincode", "html_url": "https://github.com/taemincode", "followers_url": "https://api.github.com/users/tae...
[]
open
false
null
[]
null
[]
2025-07-31T07:08:29
2025-08-11T07:09:46
null
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39807", "html_url": "https://github.com/huggingface/transformers/pull/39807", "diff_url": "https://github.com/huggingface/transformers/pull/39807.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39807.patch", "merged_at...
<!-- PR의 제목은 "🌐 [i18n-KO] Translated `<your_file>.md` to Korean" 으로 부탁드립니다 --> # What does this PR do? Translated the `bamba.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 mi...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39807/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/39807/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39806
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39806/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39806/comments
https://api.github.com/repos/huggingface/transformers/issues/39806/events
https://github.com/huggingface/transformers/pull/39806
3,279,175,258
PR_kwDOCUB6oc6heBcJ
39,806
Enable SIM rules
{ "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-07-31T05:32:00
2025-08-12T22:29:54
2025-08-12T12:14:26
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39806", "html_url": "https://github.com/huggingface/transformers/pull/39806", "diff_url": "https://github.com/huggingface/transformers/pull/39806.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39806.patch", "merged_at...
# What does this PR do? Enable SIM rules of ruff, except those for code styles.
{ "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/39806/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/39806/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39805
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39805/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39805/comments
https://api.github.com/repos/huggingface/transformers/issues/39805/events
https://github.com/huggingface/transformers/pull/39805
3,279,063,176
PR_kwDOCUB6oc6hdpsb
39,805
GLM-4.5V Model Support
{ "login": "zRzRzRzRzRzRzR", "id": 93239683, "node_id": "U_kgDOBY65gw", "avatar_url": "https://avatars.githubusercontent.com/u/93239683?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zRzRzRzRzRzRzR", "html_url": "https://github.com/zRzRzRzRzRzRzR", "followers_url": "https://api.github.com...
[ { "id": 1843244711, "node_id": "MDU6TGFiZWwxODQzMjQ0NzEx", "url": "https://api.github.com/repos/huggingface/transformers/labels/New%20model", "name": "New model", "color": "fbca04", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2025-07-31T04:10:29
2025-08-21T08:44:27
2025-08-08T15:39:52
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39805", "html_url": "https://github.com/huggingface/transformers/pull/39805", "diff_url": "https://github.com/huggingface/transformers/pull/39805.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39805.patch", "merged_at...
This PR will complete two contents 1. Modifications to default parameters for GLM-4.1V 2. Adding GLM-4.5V Model
{ "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/39805/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/39805/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39804
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39804/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39804/comments
https://api.github.com/repos/huggingface/transformers/issues/39804/events
https://github.com/huggingface/transformers/issues/39804
3,279,029,624
I_kwDOCUB6oc7DcgV4
39,804
Fine tuning qwen2.5 error
{ "login": "shaojun0", "id": 104407395, "node_id": "U_kgDOBjkhYw", "avatar_url": "https://avatars.githubusercontent.com/u/104407395?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shaojun0", "html_url": "https://github.com/shaojun0", "followers_url": "https://api.github.com/users/shaojun0/...
[ { "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-07-31T03:48:42
2025-10-03T08:03:06
2025-10-03T08:03:06
NONE
null
null
null
null
### System Info | key | value | | -------------------- | ----------- | | transformers version | 4.53.3 | | PyTorch version | 2.7.1 | | PyTorch_npu version | 2.7.1 | | deepspeed version | 0.17.2 | | NPU | ascend 910b | ### Who can help? @ivarflaks...
{ "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/39804/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/39804/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/39803
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39803/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39803/comments
https://api.github.com/repos/huggingface/transformers/issues/39803/events
https://github.com/huggingface/transformers/issues/39803
3,279,019,857
I_kwDOCUB6oc7Dcd9R
39,803
Memory leak occurred during training qwen-2.5-vl
{ "login": "shaojun0", "id": 104407395, "node_id": "U_kgDOBjkhYw", "avatar_url": "https://avatars.githubusercontent.com/u/104407395?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shaojun0", "html_url": "https://github.com/shaojun0", "followers_url": "https://api.github.com/users/shaojun0/...
[ { "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-07-31T03:40:47
2025-09-16T08:02:43
2025-09-16T08:02:43
NONE
null
null
null
null
### System Info | key | value | | -------------------- | ------------- | | transformers version | 4.53.3 | | PyTorch version | 2.7.1 | | PyTorch_npu version | 2.7.1 | | deepspeed version | 0.17.2 | | NPU | ascend 910b*8 | ### Who can hel...
{ "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/39803/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/39803/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/39802
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39802/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39802/comments
https://api.github.com/repos/huggingface/transformers/issues/39802/events
https://github.com/huggingface/transformers/pull/39802
3,278,674,325
PR_kwDOCUB6oc6hcb2T
39,802
fix: qwen 25vl rope if item is masked
{ "login": "jeffrey-dot-li", "id": 46302202, "node_id": "MDQ6VXNlcjQ2MzAyMjAy", "avatar_url": "https://avatars.githubusercontent.com/u/46302202?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jeffrey-dot-li", "html_url": "https://github.com/jeffrey-dot-li", "followers_url": "https://api.gi...
[]
closed
false
null
[]
null
[]
2025-07-30T23:15:30
2025-08-22T01:59:00
2025-08-22T01:59:00
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39802", "html_url": "https://github.com/huggingface/transformers/pull/39802", "diff_url": "https://github.com/huggingface/transformers/pull/39802.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39802.patch", "merged_at...
# What does this PR do? In current qwen 2.5 VL implementation, if you mask out one item in a batch, then in the rope calculation you get ``` llm_positions = torch.cat(llm_pos_ids_list, dim=1).reshape(3, -1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: torch.cat(): expected a non-empty ...
{ "login": "jeffrey-dot-li", "id": 46302202, "node_id": "MDQ6VXNlcjQ2MzAyMjAy", "avatar_url": "https://avatars.githubusercontent.com/u/46302202?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jeffrey-dot-li", "html_url": "https://github.com/jeffrey-dot-li", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39802/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/39802/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39801
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39801/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39801/comments
https://api.github.com/repos/huggingface/transformers/issues/39801/events
https://github.com/huggingface/transformers/issues/39801
3,278,426,879
I_kwDOCUB6oc7DaNL_
39,801
ValueError: This model does not support cache_implementation='static'. Please check the following issue: https://github.com/huggingface/transformers/issues/28981
{ "login": "jpitalopez", "id": 150071322, "node_id": "U_kgDOCPHoGg", "avatar_url": "https://avatars.githubusercontent.com/u/150071322?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jpitalopez", "html_url": "https://github.com/jpitalopez", "followers_url": "https://api.github.com/users/jpi...
[ { "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-07-30T20:59:45
2025-09-07T08:02:42
2025-09-07T08:02:42
NONE
null
null
null
null
### System Info _prepare_cache_for_generation raise ValueError( ValueError: This model does not support cache_implementation='static'. Please check the following issue: https://github.com/huggingface/transformers/issues/28981 I got this error and i have no clue of how to solve it. I tried different implementation...
{ "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/39801/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/39801/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/39800
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39800/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39800/comments
https://api.github.com/repos/huggingface/transformers/issues/39800/events
https://github.com/huggingface/transformers/pull/39800
3,278,400,051
PR_kwDOCUB6oc6hbif3
39,800
Add EdgeTAM
{ "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...
[ { "id": 6886428489, "node_id": "LA_kwDOCUB6oc8AAAABmnaPSQ", "url": "https://api.github.com/repos/huggingface/transformers/labels/run-slow", "name": "run-slow", "color": "E1D519", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2025-07-30T20:45:40
2025-09-29T15:54:55
2025-09-29T15:54:54
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39800", "html_url": "https://github.com/huggingface/transformers/pull/39800", "diff_url": "https://github.com/huggingface/transformers/pull/39800.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39800.patch", "merged_at...
# What does this PR do? Add [EdgeTAM](https://github.com/facebookresearch/EdgeTAM) Largely based on Sam2 with modular
{ "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/39800/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/39800/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39799
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39799/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39799/comments
https://api.github.com/repos/huggingface/transformers/issues/39799/events
https://github.com/huggingface/transformers/pull/39799
3,278,108,033
PR_kwDOCUB6oc6hajPI
39,799
Mistral: Add support for interleaved attention
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
[]
2025-07-30T18:40:28
2025-08-12T12:31:14
2025-08-12T12:31:14
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39799", "html_url": "https://github.com/huggingface/transformers/pull/39799", "diff_url": "https://github.com/huggingface/transformers/pull/39799.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39799.patch", "merged_at...
Adds support for interleaved attention masks to the Mistral model.
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39799/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/39799/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39798
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39798/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39798/comments
https://api.github.com/repos/huggingface/transformers/issues/39798/events
https://github.com/huggingface/transformers/issues/39798
3,278,000,102
I_kwDOCUB6oc7DYk_m
39,798
You current version of `autoawq` does not support module quantization skipping, please upgrade `autoawq` package to at least 0.1.8.
{ "login": "bi1101", "id": 15710921, "node_id": "MDQ6VXNlcjE1NzEwOTIx", "avatar_url": "https://avatars.githubusercontent.com/u/15710921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bi1101", "html_url": "https://github.com/bi1101", "followers_url": "https://api.github.com/users/bi1101/fo...
[ { "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-07-30T18:00:10
2025-08-26T13:31:00
2025-08-26T13:31:00
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: Windows-10-10.0.26100-SP0 - Python version: 3.10.11 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.9.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerator?): 2.7.1+cpu (N...
{ "login": "bi1101", "id": 15710921, "node_id": "MDQ6VXNlcjE1NzEwOTIx", "avatar_url": "https://avatars.githubusercontent.com/u/15710921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bi1101", "html_url": "https://github.com/bi1101", "followers_url": "https://api.github.com/users/bi1101/fo...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39798/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/39798/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/39797
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39797/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39797/comments
https://api.github.com/repos/huggingface/transformers/issues/39797/events
https://github.com/huggingface/transformers/pull/39797
3,277,761,456
PR_kwDOCUB6oc6hZYay
39,797
[core] Refactor the Cache logic to make it simpler and more general
{ "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-07-30T16:38:03
2025-08-08T12:47:24
2025-08-08T12:47:22
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39797", "html_url": "https://github.com/huggingface/transformers/pull/39797", "diff_url": "https://github.com/huggingface/transformers/pull/39797.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39797.patch", "merged_at...
# What does this PR do? Big simplifications everywhere, but most notably: - all caches are initialized lazily -> no more issues of devices with device_map, which would lead to breaking the Static dynamo addresses due to device movement + no issue of dimensions with TP + much simpler to prepare for `generate` (all...
{ "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/39797/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/39797/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39796
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39796/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39796/comments
https://api.github.com/repos/huggingface/transformers/issues/39796/events
https://github.com/huggingface/transformers/pull/39796
3,277,686,541
PR_kwDOCUB6oc6hZH06
39,796
[pipelines] text-to-audio pipeline standardization
{ "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...
[ { "id": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15ZA", "url": "https://api.github.com/repos/huggingface/transformers/labels/Audio", "name": "Audio", "color": "760453", "default": false, "description": "" } ]
open
false
null
[]
null
[]
2025-07-30T16:16:03
2025-07-31T17:37:52
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39796", "html_url": "https://github.com/huggingface/transformers/pull/39796", "diff_url": "https://github.com/huggingface/transformers/pull/39796.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39796.patch", "merged_at...
# What does this PR do? ⚠️ TODO before merging: after settling on the design, update pipeline usage in model docs accordingly. This PR standardizes `text-to-audio` such that the following lines work with most* text-to-audio models: ```py from transformers import pipeline synthesiser = pipeline("text-to-aud...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39796/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/39796/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39795
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39795/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39795/comments
https://api.github.com/repos/huggingface/transformers/issues/39795/events
https://github.com/huggingface/transformers/issues/39795
3,277,623,478
I_kwDOCUB6oc7DXJC2
39,795
Regression - High memory usage when using transformers model with FSDP + LoRA
{ "login": "romitjain", "id": 11757603, "node_id": "MDQ6VXNlcjExNzU3NjAz", "avatar_url": "https://avatars.githubusercontent.com/u/11757603?v=4", "gravatar_id": "", "url": "https://api.github.com/users/romitjain", "html_url": "https://github.com/romitjain", "followers_url": "https://api.github.com/users/...
[ { "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-07-30T15:54:44
2025-08-19T09:58:06
2025-08-19T09:58:06
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.54.0 - Platform: Linux-5.14.0-284.73.1.el9_2.x86_64-x86_64-with-glibc2.35 - Python version: 3.10.13 - Huggingface_hub version: 0.34.1 - Safetensors version: 0.5.3 - Accelerate version: 1.9.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch versi...
{ "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/39795/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/39795/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/39794
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39794/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39794/comments
https://api.github.com/repos/huggingface/transformers/issues/39794/events
https://github.com/huggingface/transformers/pull/39794
3,277,602,470
PR_kwDOCUB6oc6hY1x2
39,794
Fix ProphetNet forward to handle tuple encoder_outputs
{ "login": "Abdennacer-Badaoui", "id": 106801897, "node_id": "U_kgDOBl2q6Q", "avatar_url": "https://avatars.githubusercontent.com/u/106801897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Abdennacer-Badaoui", "html_url": "https://github.com/Abdennacer-Badaoui", "followers_url": "https://...
[]
open
false
null
[]
null
[]
2025-07-30T15:48:51
2025-09-15T14:02:05
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39794", "html_url": "https://github.com/huggingface/transformers/pull/39794", "diff_url": "https://github.com/huggingface/transformers/pull/39794.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39794.patch", "merged_at...
This PR fixes a bug in ProphetNet where passing `encoder_outputs` as a tuple to `forward()` would raise: `AttributeError: 'tuple' object has no attribute 'last_hidden_state'` This happens because the `forward()` method assumes `encoder_outputs` is a `BaseModelOutput` when provided manually, while the docstring...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39794/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/39794/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39793
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39793/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39793/comments
https://api.github.com/repos/huggingface/transformers/issues/39793/events
https://github.com/huggingface/transformers/pull/39793
3,277,407,384
PR_kwDOCUB6oc6hYK4E
39,793
Fix DAC conversion script
{ "login": "ebezzam", "id": 4757445, "node_id": "MDQ6VXNlcjQ3NTc0NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/4757445?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebezzam", "html_url": "https://github.com/ebezzam", "followers_url": "https://api.github.com/users/ebezzam/...
[ { "id": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15ZA", "url": "https://api.github.com/repos/huggingface/transformers/labels/Audio", "name": "Audio", "color": "760453", "default": false, "description": "" } ]
open
false
null
[]
null
[]
2025-07-30T14:48:55
2025-08-20T14:59:41
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39793", "html_url": "https://github.com/huggingface/transformers/pull/39793", "diff_url": "https://github.com/huggingface/transformers/pull/39793.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39793.patch", "merged_at...
# What does this PR do 1. Fix DAC conversion: - Most notably, performing weight norm removal on GPU instead of on CPU (otherwise get differences for layers with weight norm when applying models on GPU) - Missing feature extractor parameters - Correctly casting sampling rate 2. More consistent add/remove weight...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39793/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/39793/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39792
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39792/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39792/comments
https://api.github.com/repos/huggingface/transformers/issues/39792/events
https://github.com/huggingface/transformers/pull/39792
3,277,173,730
PR_kwDOCUB6oc6hXWpD
39,792
Served models handle with nested content
{ "login": "jakeret", "id": 11830719, "node_id": "MDQ6VXNlcjExODMwNzE5", "avatar_url": "https://avatars.githubusercontent.com/u/11830719?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jakeret", "html_url": "https://github.com/jakeret", "followers_url": "https://api.github.com/users/jakere...
[]
open
false
null
[]
null
[]
2025-07-30T13:54:56
2025-08-05T06:40:02
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39792", "html_url": "https://github.com/huggingface/transformers/pull/39792", "diff_url": "https://github.com/huggingface/transformers/pull/39792.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39792.patch", "merged_at...
# What does this PR do? This PR fixes an issue in the `transformers serve` functionality where the server could not handle chat messages with nested content (e.g., when the `content` field in a message was a list instead of a string or dictionary). The unhandled `TypeError` caused the server to crash instead of proces...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39792/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/39792/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39791
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39791/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39791/comments
https://api.github.com/repos/huggingface/transformers/issues/39791/events
https://github.com/huggingface/transformers/issues/39791
3,277,159,862
I_kwDOCUB6oc7DVX22
39,791
`transformers serve` Fails to Handle Messages with Nested Content
{ "login": "jakeret", "id": 11830719, "node_id": "MDQ6VXNlcjExODMwNzE5", "avatar_url": "https://avatars.githubusercontent.com/u/11830719?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jakeret", "html_url": "https://github.com/jakeret", "followers_url": "https://api.github.com/users/jakere...
[ { "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-07-30T13:51:26
2025-08-13T10:26:20
2025-08-13T10:26:20
NONE
null
null
null
null
### System Info ## Bug Description When using the `transformers serve` command to serve a model, it fails to process chat messages containing nested content, raising a `TypeError`. Specifically, when integrating the served model endpoint with a chat interface such as Gradio, and the messages sent have a nested struct...
{ "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/39791/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/39791/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/39790
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39790/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39790/comments
https://api.github.com/repos/huggingface/transformers/issues/39790/events
https://github.com/huggingface/transformers/pull/39790
3,276,830,325
PR_kwDOCUB6oc6hWKRL
39,790
Fix pil dependency torch extra
{ "login": "notkisk", "id": 107971634, "node_id": "U_kgDOBm-EMg", "avatar_url": "https://avatars.githubusercontent.com/u/107971634?v=4", "gravatar_id": "", "url": "https://api.github.com/users/notkisk", "html_url": "https://github.com/notkisk", "followers_url": "https://api.github.com/users/notkisk/foll...
[]
closed
false
null
[]
null
[]
2025-07-30T12:21:28
2025-10-14T14:04:46
2025-10-14T14:04:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39790", "html_url": "https://github.com/huggingface/transformers/pull/39790", "diff_url": "https://github.com/huggingface/transformers/pull/39790.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39790.patch", "merged_at...
## What does this PR do? Fixes [[#39779](https://github.com/huggingface/transformers/issues/39779)]: `ModuleNotFoundError: No module named 'PIL'` when running `transformers env` (or any CLI command) after installing `transformers[torch]` in a fresh environment. --- ## Problem This error occurs because: ...
{ "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/39790/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/39790/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39789
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39789/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39789/comments
https://api.github.com/repos/huggingface/transformers/issues/39789/events
https://github.com/huggingface/transformers/issues/39789
3,276,791,834
I_kwDOCUB6oc7DT-Aa
39,789
ViTPose+ models post processing doest not work for `dataset_index : 5`
{ "login": "testdummyvt", "id": 190604764, "node_id": "U_kgDOC1xl3A", "avatar_url": "https://avatars.githubusercontent.com/u/190604764?v=4", "gravatar_id": "", "url": "https://api.github.com/users/testdummyvt", "html_url": "https://github.com/testdummyvt", "followers_url": "https://api.github.com/users/...
[ { "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-07-30T12:11:44
2025-09-07T08:02:44
2025-09-07T08:02:44
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: macOS-15.1-arm64-arm-64bit - Python version: 3.11.12 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.7.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerator?): 2.7.1 (NA) - ...
{ "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/39789/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/39789/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/39788
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39788/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39788/comments
https://api.github.com/repos/huggingface/transformers/issues/39788/events
https://github.com/huggingface/transformers/pull/39788
3,276,728,712
PR_kwDOCUB6oc6hVzc9
39,788
Fix re-compilations for cross attention cache
{ "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-07-30T11:53:37
2025-07-30T12:52:03
2025-07-30T12:52:03
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39788", "html_url": "https://github.com/huggingface/transformers/pull/39788", "diff_url": "https://github.com/huggingface/transformers/pull/39788.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39788.patch", "merged_at...
# What does this PR do? Fixes https://github.com/huggingface/transformers/issues/39774. As per title, if we are using the legacy `cache.key_cache[layer_idx]` a warning is emitted and fullgraph compilation breaks. This PR makes sure no warning are raised when using the models in core library
{ "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/39788/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/39788/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39787
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39787/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39787/comments
https://api.github.com/repos/huggingface/transformers/issues/39787/events
https://github.com/huggingface/transformers/issues/39787
3,276,709,700
I_kwDOCUB6oc7DTp9E
39,787
"CSM audio generation lacks reliable EOS: does not generate all-zero frames → never stops early"
{ "login": "sergiuxorga", "id": 205925702, "node_id": "U_kgDODEYtRg", "avatar_url": "https://avatars.githubusercontent.com/u/205925702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sergiuxorga", "html_url": "https://github.com/sergiuxorga", "followers_url": "https://api.github.com/users/...
[ { "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-07-30T11:47:19
2025-10-06T17:07:05
2025-10-06T17:07:05
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.0 - Platform: Linux-5.15.0-144-generic-x86_64-with-glibc2.35 - Python version: 3.10.18 - Huggingface_hub version: 0.34.2 - Safetensors version: 0.5.3 - Accelerate version: 1.7.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accele...
{ "login": "eustlb", "id": 94853470, "node_id": "U_kgDOBadZXg", "avatar_url": "https://avatars.githubusercontent.com/u/94853470?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eustlb", "html_url": "https://github.com/eustlb", "followers_url": "https://api.github.com/users/eustlb/followers"...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39787/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/39787/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/39786
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39786/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39786/comments
https://api.github.com/repos/huggingface/transformers/issues/39786/events
https://github.com/huggingface/transformers/pull/39786
3,276,648,402
PR_kwDOCUB6oc6hVhww
39,786
Remove super call from EncoderDecoderCache init
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
[]
2025-07-30T11:23:40
2025-08-05T10:09:29
2025-08-05T10:09:29
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39786", "html_url": "https://github.com/huggingface/transformers/pull/39786", "diff_url": "https://github.com/huggingface/transformers/pull/39786.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39786.patch", "merged_at...
`EncoderDecoderCache` is a wrapper around two caches. Thus, it should not call super() to initialize `self.layers` or `self.layer_classes`. This can create bugs since other parts of the code might try to access those attributes. The call was added on https://github.com/huggingface/transformers/pull/39590
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39786/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/39786/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39785
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39785/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39785/comments
https://api.github.com/repos/huggingface/transformers/issues/39785/events
https://github.com/huggingface/transformers/pull/39785
3,276,480,451
PR_kwDOCUB6oc6hU8vO
39,785
fix mllama integration tests
{ "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-07-30T10:21:46
2025-08-19T08:05:12
null
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39785", "html_url": "https://github.com/huggingface/transformers/pull/39785", "diff_url": "https://github.com/huggingface/transformers/pull/39785.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39785.patch", "merged_at...
fix mllama integration tests missing encoder states to intermediate states
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39785/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/39785/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39784
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39784/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39784/comments
https://api.github.com/repos/huggingface/transformers/issues/39784/events
https://github.com/huggingface/transformers/pull/39784
3,276,450,461
PR_kwDOCUB6oc6hU2JX
39,784
Mllama new outputs - fixing integration tests
{ "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-07-30T10:10:57
2025-07-30T10:24:54
2025-07-30T10:20:11
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39784", "html_url": "https://github.com/huggingface/transformers/pull/39784", "diff_url": "https://github.com/huggingface/transformers/pull/39784.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39784.patch", "merged_at...
fixing integration tests!
{ "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/39784/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/39784/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39783
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39783/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39783/comments
https://api.github.com/repos/huggingface/transformers/issues/39783/events
https://github.com/huggingface/transformers/pull/39783
3,276,279,261
PR_kwDOCUB6oc6hUQ9d
39,783
more info in `model_results.json`
{ "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-07-30T09:13:16
2025-07-30T09:43:12
2025-07-30T09:43:10
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39783", "html_url": "https://github.com/huggingface/transformers/pull/39783", "diff_url": "https://github.com/huggingface/transformers/pull/39783.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39783.patch", "merged_at...
# What does this PR do? Add `skipped` and `errors` counts
{ "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/39783/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/39783/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39782
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39782/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39782/comments
https://api.github.com/repos/huggingface/transformers/issues/39782/events
https://github.com/huggingface/transformers/pull/39782
3,276,276,756
PR_kwDOCUB6oc6hUQci
39,782
⚠️⚠️ Use `dtype` instead of `torch_dtype` everywhere!
{ "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-07-30T09:12:27
2025-08-22T10:34:18
2025-08-22T10:34:17
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39782", "html_url": "https://github.com/huggingface/transformers/pull/39782", "diff_url": "https://github.com/huggingface/transformers/pull/39782.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39782.patch", "merged_at...
# What does this PR do? As per the title! Now that we are officially all-in on PyTorch, let's update the argument from `torch_dtype` to a simple `dtype` to be coherent with PyTorch and simplify! Of course, it fully keeps BC for `torch_dtype` everywhere (with added tests to make sure), but it's already updated eve...
{ "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/39782/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/39782/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39781
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39781/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39781/comments
https://api.github.com/repos/huggingface/transformers/issues/39781/events
https://github.com/huggingface/transformers/pull/39781
3,276,216,835
PR_kwDOCUB6oc6hUDg6
39,781
Simplify conditional code
{ "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-07-30T08:52:10
2025-07-30T12:50:41
2025-07-30T12:32:11
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39781", "html_url": "https://github.com/huggingface/transformers/pull/39781", "diff_url": "https://github.com/huggingface/transformers/pull/39781.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39781.patch", "merged_at...
# What does this PR do? This PR simplifies more `if` conditions and dict `get` code. The changes are part of efforts to finally enable `SIM` checks in `ruff`.
{ "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/39781/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/39781/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39780
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39780/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39780/comments
https://api.github.com/repos/huggingface/transformers/issues/39780/events
https://github.com/huggingface/transformers/issues/39780
3,276,206,518
I_kwDOCUB6oc7DRvG2
39,780
pip install 'transformers[torch]' pulls nvidia dependencies
{ "login": "marcindulak", "id": 3178318, "node_id": "MDQ6VXNlcjMxNzgzMTg=", "avatar_url": "https://avatars.githubusercontent.com/u/3178318?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcindulak", "html_url": "https://github.com/marcindulak", "followers_url": "https://api.github.com/us...
[ { "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-07-30T08:48:25
2025-09-09T19:51:55
2025-09-09T19:51:55
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: Linux-6.11.0-17-generic-x86_64-with-glibc2.36 - Python version: 3.13.5 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.9.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerato...
{ "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/39780/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/39780/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/39779
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39779/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39779/comments
https://api.github.com/repos/huggingface/transformers/issues/39779/events
https://github.com/huggingface/transformers/issues/39779
3,276,199,526
I_kwDOCUB6oc7DRtZm
39,779
transformers env fails with: ModuleNotFoundError: No module named 'PIL'
{ "login": "marcindulak", "id": 3178318, "node_id": "MDQ6VXNlcjMxNzgzMTg=", "avatar_url": "https://avatars.githubusercontent.com/u/3178318?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcindulak", "html_url": "https://github.com/marcindulak", "followers_url": "https://api.github.com/us...
[ { "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-07-30T08:45:55
2025-08-18T15:28:11
2025-08-18T15:28:11
NONE
null
null
null
null
### System Info - `transformers` version: 4.54.1 - Platform: Linux-6.11.0-17-generic-x86_64-with-glibc2.36 - Python version: 3.13.5 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: 1.9.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (accelerato...
{ "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/39779/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/39779/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/39778
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39778/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39778/comments
https://api.github.com/repos/huggingface/transformers/issues/39778/events
https://github.com/huggingface/transformers/pull/39778
3,276,109,756
PR_kwDOCUB6oc6hTsR2
39,778
[gemma3] update conversion key mapping
{ "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-07-30T08:14:39
2025-08-11T07:21:13
2025-08-11T07:21:13
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39778", "html_url": "https://github.com/huggingface/transformers/pull/39778", "diff_url": "https://github.com/huggingface/transformers/pull/39778.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39778.patch", "merged_at...
# What does this PR do? As per title, fixes https://github.com/huggingface/transformers/issues/39763 and ensures Sequence Classification model works with official checkpoints
{ "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/39778/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 3, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/transformers/issues/39778/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39777
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39777/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39777/comments
https://api.github.com/repos/huggingface/transformers/issues/39777/events
https://github.com/huggingface/transformers/pull/39777
3,276,096,006
PR_kwDOCUB6oc6hTpUn
39,777
[VLMs] split out "get placeholder mask" to helper
{ "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-07-30T08:10:18
2025-08-01T08:01:07
2025-08-01T08:01:07
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39777", "html_url": "https://github.com/huggingface/transformers/pull/39777", "diff_url": "https://github.com/huggingface/transformers/pull/39777.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39777.patch", "merged_at...
# What does this PR do? As per title. TBH the helper is same for most models (excluding Qwen or other special arch), so we could just move it to the base modeling class. I thought it's against transformers philosophy, so that's why we have near-same code copied everywhere Half of these are anyway handled by modul...
{ "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/39777/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/39777/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39776
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39776/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39776/comments
https://api.github.com/repos/huggingface/transformers/issues/39776/events
https://github.com/huggingface/transformers/issues/39776
3,275,983,966
I_kwDOCUB6oc7DQ4xe
39,776
BioGPT Implementation Bug Report
{ "login": "SunnyThakur25", "id": 110617757, "node_id": "U_kgDOBpfknQ", "avatar_url": "https://avatars.githubusercontent.com/u/110617757?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SunnyThakur25", "html_url": "https://github.com/SunnyThakur25", "followers_url": "https://api.github.com/...
[ { "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-07-30T07:27:56
2025-07-30T12:17:11
2025-07-30T12:13:22
NONE
null
null
null
null
### System Info # BioGPT Implementation Bug Report **Repository**: transformers **Component**: `src/transformers/models/biogpt/modular_biogpt.py` **Reporter**: SunnyThakur **Date**: July 30, 2025 **Priority**: High ## Executive Summary This report identifies critical runtime errors and implementation issue...
{ "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/39776/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/39776/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/39775
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39775/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39775/comments
https://api.github.com/repos/huggingface/transformers/issues/39775/events
https://github.com/huggingface/transformers/issues/39775
3,275,938,845
I_kwDOCUB6oc7DQtwd
39,775
Granite 4.0 Tiny Preview inference broken in
{ "login": "nataxcan", "id": 8396268, "node_id": "MDQ6VXNlcjgzOTYyNjg=", "avatar_url": "https://avatars.githubusercontent.com/u/8396268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nataxcan", "html_url": "https://github.com/nataxcan", "followers_url": "https://api.github.com/users/natax...
[ { "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-07-30T07:09:57
2025-08-28T12:14:59
2025-08-28T12:14:58
NONE
null
null
null
null
### System Info my environment: ``` - `transformers` version: 4.54.1 - Platform: Linux-6.8.0-59-generic-x86_64-with-glibc2.39 - Python version: 3.12.11 - Huggingface_hub version: 0.34.3 - Safetensors version: 0.5.3 - Accelerate version: not installed - Accelerate config: not found - DeepSpeed version: not installed - ...
{ "login": "nataxcan", "id": 8396268, "node_id": "MDQ6VXNlcjgzOTYyNjg=", "avatar_url": "https://avatars.githubusercontent.com/u/8396268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nataxcan", "html_url": "https://github.com/nataxcan", "followers_url": "https://api.github.com/users/natax...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39775/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/39775/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/39774
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39774/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39774/comments
https://api.github.com/repos/huggingface/transformers/issues/39774/events
https://github.com/huggingface/transformers/issues/39774
3,275,912,440
I_kwDOCUB6oc7DQnT4
39,774
Blip model got performance regression on compile mode after refactor cache.
{ "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/...
[ { "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-07-30T06:59:09
2025-07-30T12:52:04
2025-07-30T12:52:04
CONTRIBUTOR
null
null
null
null
### System Info transformers version: 4.55.0.dev0 Platform: Linux-6.11.0-28-generic-x86_64-with-glibc2.35 Python version: 3.11.13 Huggingface_hub version: 0.34.2 Safetensors version: 0.5.3 Accelerate version: 1.8.1 Accelerate config: not found DeepSpeed version: not installed PyTorch version (accelerator?): 2.9.0.dev2...
{ "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/39774/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/39774/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/39773
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39773/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39773/comments
https://api.github.com/repos/huggingface/transformers/issues/39773/events
https://github.com/huggingface/transformers/pull/39773
3,275,890,451
PR_kwDOCUB6oc6hS87S
39,773
enable static cache on vision encoder decoder
{ "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-07-30T06:49:37
2025-07-30T08:11:17
2025-07-30T08:10:46
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39773", "html_url": "https://github.com/huggingface/transformers/pull/39773", "diff_url": "https://github.com/huggingface/transformers/pull/39773.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39773.patch", "merged_at...
After the issue #39746 fixed, the vision encoder decoder model can support static cache and can got more significant speed-up ```python import time import requests import torch import PIL.Image from transformers import pipeline model_id = "nlpconnect/vit-gpt2-image-captioning" image_to_text = pipeline("imag...
{ "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/39773/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/39773/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39772
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39772/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39772/comments
https://api.github.com/repos/huggingface/transformers/issues/39772/events
https://github.com/huggingface/transformers/pull/39772
3,275,639,238
PR_kwDOCUB6oc6hSHQF
39,772
Fix missing initializations for models created in 2022
{ "login": "bvantuan", "id": 37981884, "node_id": "MDQ6VXNlcjM3OTgxODg0", "avatar_url": "https://avatars.githubusercontent.com/u/37981884?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bvantuan", "html_url": "https://github.com/bvantuan", "followers_url": "https://api.github.com/users/bva...
[]
open
false
null
[]
null
[]
2025-07-30T04:36:35
2025-08-20T12:19:40
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39772", "html_url": "https://github.com/huggingface/transformers/pull/39772", "diff_url": "https://github.com/huggingface/transformers/pull/39772.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39772.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...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39772/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/39772/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39771
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39771/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39771/comments
https://api.github.com/repos/huggingface/transformers/issues/39771/events
https://github.com/huggingface/transformers/issues/39771
3,275,352,527
I_kwDOCUB6oc7DOenP
39,771
would it be possible to standardize on the vx.y.z format for all tags
{ "login": "hubutui", "id": 2948593, "node_id": "MDQ6VXNlcjI5NDg1OTM=", "avatar_url": "https://avatars.githubusercontent.com/u/2948593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hubutui", "html_url": "https://github.com/hubutui", "followers_url": "https://api.github.com/users/hubutui/...
[]
closed
false
null
[]
null
[]
2025-07-30T00:46:00
2025-09-07T08:02:48
2025-09-07T08:02:48
NONE
null
null
null
null
This git repo used to use vx.y.z, but the latest is 4.54.1, which is inconsistent.
{ "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/39771/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/39771/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/39770
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39770/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39770/comments
https://api.github.com/repos/huggingface/transformers/issues/39770/events
https://github.com/huggingface/transformers/pull/39770
3,275,209,122
PR_kwDOCUB6oc6hQtD_
39,770
[Bugfix] Fix `AutoModel.from_pretrained(..., quantization_config=None)` regression
{ "login": "kylesayrs", "id": 17103692, "node_id": "MDQ6VXNlcjE3MTAzNjky", "avatar_url": "https://avatars.githubusercontent.com/u/17103692?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kylesayrs", "html_url": "https://github.com/kylesayrs", "followers_url": "https://api.github.com/users/...
[]
open
false
null
[]
null
[]
2025-07-29T23:09:01
2025-09-04T15:59:20
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39770", "html_url": "https://github.com/huggingface/transformers/pull/39770", "diff_url": "https://github.com/huggingface/transformers/pull/39770.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39770.patch", "merged_at...
## Purpose ## * Fix bug where passing `quantization_config=None` to `AutoModelForCausalLM` will lead to an error ``` Traceback (most recent call last): File "/home/kyle/llm-compressor/asdf.py", line 2, in <module> model = AutoModelForCausalLM.from_pretrained("RedHatAI/Meta-Llama-3.1-8B-Instruct-quantized.w4a...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39770/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/39770/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39769
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39769/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39769/comments
https://api.github.com/repos/huggingface/transformers/issues/39769/events
https://github.com/huggingface/transformers/pull/39769
3,274,981,091
PR_kwDOCUB6oc6hP-lu
39,769
Fix Evolla and xLSTM tests
{ "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-07-29T21:01:52
2025-08-11T15:15:00
2025-07-30T07:51:55
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39769", "html_url": "https://github.com/huggingface/transformers/pull/39769", "diff_url": "https://github.com/huggingface/transformers/pull/39769.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39769.patch", "merged_at...
# What does this PR do? As per the title
{ "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/39769/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/39769/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39768
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39768/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39768/comments
https://api.github.com/repos/huggingface/transformers/issues/39768/events
https://github.com/huggingface/transformers/pull/39768
3,274,911,235
PR_kwDOCUB6oc6hPva8
39,768
Benchmarking improvements
{ "login": "ahadnagy", "id": 21314428, "node_id": "MDQ6VXNlcjIxMzE0NDI4", "avatar_url": "https://avatars.githubusercontent.com/u/21314428?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ahadnagy", "html_url": "https://github.com/ahadnagy", "followers_url": "https://api.github.com/users/aha...
[]
closed
false
null
[]
null
[]
2025-07-29T20:32:47
2025-08-25T11:41:19
2025-08-15T13:59:11
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39768", "html_url": "https://github.com/huggingface/transformers/pull/39768", "diff_url": "https://github.com/huggingface/transformers/pull/39768.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39768.patch", "merged_at...
# What does this PR do? The goal of this PR is to start improving the benchmarking infrastructure of Transformers. In the short-term we'd like to build a dataset similar to what Diffusers did (https://huggingface.co/datasets/diffusers/benchmarks) and put a dashboard on Spaces. This PR starts with the data acquisi...
{ "login": "ahadnagy", "id": 21314428, "node_id": "MDQ6VXNlcjIxMzE0NDI4", "avatar_url": "https://avatars.githubusercontent.com/u/21314428?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ahadnagy", "html_url": "https://github.com/ahadnagy", "followers_url": "https://api.github.com/users/aha...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39768/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/39768/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39767
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39767/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39767/comments
https://api.github.com/repos/huggingface/transformers/issues/39767/events
https://github.com/huggingface/transformers/issues/39767
3,274,886,306
I_kwDOCUB6oc7DMsyi
39,767
Model with non-string type property tool giving incomplete response using VLLM
{ "login": "anyon17", "id": 174828730, "node_id": "U_kgDOCmusug", "avatar_url": "https://avatars.githubusercontent.com/u/174828730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anyon17", "html_url": "https://github.com/anyon17", "followers_url": "https://api.github.com/users/anyon17/foll...
[ { "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-07-29T20:23:34
2025-09-07T08:02:50
2025-09-07T08:02:50
NONE
null
null
null
null
### System Info I am using vllm with serve running it using the following command `vllm serve Qwen/Qwen2.5-7B-Instruct --tool-call-parser hermes --enable-auto-tool-choice` When I use below curl ``` curl --location 'http://localhost:8000/v1/chat/completions' \ --header 'Content-Type: application/json' \ --header 'Auth...
{ "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/39767/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/39767/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/39766
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39766/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39766/comments
https://api.github.com/repos/huggingface/transformers/issues/39766/events
https://github.com/huggingface/transformers/pull/39766
3,274,834,920
PR_kwDOCUB6oc6hPerL
39,766
Fix OmDet test after arg deprecation
{ "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-07-29T20:05:54
2025-07-29T20:18:54
2025-07-29T20:10:36
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39766", "html_url": "https://github.com/huggingface/transformers/pull/39766", "diff_url": "https://github.com/huggingface/transformers/pull/39766.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39766.patch", "merged_at...
# What does this PR do? As per the title!
{ "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/39766/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/39766/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39765
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39765/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39765/comments
https://api.github.com/repos/huggingface/transformers/issues/39765/events
https://github.com/huggingface/transformers/pull/39765
3,274,717,991
PR_kwDOCUB6oc6hPFTA
39,765
🚨 Always return Cache objects in modelings (to align with generate)
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
[]
2025-07-29T19:21:40
2025-08-18T14:53:48
2025-08-18T14:26:36
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39765", "html_url": "https://github.com/huggingface/transformers/pull/39765", "diff_url": "https://github.com/huggingface/transformers/pull/39765.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39765.patch", "merged_at...
This PR removes reliance on `Cache.from_legacy_cache(past_key_values)` for initializing `None` `past_key_values`, replacing it with explicit cache initialization. The previous approach also set `return_legacy_cache=True`, unintentionally returning legacy tuples and masking other issues. This change is necessary to s...
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39765/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/39765/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39764
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39764/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39764/comments
https://api.github.com/repos/huggingface/transformers/issues/39764/events
https://github.com/huggingface/transformers/pull/39764
3,274,496,094
PR_kwDOCUB6oc6hOWAE
39,764
Improve Gemma3n model and tests
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
[]
2025-07-29T17:58:29
2025-08-28T18:25:42
2025-08-28T18:25:42
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39764", "html_url": "https://github.com/huggingface/transformers/pull/39764", "diff_url": "https://github.com/huggingface/transformers/pull/39764.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39764.patch", "merged_at...
Improves the Gemma3n model and tests by: - Remove hardcoded number of layers in the activation sparsity init. - Better explanation for layer reuse. - Enable and update integration tests. - Removing unused pan and scan configuration options from ImageProcessor. - Skipping some incompatible tests.
{ "login": "manueldeprada", "id": 6536835, "node_id": "MDQ6VXNlcjY1MzY4MzU=", "avatar_url": "https://avatars.githubusercontent.com/u/6536835?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manueldeprada", "html_url": "https://github.com/manueldeprada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39764/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/39764/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39763
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39763/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39763/comments
https://api.github.com/repos/huggingface/transformers/issues/39763/events
https://github.com/huggingface/transformers/issues/39763
3,274,159,127
I_kwDOCUB6oc7DJ7QX
39,763
Instantiating `google/gemma-3-4b-pt` with AutoModelForSequenceClassification Reports Unitialized Model
{ "login": "pks", "id": 368183, "node_id": "MDQ6VXNlcjM2ODE4Mw==", "avatar_url": "https://avatars.githubusercontent.com/u/368183?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pks", "html_url": "https://github.com/pks", "followers_url": "https://api.github.com/users/pks/followers", "fol...
[ { "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-07-29T15:56:18
2025-08-11T07:21:14
2025-08-11T07:21:14
NONE
null
null
null
null
### System Info I'm trying to use a Gemma3 model (non-instruction tuned) for a classification task. I was glad that I saw that the model seems to be supported in the current code for this task: https://github.com/huggingface/transformers/pull/39465 When trying ``` model = transformers.AutoModelForSequenceClassificati...
{ "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/39763/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/39763/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/39762
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39762/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39762/comments
https://api.github.com/repos/huggingface/transformers/issues/39762/events
https://github.com/huggingface/transformers/pull/39762
3,274,011,530
PR_kwDOCUB6oc6hMsVO
39,762
Fix an invalid condition
{ "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-07-29T15:08:31
2025-07-30T12:29:18
2025-07-30T12:19:17
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39762", "html_url": "https://github.com/huggingface/transformers/pull/39762", "diff_url": "https://github.com/huggingface/transformers/pull/39762.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39762.patch", "merged_at...
# What does this PR do? This was detected by ruff.
{ "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/39762/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/39762/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39761
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39761/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39761/comments
https://api.github.com/repos/huggingface/transformers/issues/39761/events
https://github.com/huggingface/transformers/pull/39761
3,273,929,362
PR_kwDOCUB6oc6hMaek
39,761
add `libcst` to `extras["testing"]` in `setup.py`
{ "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-07-29T14:43:37
2025-07-29T14:58:54
2025-07-29T14:58:52
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39761", "html_url": "https://github.com/huggingface/transformers/pull/39761", "diff_url": "https://github.com/huggingface/transformers/pull/39761.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39761.patch", "merged_at...
# What does this PR do? So tests like `tests/commands/test_serving.py` and `tests/utils/test_add_new_model_like.py` in the job `tests_non_model` could run. This job uses `"huggingface/transformers-torch-light` which has `testing` in the docker file. (see https://app.circleci.com/pipelines/github/huggingface/...
{ "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/39761/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/39761/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39760
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39760/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39760/comments
https://api.github.com/repos/huggingface/transformers/issues/39760/events
https://github.com/huggingface/transformers/pull/39760
3,273,924,678
PR_kwDOCUB6oc6hMZeP
39,760
[Draft] Add Llasa TTS family of models
{ "login": "ebezzam", "id": 4757445, "node_id": "MDQ6VXNlcjQ3NTc0NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/4757445?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebezzam", "html_url": "https://github.com/ebezzam", "followers_url": "https://api.github.com/users/ebezzam/...
[ { "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": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15...
open
false
null
[]
null
[]
2025-07-29T14:42:04
2025-08-16T09:07:01
null
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39760", "html_url": "https://github.com/huggingface/transformers/pull/39760", "diff_url": "https://github.com/huggingface/transformers/pull/39760.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39760.patch", "merged_at...
# What does this PR do? This PR adds the Llasa TTS family of models: - 1B: https://huggingface.co/HKUSTAudio/Llasa-1B - 3B: https://huggingface.co/HKUSTAudio/Llasa-3B - 8B: https://huggingface.co/HKUSTAudio/Llasa-8B Reproducers for integration tests: https://gist.github.com/ebezzam/1863ec8eb7ec4afff02c26bdcb76...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39760/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/39760/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39759
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39759/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39759/comments
https://api.github.com/repos/huggingface/transformers/issues/39759/events
https://github.com/huggingface/transformers/pull/39759
3,273,753,333
PR_kwDOCUB6oc6hLz0H
39,759
Fix version issue in modeling_utils.py
{ "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/...
[ { "id": 8103865784, "node_id": "LA_kwDOCUB6oc8AAAAB4wctuA", "url": "https://api.github.com/repos/huggingface/transformers/labels/for%20patch", "name": "for patch", "color": "D93F0B", "default": false, "description": "Tag issues / labels that should be included in the next patch" } ]
closed
false
null
[]
null
[]
2025-07-29T13:55:43
2025-07-29T14:15:32
2025-07-29T14:15:30
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39759", "html_url": "https://github.com/huggingface/transformers/pull/39759", "diff_url": "https://github.com/huggingface/transformers/pull/39759.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39759.patch", "merged_at...
# What does this PR do? As per the title. `nn.RMSNorm` was added in torch 2.4, which created friction when calling the function. This fixes it by simply removing it from the `isinstance` check, as the name test is enough anyway and already covers it
{ "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/39759/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/39759/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39758
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39758/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39758/comments
https://api.github.com/repos/huggingface/transformers/issues/39758/events
https://github.com/huggingface/transformers/pull/39758
3,273,643,623
PR_kwDOCUB6oc6hLb3B
39,758
Avoid OOM when other tests are failing
{ "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-07-29T13:22:47
2025-07-29T13:36:07
2025-07-29T13:35:45
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39758", "html_url": "https://github.com/huggingface/transformers/pull/39758", "diff_url": "https://github.com/huggingface/transformers/pull/39758.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39758.patch", "merged_at...
# What does this PR do? Avoid OOM when other tests are failing
{ "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/39758/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/39758/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39757
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39757/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39757/comments
https://api.github.com/repos/huggingface/transformers/issues/39757/events
https://github.com/huggingface/transformers/pull/39757
3,273,531,796
PR_kwDOCUB6oc6hLDaL
39,757
AMD disable torchcodec
{ "login": "ivarflakstad", "id": 69173633, "node_id": "MDQ6VXNlcjY5MTczNjMz", "avatar_url": "https://avatars.githubusercontent.com/u/69173633?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ivarflakstad", "html_url": "https://github.com/ivarflakstad", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
[]
2025-07-29T12:51:26
2025-07-29T13:07:57
2025-07-29T13:07:25
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39757", "html_url": "https://github.com/huggingface/transformers/pull/39757", "diff_url": "https://github.com/huggingface/transformers/pull/39757.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39757.patch", "merged_at...
Temporarily disable `torchcodec` in AMD docker image which was introduced in #39669 because of strange segfault error.
{ "login": "ivarflakstad", "id": 69173633, "node_id": "MDQ6VXNlcjY5MTczNjMz", "avatar_url": "https://avatars.githubusercontent.com/u/69173633?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ivarflakstad", "html_url": "https://github.com/ivarflakstad", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39757/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/39757/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39756
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39756/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39756/comments
https://api.github.com/repos/huggingface/transformers/issues/39756/events
https://github.com/huggingface/transformers/pull/39756
3,273,490,758
PR_kwDOCUB6oc6hK6bf
39,756
Fix rope_deltas corruption in Qwen2.5VL during CFG generation
{ "login": "notkisk", "id": 107971634, "node_id": "U_kgDOBm-EMg", "avatar_url": "https://avatars.githubusercontent.com/u/107971634?v=4", "gravatar_id": "", "url": "https://api.github.com/users/notkisk", "html_url": "https://github.com/notkisk", "followers_url": "https://api.github.com/users/notkisk/foll...
[]
open
false
null
[]
null
[]
2025-07-29T12:40:02
2025-08-04T13:32:25
null
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39756", "html_url": "https://github.com/huggingface/transformers/pull/39756", "diff_url": "https://github.com/huggingface/transformers/pull/39756.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39756.patch", "merged_at...
## Summary Fixes #39749 This PR addresses a critical issue where the `rope_deltas` attribute in Qwen2.5VL models gets corrupted during Classifier-Free Guidance (CFG) generation due to shared mutable state between forward passes. **Problem**: During CFG generation, the model performs two forward passe...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39756/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/39756/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39755
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39755/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39755/comments
https://api.github.com/repos/huggingface/transformers/issues/39755/events
https://github.com/huggingface/transformers/issues/39755
3,273,441,925
I_kwDOCUB6oc7DHMKF
39,755
Follow-up on Issues Regarding Training State Restoration from Interruptions
{ "login": "rangehow", "id": 88258534, "node_id": "MDQ6VXNlcjg4MjU4NTM0", "avatar_url": "https://avatars.githubusercontent.com/u/88258534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rangehow", "html_url": "https://github.com/rangehow", "followers_url": "https://api.github.com/users/ran...
[]
closed
false
null
[]
null
[]
2025-07-29T12:26:20
2025-09-28T08:02:56
2025-09-28T08:02:56
CONTRIBUTOR
null
null
null
null
Hi team, I would like to follow up on the status of the following issues. Both of these issues involve erroneous behavior that occurs when resuming from an interruption . One issue is that regardless of when training is interrupted at any given timestep, in most cases, a certain amount of data will be un-trained (http...
{ "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/39755/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/39755/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/39754
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39754/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39754/comments
https://api.github.com/repos/huggingface/transformers/issues/39754/events
https://github.com/huggingface/transformers/pull/39754
3,273,378,553
PR_kwDOCUB6oc6hKhfC
39,754
Fix GPT2 with cross attention
{ "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...
[ { "id": 8103865784, "node_id": "LA_kwDOCUB6oc8AAAAB4wctuA", "url": "https://api.github.com/repos/huggingface/transformers/labels/for%20patch", "name": "for patch", "color": "D93F0B", "default": false, "description": "Tag issues / labels that should be included in the next patch" } ]
closed
false
null
[]
null
[]
2025-07-29T12:07:46
2025-07-29T13:40:31
2025-07-29T13:40:31
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39754", "html_url": "https://github.com/huggingface/transformers/pull/39754", "diff_url": "https://github.com/huggingface/transformers/pull/39754.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39754.patch", "merged_at...
# What does this PR do? Fixes https://github.com/huggingface/transformers/issues/39746
{ "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/39754/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/39754/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39753
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39753/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39753/comments
https://api.github.com/repos/huggingface/transformers/issues/39753/events
https://github.com/huggingface/transformers/issues/39753
3,273,357,891
I_kwDOCUB6oc7DG3pD
39,753
Inv frequency has not default, going against our philosophy
{ "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...
[ { "id": 2392046359, "node_id": "MDU6TGFiZWwyMzkyMDQ2MzU5", "url": "https://api.github.com/repos/huggingface/transformers/labels/Good%20Second%20Issue", "name": "Good Second Issue", "color": "dd935a", "default": false, "description": "Issues that are more difficult to do than \"Good First...
open
false
null
[]
null
[]
2025-07-29T12:00:30
2025-10-06T04:41:31
null
COLLABORATOR
null
null
null
null
This is long due, but the RotaryEmbedding's `default` path should be explicit, and if the rope type is not default, only then do we introduce redirection. It could even be in the decorator itself with a "post_init" update of the inv freq! https://github.com/huggingface/transformers/blob/95faabf0a6cd845f4c5548697e288a...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39753/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/39753/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/39752
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39752/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39752/comments
https://api.github.com/repos/huggingface/transformers/issues/39752/events
https://github.com/huggingface/transformers/pull/39752
3,272,975,956
PR_kwDOCUB6oc6hJKJ1
39,752
Use `--gpus all` in workflow files
{ "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-07-29T09:55:08
2025-07-29T12:53:35
2025-07-29T12:53:33
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39752", "html_url": "https://github.com/huggingface/transformers/pull/39752", "diff_url": "https://github.com/huggingface/transformers/pull/39752.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39752.patch", "merged_at...
# What does this PR do? As discussed with infra team
{ "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/39752/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/39752/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39751
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39751/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39751/comments
https://api.github.com/repos/huggingface/transformers/issues/39751/events
https://github.com/huggingface/transformers/pull/39751
3,272,972,354
PR_kwDOCUB6oc6hJJWL
39,751
🌐 [i18n-KO] Translated `text-to-speech.md` to Korean
{ "login": "taemincode", "id": 187865781, "node_id": "U_kgDOCzKatQ", "avatar_url": "https://avatars.githubusercontent.com/u/187865781?v=4", "gravatar_id": "", "url": "https://api.github.com/users/taemincode", "html_url": "https://github.com/taemincode", "followers_url": "https://api.github.com/users/tae...
[]
open
false
null
[]
null
[]
2025-07-29T09:54:11
2025-07-29T09:54:11
null
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39751", "html_url": "https://github.com/huggingface/transformers/pull/39751", "diff_url": "https://github.com/huggingface/transformers/pull/39751.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39751.patch", "merged_at...
<!-- PR의 제목은 "🌐 [i18n-KO] Translated `<your_file>.md` to Korean" 으로 부탁드립니다 --> # What does this PR do? Translated the `<your_file>.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 ...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39751/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/39751/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39750
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39750/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39750/comments
https://api.github.com/repos/huggingface/transformers/issues/39750/events
https://github.com/huggingface/transformers/pull/39750
3,272,903,390
PR_kwDOCUB6oc6hI6FX
39,750
[modenbert] fix regression
{ "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...
[ { "id": 8103865784, "node_id": "LA_kwDOCUB6oc8AAAAB4wctuA", "url": "https://api.github.com/repos/huggingface/transformers/labels/for%20patch", "name": "for patch", "color": "D93F0B", "default": false, "description": "Tag issues / labels that should be included in the next patch" } ]
closed
false
null
[]
null
[]
2025-07-29T09:36:12
2025-07-29T18:29:53
2025-07-29T14:58:59
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39750", "html_url": "https://github.com/huggingface/transformers/pull/39750", "diff_url": "https://github.com/huggingface/transformers/pull/39750.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39750.patch", "merged_at...
# What does this PR do? Fixes https://github.com/huggingface/transformers/issues/39747 Two issues: - The attention setting fn apparently was renamed afetrwards, but ModernBert had it overwritten and started to fail. - The RoPE theta is different for global and local attentions, and is already being updated in h...
{ "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/39750/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/39750/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39749
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39749/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39749/comments
https://api.github.com/repos/huggingface/transformers/issues/39749/events
https://github.com/huggingface/transformers/issues/39749
3,272,891,722
I_kwDOCUB6oc7DFF1K
39,749
Qwen2_5_VLForConditionalGeneration cfg forward twice error
{ "login": "guozhiyao", "id": 21999339, "node_id": "MDQ6VXNlcjIxOTk5MzM5", "avatar_url": "https://avatars.githubusercontent.com/u/21999339?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guozhiyao", "html_url": "https://github.com/guozhiyao", "followers_url": "https://api.github.com/users/...
[ { "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-07-29T09:33:08
2025-09-07T08:02:53
2025-09-07T08:02:53
NONE
null
null
null
null
### System Info transformers 4.49.0 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] 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/39749/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/39749/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/39748
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39748/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39748/comments
https://api.github.com/repos/huggingface/transformers/issues/39748/events
https://github.com/huggingface/transformers/pull/39748
3,272,795,418
PR_kwDOCUB6oc6hIiV3
39,748
fix cache inheritance
{ "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...
[ { "id": 8103865784, "node_id": "LA_kwDOCUB6oc8AAAAB4wctuA", "url": "https://api.github.com/repos/huggingface/transformers/labels/for%20patch", "name": "for patch", "color": "D93F0B", "default": false, "description": "Tag issues / labels that should be included in the next patch" } ]
closed
false
null
[]
null
[]
2025-07-29T09:08:49
2025-07-29T09:24:46
2025-07-29T09:24:44
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39748", "html_url": "https://github.com/huggingface/transformers/pull/39748", "diff_url": "https://github.com/huggingface/transformers/pull/39748.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39748.patch", "merged_at...
# What does this PR do? Paged attention was broken because it is not layered yet! Needs to be in the patch!
{ "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/39748/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/39748/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39747
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39747/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39747/comments
https://api.github.com/repos/huggingface/transformers/issues/39747/events
https://github.com/huggingface/transformers/issues/39747
3,272,657,693
I_kwDOCUB6oc7DEMsd
39,747
ModernBERT has been totally destroyed by PR #38974 and #38838
{ "login": "rangehow", "id": 88258534, "node_id": "MDQ6VXNlcjg4MjU4NTM0", "avatar_url": "https://avatars.githubusercontent.com/u/88258534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rangehow", "html_url": "https://github.com/rangehow", "followers_url": "https://api.github.com/users/ran...
[ { "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-07-29T08:27:46
2025-07-29T14:59:00
2025-07-29T14:59:00
CONTRIBUTOR
null
null
null
null
### System Info transformers 4.54.0 ### Who can help? @zucchini-nlp @ArthurZucker ### details Regarding PR #38974, it modifies the model's default attention initialization behavior. Referring to the ModernBERT code: https://github.com/huggingface/transformers/blob/75794792ad6f23f09729674bc97a8338085f22b2/src/tr...
{ "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/39747/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/39747/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/39746
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39746/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39746/comments
https://api.github.com/repos/huggingface/transformers/issues/39746/events
https://github.com/huggingface/transformers/issues/39746
3,272,602,205
I_kwDOCUB6oc7DD_Jd
39,746
encoder decoder model compile failed after refactor cache
{ "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/...
[ { "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-07-29T08:11:06
2025-07-29T13:40:32
2025-07-29T13:40:32
CONTRIBUTOR
null
null
null
null
### System Info - `transformers` version: 4.55.0.dev0 - Platform: Linux-6.11.0-28-generic-x86_64-with-glibc2.35 - Python version: 3.11.13 - Huggingface_hub version: 0.34.2 - Safetensors version: 0.5.3 - Accelerate version: 1.8.1 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (ac...
{ "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/39746/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/39746/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/39745
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39745/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39745/comments
https://api.github.com/repos/huggingface/transformers/issues/39745/events
https://github.com/huggingface/transformers/pull/39745
3,272,016,117
PR_kwDOCUB6oc6hF3WM
39,745
[Fix] import two missing typos in `models/__init__.py` for typo checking
{ "login": "hebangwen", "id": 32662175, "node_id": "MDQ6VXNlcjMyNjYyMTc1", "avatar_url": "https://avatars.githubusercontent.com/u/32662175?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hebangwen", "html_url": "https://github.com/hebangwen", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2025-07-29T04:31:26
2025-07-29T09:35:22
2025-07-29T09:35:22
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39745", "html_url": "https://github.com/huggingface/transformers/pull/39745", "diff_url": "https://github.com/huggingface/transformers/pull/39745.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39745.patch", "merged_at...
# What does this PR do? I find Pylance in VSCode cannot import the `Gemma3NForConditionalGeneration` and `Qwen2_5OmniModel` automatically. The reason is that these symbols are not exported for type checking. When running in lazy import mode, this symbols will not be exported and thus no type hint. <img width="741...
{ "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/39745/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/39745/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39744
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39744/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39744/comments
https://api.github.com/repos/huggingface/transformers/issues/39744/events
https://github.com/huggingface/transformers/issues/39744
3,271,756,636
I_kwDOCUB6oc7DAwtc
39,744
_supports_static_cache disappear
{ "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/...
[ { "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-07-29T02:36:04
2025-07-29T08:17:00
2025-07-29T08:17:00
CONTRIBUTOR
null
null
null
null
### System Info transformers main branch ### Who can help? @ArthurZucker ### Information - [ ] The official example scripts - [ ] 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) ### Reprodu...
{ "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/...
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39744/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/39744/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/39743
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39743/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39743/comments
https://api.github.com/repos/huggingface/transformers/issues/39743/events
https://github.com/huggingface/transformers/pull/39743
3,271,661,591
PR_kwDOCUB6oc6hErZb
39,743
Audio encodings now match conv2d weight dtype in Gemma3nAudioSSCPConvBlock
{ "login": "Malav-P", "id": 96792879, "node_id": "U_kgDOBcTxLw", "avatar_url": "https://avatars.githubusercontent.com/u/96792879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Malav-P", "html_url": "https://github.com/Malav-P", "followers_url": "https://api.github.com/users/Malav-P/follow...
[]
closed
false
null
[]
null
[]
2025-07-29T01:31:30
2025-08-12T17:50:45
2025-08-12T12:08:28
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39743", "html_url": "https://github.com/huggingface/transformers/pull/39743", "diff_url": "https://github.com/huggingface/transformers/pull/39743.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39743.patch", "merged_at...
# What does this PR do? The change ensures that the audio encodings are cast to the same type as `conv.weight` tensor. This is done by appending `to(self.conv.weight.dtype)` to the `audio_encodings_padded` rvalue. Fixes an issue where the conv2d forward pass throws an error. Code for reproducible error (run on ...
{ "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/39743/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/39743/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39742
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39742/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39742/comments
https://api.github.com/repos/huggingface/transformers/issues/39742/events
https://github.com/huggingface/transformers/pull/39742
3,271,645,790
PR_kwDOCUB6oc6hEoGj
39,742
Update HuBERT model card according to template
{ "login": "reedrya", "id": 157441470, "node_id": "U_kgDOCWJdvg", "avatar_url": "https://avatars.githubusercontent.com/u/157441470?v=4", "gravatar_id": "", "url": "https://api.github.com/users/reedrya", "html_url": "https://github.com/reedrya", "followers_url": "https://api.github.com/users/reedrya/foll...
[ { "id": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15ZA", "url": "https://api.github.com/repos/huggingface/transformers/labels/Audio", "name": "Audio", "color": "760453", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2025-07-29T01:17:22
2025-08-10T18:32:46
2025-08-10T18:32:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39742", "html_url": "https://github.com/huggingface/transformers/pull/39742", "diff_url": "https://github.com/huggingface/transformers/pull/39742.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39742.patch", "merged_at...
# What does this PR do? This PR updates the HuBERT model card to comply with the format introduced in #36979. ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). ## Who can review? @stevhliu ## Notes - I did not include the **Attentio...
{ "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/39742/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/39742/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39741
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39741/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39741/comments
https://api.github.com/repos/huggingface/transformers/issues/39741/events
https://github.com/huggingface/transformers/pull/39741
3,271,519,598
PR_kwDOCUB6oc6hENd2
39,741
Fix HfArgumentParser to filter out dict types from Union
{ "login": "st81", "id": 58893365, "node_id": "MDQ6VXNlcjU4ODkzMzY1", "avatar_url": "https://avatars.githubusercontent.com/u/58893365?v=4", "gravatar_id": "", "url": "https://api.github.com/users/st81", "html_url": "https://github.com/st81", "followers_url": "https://api.github.com/users/st81/followers"...
[]
open
false
null
[]
null
[]
2025-07-28T23:25:07
2025-08-05T12:27:13
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39741", "html_url": "https://github.com/huggingface/transformers/pull/39741", "diff_url": "https://github.com/huggingface/transformers/pull/39741.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39741.patch", "merged_at...
# What does this PR do? This PR updates `HfArgumentParser` to filter out dict types from `Union` annotations. This prevents runtime errors with argparse, which does not support parsing arguments as dicts. Previous work (PR #39467) reordered `Union[str, dict]` to `Union[dict, str]` throughout the codebase, but this a...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39741/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/39741/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39740
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39740/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39740/comments
https://api.github.com/repos/huggingface/transformers/issues/39740/events
https://github.com/huggingface/transformers/pull/39740
3,271,128,166
PR_kwDOCUB6oc6hC5ev
39,740
[Tests] [Bugfix] Make weights tied for `dynamic_tied_weights` test
{ "login": "kylesayrs", "id": 17103692, "node_id": "MDQ6VXNlcjE3MTAzNjky", "avatar_url": "https://avatars.githubusercontent.com/u/17103692?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kylesayrs", "html_url": "https://github.com/kylesayrs", "followers_url": "https://api.github.com/users/...
[]
open
false
null
[]
null
[]
2025-07-28T19:40:18
2025-08-05T18:50:12
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39740", "html_url": "https://github.com/huggingface/transformers/pull/39740", "diff_url": "https://github.com/huggingface/transformers/pull/39740.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39740.patch", "merged_at...
## Background ## * When I added this test, I neglected to actually tie the weights ## Purpose ## * The purpose of `test_save_offloaded_model_dynamic_tied_weights_keys` is to test the case when tied weights are dynamically added. While the test achieved its original goal of testing https://github.com/huggingface/tr...
null
{ "url": "https://api.github.com/repos/huggingface/transformers/issues/39740/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/39740/timeline
null
null
null
null
true
false
https://api.github.com/repos/huggingface/transformers/issues/39739
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39739/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39739/comments
https://api.github.com/repos/huggingface/transformers/issues/39739/events
https://github.com/huggingface/transformers/pull/39739
3,270,831,339
PR_kwDOCUB6oc6hB4O1
39,739
Add fast image processor Janus, Deepseek VL, Deepseek VL hybrid
{ "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...
[]
closed
false
null
[]
null
[]
2025-07-28T17:48:43
2025-08-01T16:20:08
2025-08-01T16:20:08
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39739", "html_url": "https://github.com/huggingface/transformers/pull/39739", "diff_url": "https://github.com/huggingface/transformers/pull/39739.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39739.patch", "merged_at...
As the title says. Cc @zucchini-nlp as I think you reviewed these models? Also it would be great to have fast image processors on release for the newest models, don't hesitate to ping me on the PRs, happy to help!
{ "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/39739/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/39739/timeline
null
null
null
null
true
true
https://api.github.com/repos/huggingface/transformers/issues/39738
https://api.github.com/repos/huggingface/transformers
https://api.github.com/repos/huggingface/transformers/issues/39738/labels{/name}
https://api.github.com/repos/huggingface/transformers/issues/39738/comments
https://api.github.com/repos/huggingface/transformers/issues/39738/events
https://github.com/huggingface/transformers/pull/39738
3,270,778,225
PR_kwDOCUB6oc6hBsaM
39,738
Standardize CLAP model card format
{ "login": "yanamis", "id": 72974057, "node_id": "MDQ6VXNlcjcyOTc0MDU3", "avatar_url": "https://avatars.githubusercontent.com/u/72974057?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yanamis", "html_url": "https://github.com/yanamis", "followers_url": "https://api.github.com/users/yanami...
[ { "id": 6470596964, "node_id": "LA_kwDOCUB6oc8AAAABga15ZA", "url": "https://api.github.com/repos/huggingface/transformers/labels/Audio", "name": "Audio", "color": "760453", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2025-07-28T17:32:16
2025-07-29T21:13:04
2025-07-29T21:13:04
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/transformers/pulls/39738", "html_url": "https://github.com/huggingface/transformers/pull/39738", "diff_url": "https://github.com/huggingface/transformers/pull/39738.diff", "patch_url": "https://github.com/huggingface/transformers/pull/39738.patch", "merged_at...
# What does this PR do? This PR updates the CLAP model card to follow the standardized format as requested in https://github.com/huggingface/transformers/issues/36979. ## 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 t...
{ "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/39738/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/39738/timeline
null
null
null
null
true
true