Matt
394b1a0eaa
Add big angry code agent warnings! ( #44890 )
...
* Add big angry warnings!
* PR template cleanup
* Reformat tip
* Reformat warning
* Writing a little more
* Expanded code agent philosophy
* Expanded code agent philosophy
* Expanded code agent philosophy
* Expanded code agent philosophy
* Expanded code agent philosophy
* Update CONTRIBUTING.md
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com >
* Expanded code agent philosophy
* Expanded code agent philosophy
* Clarify guidelines on code agent contributions
Added a section detailing the philosophy regarding code agents and their contributions.
* Refine contribution guidelines in CONTRIBUTING.md
Removed redundant text and clarified guidelines for PR submissions.
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Pedro Cuenca <pedro@huggingface.co >
---------
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com >
Co-authored-by: Pedro Cuenca <pedro@huggingface.co >
2026-03-22 18:48:30 +00:00
Marc Sun
1313588227
Update PR template ( #44415 )
2026-03-04 13:25:47 +01:00
Marc Sun
2b2c20f315
Update issue template ( #41573 )
...
* update
* fix
2025-10-15 13:54:37 +02:00
Yih-Dar
9d8f693c7e
add peft team members to issue/pr template ( #41262 )
...
* add
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com >
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com >
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com >
2025-10-01 17:26:59 +00:00
Tom Aarsen
1f1e93e095
Align pull request template to bug report template ( #41220 )
...
The only difference is that I don't users to https://discuss.huggingface.co/ for hub issues.
2025-09-30 14:25:41 +02:00
Quentin Gallouédec
bc68defcac
Update PULL_REQUEST_TEMPLATE.md ( #38770 )
2025-06-12 14:03:33 +02:00
Zach Mueller
d6064754ea
Update w/ new account ( #37084 )
...
* Update w/ new account
* DS
2025-03-28 12:43:00 -04:00
Joao Gante
f2fb41948e
Update "who to tag" / "who can review" ( #36394 )
...
update who to tag
2025-03-07 13:09:31 +00:00
Marc Sun
84b17e03f1
Update PR templates ( #34065 )
...
update PR template
2024-10-22 15:11:54 +02:00
Lysandre Debut
0574fa668b
Adjust templates ( #33384 )
...
* Adjust templates
* Update .github/ISSUE_TEMPLATE/bug-report.yml
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com >
* Chat templates
---------
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com >
2024-09-09 14:00:43 +02:00
Joao Gante
89eec5cf20
Bug report update ( #31983 )
2024-07-16 16:51:05 +01:00
Arthur
c54a8ca48e
Update git templates ( #31539 )
...
remove younes
2024-06-24 12:32:50 +02:00
Joao Gante
4af705c6ce
Add VLM generation default contributor ( #31115 )
...
* add Raushan
* add Raushan
2024-05-29 15:17:14 +01:00
Zach Mueller
d16053c867
Rm maintainer + migrate ( #31089 )
2024-05-29 09:35:37 -04:00
Yuki Watanabe
ebf3ea2788
Fix a wrong link to CONTRIBUTING.md section in PR template ( #28941 )
2024-02-09 15:10:47 +00:00
Ralf Müller-Zimmermann
e469be3406
Fix the gitlab user mention in issue templates to the correct user ( #26237 )
2023-09-19 01:49:03 +02:00
Sylvain Gugger
c2123626aa
Update list of persons to tag ( #25708 )
2023-08-24 10:13:30 +02:00
Sourab Mangrulkar
a73b1d59a3
accelerate deepspeed and gradient accumulation integrate ( #23236 )
...
* mixed precision support via accelerate
* fix issues
* fix for the sharded ddp case
* fix flax and tf failing tests
* `refactor the place to create `Accelerator` object
* move ddp prep to accelerate
* fix 😅
* resolving comments
* move fsdp handling to accelerate
* fixex
* fix saving
* shift torch dynamo handling to accelerate
* shift deepspeed integration and save & load utils to accelerate
* fix accelerate launcher support
* oops
* fix 🐛
* save ckpt fix
* Trigger CI
* nasty 🐛 😅
* as deepspeed needs grad_acc fixes, transfer grad_acc to accelerate
* make tests happy
* quality ✨
* loss tracked needs to account for grad_acc
* fixing the deepspeed tests
* quality ✨
* 😅 😅 😅
* tests 😡
* quality ✨
* Trigger CI
* resolve comments and fix the issue with the previous merge from branch
* Trigger CI
* accelerate took over deepspeed integration
---------
Co-authored-by: Stas Bekman <stas@stason.org >
2023-05-31 15:16:22 +05:30
Sylvain Gugger
22888d3082
Remove Niels from templates ( #21564 )
2023-02-14 09:47:43 -05:00
Stas Bekman
6d67664380
[issues template] update deepspeed owners ( #21027 )
...
* [issues template] update deepspeed owners
add the right contact for deepspeed@accelerate
* pr-template
2023-01-18 17:23:36 -08:00
Clémentine Fourrier
4bbbabcb2c
Added clefourrier as ref point for graph models in bug reports ( #21139 )
...
* Added clefourrier as ref point for graph models in bug reports
* Update PULL_REQUEST_TEMPLATE.md
2023-01-16 15:12:42 +01:00
Steven Liu
d53f329d88
Update PR template ( #21006 )
...
add maria to pr template
2023-01-04 11:01:52 -08:00
Sylvain Gugger
c83703cbdb
Update the list of contributors to reflect current organization ( #20603 )
...
* Update the list of contributors to reflect current organization
* Proper indent
2022-12-08 10:05:43 -05:00
Lysandre Debut
eca77f4719
Updates the default branch from master to main ( #16326 )
...
* Updates the default branch from master to main
* Links from `master` to `main`
* Typo
* Update examples/flax/README.md
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com >
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com >
2022-03-23 03:46:59 -04:00
cronoik
38a10c6b52
Replaced which with who ( #11183 )
2021-04-12 18:08:28 -04:00
Tomy Hsieh
4b2b50aa7b
Rename NLP library to Datasets library ( #10920 )
...
* Rename NLP library to Datasets library
* Update github template
* Fix styling
2021-03-26 08:07:59 -04:00
Stas Bekman
85a114ef47
[Issue template] need to update/extend who to tag ( #10728 )
...
* [Issue template] need to update/extend who to tag
1. need to update who to tag for `tensorflow`
2. also requesting to add someone to tag for models hub issues - perhaps separate sub-entries for UI and code - e.g. I don't know who to tag for broken models: https://github.com/huggingface/transformers/issues/10726
Thanks.
* model hub instructions
* s/jplu/LysandreJik/
2021-03-17 11:33:14 -07:00
Stas Bekman
0fdbf0850a
[PR/Issue templates] normalize, group, sort + add myself for deepspeed ( #9706 )
...
* normalize, group, sort + add myself for deepspeed
* new structure
* add ray
* typo
* more suggestions
* more suggestions
* white space
* Update .github/ISSUE_TEMPLATE/bug-report.md
Co-authored-by: Suraj Patil <surajp815@gmail.com >
* add bullets
* sync
* Apply suggestions from code review
Co-authored-by: Suraj Patil <surajp815@gmail.com >
* Apply suggestions from code review
Co-authored-by: Lysandre Debut <lysandre@huggingface.co >
* sync
Co-authored-by: Suraj Patil <surajp815@gmail.com >
Co-authored-by: Lysandre Debut <lysandre@huggingface.co >
2021-01-25 21:09:01 -08:00
Stas Bekman
cb7602b38d
typo ( #8810 )
2020-11-26 14:47:36 -08:00
cronoik
b290195ac7
grammar ( #8639 )
2020-11-18 18:04:25 -05:00
Sam Shleifer
46509d1c19
[docs] remove sshleifer from issue-template :( ( #8418 )
2020-11-09 12:51:38 -05:00
Patrick von Platen
226b9debb7
Update PULL_REQUEST_TEMPLATE.md
2020-11-05 09:40:15 +01:00
Terencio Agozzino
7c44c864a5
style: fix typo ( #7883 )
2020-10-19 06:14:53 -04:00
Patrick von Platen
2d4e928d97
Update PULL_REQUEST_TEMPLATE.md
...
Putting my name on a couple more issues to directly redirect them to me
2020-10-13 12:18:31 +02:00
Lysandre Debut
7f4115c099
Pull request template ( #7392 )
...
co-authored-by: sgugger <sylvain.gugger@gmail.com >
Co-authored-by: sgugger <sylvain.gugger@gmail.com >
2020-09-28 09:51:49 -04:00
Stas Bekman
a8d6716ecb
Create PULL_REQUEST_TEMPLATE.md ( #6660 )
...
* Create PULL_REQUEST_TEMPLATE.md
Proposing to copy this neat feature from pytorch. This is a small template that let's a PR submitter tell which issue that PR closes.
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com >
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com >
2020-08-25 00:30:38 +08:00