- 21 Jun, 2023 7 commits
-
-
Meghan Cowan authored
* update optimizer step for tpu * add comment
-
Bearnardd authored
* fix type annotation for debug arg * fix TypeErorr
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Steven Liu authored
fix broken links
-
Sergii Dymchenko authored
-
- 20 Jun, 2023 18 commits
-
-
Sylvain Gugger authored
* Rename index.mdx to index.md * With saved modifs * Address review comment * Treat all files * .mdx -> .md * Remove special char * Update utils/tests_fetcher.py Co-authored-by:
Lysandre Debut <lysandre.debut@reseau.eseo.fr> --------- Co-authored-by:
Lysandre Debut <lysandre.debut@reseau.eseo.fr>
-
Patrick von Platen authored
* Correct direct lang loading * correct more * revert black * Use tie weights instead= * add tests * add tests * make style
-
Arthur authored
* add raise value error for attention size * nits to fix test_config * style
-
Arthur authored
* nits * config doc did not match * Apply suggestions from code review Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> --------- Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* best test name forever * fix * fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Aaron Pham authored
* style: add repr to BitsAndBytesConfig Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com> * chore: update pattern for __repr__ implement diff dict for __repr__ of BitsAndBytesConfig Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com> --------- Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com>
-
Arthur authored
* nits * more details * fixup * Apply suggestions from code review Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Yih-Dar authored
* fix * fix * fix * Update src/transformers/pipelines/image_to_text.py Co-authored-by:
Nicolas Patry <patry.nicolas@protonmail.com> * fix --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
Nicolas Patry <patry.nicolas@protonmail.com>
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Sanchit Gandhi authored
-
Sanchit Gandhi authored
-
Yih-Dar authored
* fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Matt authored
* Fix saved_model_creation_extended * Skip the BLIP model creation test for now * Fix TF SAM test * Fix longformer tests * Fix Wav2Vec2 * Add a skip for XLNet * make fixup * make fix-copies * Add comments
-
Llohann Dallagnol Speranca authored
* Fix resuming checkpoints for PeftModels Fix an error occurred when resuming a PeftModel from a training checkpoint. That was caused since PeftModel.pre_trained saves only adapter-related data while _load_from_checkpoint was expecting a torch sved model. This PR fix this issue and allows the adapter checkpoint to be loaded. Resolves: #24252 * fix last comment * fix nits --------- Co-authored-by:younesbelkada <younesbelkada@gmail.com>
-
Matt authored
-
Denis Ismailaj authored
* Respect framework parameter * Move check to pipeline() * Add check inside infer_framework_load_model again
-
- 19 Jun, 2023 14 commits
-
-
Quentin Gallou茅dec authored
* Fix arg sort in docstring * further order fix * make style
-
Ritesh Ghorse authored
fix model name path Co-authored-by:Ritesh Ghorse <riteshghorse@Riteshs-Air.attlocal.net>
-
Aaron Pham authored
* docs: add BentoML to awesome-transformers Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com> * chore: add the project to the bottom of the line Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com> --------- Signed-off-by:
Aaron <29749331+aarnphm@users.noreply.github.com>
-
Gema Parre帽o authored
Update __init__.py Fix link to documentation to install Transformers from source Probably the title changed at some point from 'Installing' to 'Install'
-
amyeroberts authored
Fix doctest
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Vineel Pratap authored
* Update mms.mdx * Update mms.mdx * Update docs/source/en/model_doc/mms.mdx Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update mms.mdx * Update docs/source/en/model_doc/mms.mdx Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
Yih-Dar authored
* fix * Update src/transformers/models/switch_transformers/modeling_switch_transformers.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Mat臎j Kripner authored
* Fix `KerasMetricCallback`: always pass `generate_kwargs`. * Reformat code using Black.
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
byebye timeout Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* fix * fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sohyun Sim authored
* fix: revise translations * fix: resolve suggestions Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com> --------- Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com>
-
Xiaoyang Sun authored
Update checkpoint_reshaping_and_interoperability.py
-
- 16 Jun, 2023 1 commit
-
-
Teven authored
adding ddp_broadcast_buffers argument
-