- 20 Jun, 2023 7 commits
-
-
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 9 commits
-
-
Teven authored
adding ddp_broadcast_buffers argument
-
Matt authored
* Add test for proper input signatures * No more signature pruning * Test the dummy inputs are valid too * fine-tine -> fine-tune * Fix indent in test_dataset_conversion
-
amyeroberts authored
* Fix ImageGPT doc example * Update src/transformers/models/imagegpt/image_processing_imagegpt.py * Fix types
-
Sylvain Gugger authored
* Use tied weight keys * More * Fix tied weight missing warning * Only give info on unexpected keys with different classes * Deal with empty archs * Fix tests * Refine test
-
-
Matt authored
* Fix one BLIP arg not being optional, remove misspelled arg * Remove the lxmert test overrides and just use the base test_saved_model_creation * saved_model_creation fixes and re-enabling tests across the board * Remove unnecessary skip * Stop caching sinusoidal embeddings in speech_to_text * Fix transfo_xl compilation * Fix transfo_xl compilation * Fix the conditionals in xglm * Set the save spec only when building * Clarify comment * Move comment correctly * Correct embeddings generation for speech2text * Mark RAG generation tests as @slow * Remove redundant else: * Add comment to clarify the save_spec line in build() * Fix size tests for XGLM at last! * make fixup * Remove one band_part operation * Mark test_keras_fit as @slow
-
Yih-Dar authored
byebye --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Matt authored
* Revert whisper change and modify the test_compile_tf_model test * make fixup * Tweak test slightly * Add functional model saving to test * Ensure TF can infer shapes for data2vec * Add override for efficientformer * Mark test as slow
-
Arthur authored
* clean history * remove other changes * fix * fix coipes
-
- 15 Jun, 2023 10 commits
-
-
Sayed Qaiser Ali authored
Update README.md Updated the tested versions
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
jprivera44 authored
* test check in * adding in type hint fix on beam search * fixed code quality issue
-
Belladore authored
-
hitchhicker authored
Fix the paper URL for MMS model
-
Sanchit Gandhi authored
* [EnCodec] Changes for 32kHz ckpt * Update src/transformers/models/encodec/convert_encodec_checkpoint_to_pytorch.py * Update src/transformers/models/encodec/convert_encodec_checkpoint_to_pytorch.py
-
Sourab Mangrulkar authored
* deepspeed init during eval fix * commit suggestions Co-Authored-By:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Cooper authored
* Update README_zh-hans.md update document link * Update README_zh-hans.md Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Patrick von Platen authored
* Improve docs * Apply suggestions from code review * upload readme * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
amyeroberts authored
* Image segmentation tool bug * Remove resizing in the tests
-