diff --git "a/data/prs.json" "b/data/prs.json" --- "a/data/prs.json" +++ "b/data/prs.json" @@ -1,20 +1,284 @@ [ { - "additions": 8, - "author": "harshaljanjani", + "additions": 18, + "author": "JaredforReal", "author_association": "CONTRIBUTOR", - "body_excerpt": "### What does this PR do? The following failing tests were identified and fixed in this PR (grouped them together since they share related root causes OR the code changes were extremely minimal and didn't warrant separate PRs): \u2192 **Pi0**:\u2026", + "body_excerpt": "# What does this PR do? ### Get the rope operation right Before: NeoX split-half style After: GPT-J/interleaved style(`interleaved=True` same as `is_neox_style=Flase`) the right one ### Get rid of `F.relu` Reason: - `F.relu` works with `ac\u2026", "changed_files": 2, - "cluster_id": "cluster-44695-2", + "cluster_id": null, + "cluster_ids": [], + "cluster_role": null, + "comments_count": 3, + "conversation_url": "https://github.com/huggingface/transformers/pull/45017", + "created_at": "2026-03-26T09:21:10Z", + "deletions": 28, + "draft": false, + "files_url": "https://github.com/huggingface/transformers/pull/45017/files", + "html_url": "https://github.com/huggingface/transformers/pull/45017", + "labels": [], + "merged": false, + "number": 45017, + "review_comments_count": 5, + "state": "open", + "title": "[WIP][Fix] GLM 5 set `apply_rotary_pos_emb` to `is_neox_style=False` && remove `F.relu()`", + "updated_at": "2026-03-26T10:14:50Z" + }, + { + "additions": 64, + "author": "inisis", + "author_association": "CONTRIBUTOR", + "body_excerpt": "# What does this PR do?