diff --git "a/data/prs.json" "b/data/prs.json" --- "a/data/prs.json" +++ "b/data/prs.json" @@ -1,284 +1,18 @@ [ - { - "additions": 18, - "author": "JaredforReal", - "author_association": "CONTRIBUTOR", - "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": 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?